aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/mm
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2010-06-07 08:18:13 -0400
committerMichal Simek <monstr@monstr.eu>2010-08-04 04:22:29 -0400
commitef78705034763ebdf500695deaed599c481318a7 (patch)
treecfde1ee14cc8ba9a462921e257151737313a6313 /arch/microblaze/mm
parent79e87830faf22ca636b1a1d8f4deb430ea6e1c8b (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>
Diffstat (limited to 'arch/microblaze/mm')
-rw-r--r--arch/microblaze/mm/fault.c1
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 */
229survive:
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)