Quellcode durchsuchen

microblaze: Remove unused label

The label should be remove by
21e1c93631e027136ea4070e7bca600c4ad4f391

Warning message:
arch/microblaze/mm/fault.c: In function 'do_page_fault':
arch/microblaze/mm/fault.c:229: warning: label 'survive' defined but not used

Signed-off-by: Michal Simek <monstr@monstr.eu>
Michal Simek vor 15 Jahren
Ursprung
Commit
ef78705034
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      arch/microblaze/mm/fault.c

+ 0 - 1
arch/microblaze/mm/fault.c

@@ -226,7 +226,6 @@ good_area:
 	 * make sure we exit gracefully rather than endlessly redo
 	 * make sure we exit gracefully rather than endlessly redo
 	 * the fault.
 	 * the fault.
 	 */
 	 */
-survive:
 	fault = handle_mm_fault(mm, vma, address, is_write ? FAULT_FLAG_WRITE : 0);
 	fault = handle_mm_fault(mm, vma, address, is_write ? FAULT_FLAG_WRITE : 0);
 	if (unlikely(fault & VM_FAULT_ERROR)) {
 	if (unlikely(fault & VM_FAULT_ERROR)) {
 		if (fault & VM_FAULT_OOM)
 		if (fault & VM_FAULT_OOM)