Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113564
b: refs/heads/master
c: 7970479
h: refs/heads/master
v: v3
  • Loading branch information
Alexander van Heukelum authored and Ingo Molnar committed Oct 13, 2008
1 parent c3c7397 commit ea3c7bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1c9af8a9f448abfe13f17fa76b7ca72b588a1edb
refs/heads/master: 7970479c4881e156a0c07c1a7fdc564c8e3b2bfc
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/traps_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,8 @@ mem_parity_error(unsigned char reason, struct pt_regs *regs)
printk(KERN_EMERG "Dazed and confused, but trying to continue\n");

/* Clear and disable the memory parity error line. */
clear_mem_error(reason);
reason = (reason & 0xf) | 4;
outb(reason, 0x61);
}

static notrace __kprobes void
Expand Down
6 changes: 0 additions & 6 deletions trunk/include/asm-x86/mach-default/mach_traps.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@

#include <asm/mc146818rtc.h>

static inline void clear_mem_error(unsigned char reason)
{
reason = (reason & 0xf) | 4;
outb(reason, 0x61);
}

static inline unsigned char get_nmi_reason(void)
{
return inb(0x61);
Expand Down

0 comments on commit ea3c7bd

Please sign in to comment.