Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84352
b: refs/heads/master
c: b4d62de
h: refs/heads/master
v: v3
  • Loading branch information
Bruce Duncan authored and Dmitry Torokhov committed Jan 30, 2008
1 parent f2f23d9 commit 41dbb5c
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: 5799ddb54e829c92b23b7a3bf5133923cb908116
refs/heads/master: b4d62de16283d096e2e0dfe9d3395f5ba1b1352e
4 changes: 2 additions & 2 deletions trunk/drivers/input/serio/i8042-x86ia64io.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static inline void i8042_write_command(int val)
outb(val, I8042_COMMAND_REG);
}

#if defined(__i386__)
#if defined(__i386__) || defined(__x86_64__)

#include <linux/dmi.h>

Expand Down Expand Up @@ -563,7 +563,7 @@ static int __init i8042_platform_init(void)
i8042_reset = 1;
#endif

#if defined(__i386__)
#if defined(__i386__) || defined(__x86_64__)
if (dmi_check_system(i8042_dmi_noloop_table))
i8042_noloop = 1;

Expand Down

0 comments on commit 41dbb5c

Please sign in to comment.