Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef787050 authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Remove unused label



The label should be remove by
21e1c936

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: default avatarMichal Simek <monstr@monstr.eu>
parent 79e87830
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -226,7 +226,6 @@ void do_page_fault(struct pt_regs *regs, unsigned long address,
	 * 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)