[parisc-linux] RFC - Changes to traps.c (Handlers for 13, changes to 16/17)

Carlos O'Donell carlos@baldric.uwo.ca
Sat, 7 Sep 2002 22:16:39 -0400


pa,

If you have a burning desire to build with this change
then you'll need this bit too.

I'm possibly tempted to stay with the 'parisc_terminate' name
and just change the comments for the function. 

c.


--- linux/arch/parisc/mm/fault.c	2001-12-04 18:19:47.000000000 -0500
+++ linux/arch/parisc/mm/fault.c.new	2002-09-07 22:12:29.000000000 -0400
@@ -256,7 +256,8 @@
 		}
 	}
 
-	parisc_terminate("Bad Address (null pointer deref?)", regs, code, address);
+	parisc_handle_code("Bad Address (null pointer deref?)", regs, code, address);
+	/* NOT REACHED */
 
   out_of_memory:
 	up_read(&mm->mmap_sem);