Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80454
b: refs/heads/master
c: 927222b
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jan 30, 2008
1 parent e9c7dfd commit 435d942
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: d701fda8601fe267fbd3648f108f0e751305101b
refs/heads/master: 927222b102186a6cc3e43e25062fcd18c800435e
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/traps_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -1142,11 +1142,11 @@ void __init trap_init(void)
int i;

#ifdef CONFIG_EISA
void __iomem *p = ioremap(0x0FFFD9, 4);
void __iomem *p = early_ioremap(0x0FFFD9, 4);
if (readl(p) == 'E'+('I'<<8)+('S'<<16)+('A'<<24)) {
EISA_bus = 1;
}
iounmap(p);
early_iounmap(p, 4);
#endif

#ifdef CONFIG_X86_LOCAL_APIC
Expand Down

0 comments on commit 435d942

Please sign in to comment.