diff options
Diffstat (limited to 'arch/m68knommu/kernel/traps.c')
-rw-r--r-- | arch/m68knommu/kernel/traps.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68knommu/kernel/traps.c b/arch/m68knommu/kernel/traps.c index 5bc068462864..44ff74e643b1 100644 --- a/arch/m68knommu/kernel/traps.c +++ b/arch/m68knommu/kernel/traps.c | |||
@@ -93,12 +93,12 @@ asmlinkage void buserr_c(struct frame *fp) | |||
93 | if (user_mode(&fp->ptregs)) | 93 | if (user_mode(&fp->ptregs)) |
94 | current->thread.esp0 = (unsigned long) fp; | 94 | current->thread.esp0 = (unsigned long) fp; |
95 | 95 | ||
96 | #if DEBUG | 96 | #if defined(DEBUG) |
97 | printk (KERN_DEBUG "*** Bus Error *** Format is %x\n", fp->ptregs.format); | 97 | printk (KERN_DEBUG "*** Bus Error *** Format is %x\n", fp->ptregs.format); |
98 | #endif | 98 | #endif |
99 | 99 | ||
100 | die_if_kernel("bad frame format",&fp->ptregs,0); | 100 | die_if_kernel("bad frame format",&fp->ptregs,0); |
101 | #if DEBUG | 101 | #if defined(DEBUG) |
102 | printk(KERN_DEBUG "Unknown SIGSEGV - 4\n"); | 102 | printk(KERN_DEBUG "Unknown SIGSEGV - 4\n"); |
103 | #endif | 103 | #endif |
104 | force_sig(SIGSEGV, current); | 104 | force_sig(SIGSEGV, current); |