diff options
author | Michal Simek <monstr@monstr.eu> | 2010-06-07 08:18:13 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2010-08-04 04:22:29 -0400 |
commit | ef78705034763ebdf500695deaed599c481318a7 (patch) | |
tree | cfde1ee14cc8ba9a462921e257151737313a6313 | |
parent | 79e87830faf22ca636b1a1d8f4deb430ea6e1c8b (diff) |
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>
-rw-r--r-- | arch/microblaze/mm/fault.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/mm/fault.c b/arch/microblaze/mm/fault.c index bab922993185..b224c650a18d 100644 --- a/arch/microblaze/mm/fault.c +++ b/arch/microblaze/mm/fault.c | |||
@@ -226,7 +226,6 @@ good_area: | |||
226 | * make sure we exit gracefully rather than endlessly redo | 226 | * make sure we exit gracefully rather than endlessly redo |
227 | * the fault. | 227 | * the fault. |
228 | */ | 228 | */ |
229 | survive: | ||
230 | fault = handle_mm_fault(mm, vma, address, is_write ? FAULT_FLAG_WRITE : 0); | 229 | fault = handle_mm_fault(mm, vma, address, is_write ? FAULT_FLAG_WRITE : 0); |
231 | if (unlikely(fault & VM_FAULT_ERROR)) { | 230 | if (unlikely(fault & VM_FAULT_ERROR)) { |
232 | if (fault & VM_FAULT_OOM) | 231 | if (fault & VM_FAULT_OOM) |