microblaze: Remove unused label
authorMichal Simek <monstr@monstr.eu>
Mon, 7 Jun 2010 12:18:13 +0000 (14:18 +0200)
committerMichal Simek <monstr@monstr.eu>
Wed, 4 Aug 2010 08:22:29 +0000 (10:22 +0200)
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>
arch/microblaze/mm/fault.c

index bab9229931858475d886fd3ac750883c92f5f614..b224c650a18db3a94489b2170c9a6757da857cef 100644 (file)
@@ -226,7 +226,6 @@ good_area:
         * make sure we exit gracefully rather than endlessly redo
         * the fault.
         */
-survive:
        fault = handle_mm_fault(mm, vma, address, is_write ? FAULT_FLAG_WRITE : 0);
        if (unlikely(fault & VM_FAULT_ERROR)) {
                if (fault & VM_FAULT_OOM)
This page took 0.02461 seconds and 5 git commands to generate.