Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

parisc: oops_enter()/oops_exit() in die()

As pointed out by Russell in http://marc.info/?l=linux-arch&m=118208089204630&w=2

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

authored by

Helge Deller and committed by
Kyle McMartin
c48faf86 c84c3a69

+3
+3
arch/parisc/kernel/traps.c
··· 247 247 248 248 oops_in_progress = 1; 249 249 250 + oops_enter(); 251 + 250 252 /* Amuse the user in a SPARC fashion */ 251 253 if (err) printk( 252 254 KERN_CRIT " _______________________________ \n" ··· 295 293 panic("Fatal exception"); 296 294 } 297 295 296 + oops_exit(); 298 297 do_exit(SIGSEGV); 299 298 } 300 299