diff options
Diffstat (limited to 'arch/i386/mm/fault.c')
-rw-r--r-- | arch/i386/mm/fault.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/i386/mm/fault.c b/arch/i386/mm/fault.c index bbb24af5d860..47a3b72ec7b6 100644 --- a/arch/i386/mm/fault.c +++ b/arch/i386/mm/fault.c | |||
@@ -518,9 +518,9 @@ no_context: | |||
518 | } | 518 | } |
519 | #endif | 519 | #endif |
520 | if (address < PAGE_SIZE) | 520 | if (address < PAGE_SIZE) |
521 | printk(KERN_ALERT "Unable to handle kernel NULL pointer dereference"); | 521 | printk(KERN_ALERT "BUG: unable to handle kernel NULL pointer dereference"); |
522 | else | 522 | else |
523 | printk(KERN_ALERT "Unable to handle kernel paging request"); | 523 | printk(KERN_ALERT "BUG: unable to handle kernel paging request"); |
524 | printk(" at virtual address %08lx\n",address); | 524 | printk(" at virtual address %08lx\n",address); |
525 | printk(KERN_ALERT " printing eip:\n"); | 525 | printk(KERN_ALERT " printing eip:\n"); |
526 | printk("%08lx\n", regs->eip); | 526 | printk("%08lx\n", regs->eip); |