diff options
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/serio/i8042-x86ia64io.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index 0ceb84dc90fc..9efb90b52e32 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h | |||
@@ -63,7 +63,7 @@ static inline void i8042_write_command(int val) | |||
63 | outb(val, I8042_COMMAND_REG); | 63 | outb(val, I8042_COMMAND_REG); |
64 | } | 64 | } |
65 | 65 | ||
66 | #if defined(__i386__) | 66 | #if defined(__i386__) || defined(__x86_64__) |
67 | 67 | ||
68 | #include <linux/dmi.h> | 68 | #include <linux/dmi.h> |
69 | 69 | ||
@@ -563,7 +563,7 @@ static int __init i8042_platform_init(void) | |||
563 | i8042_reset = 1; | 563 | i8042_reset = 1; |
564 | #endif | 564 | #endif |
565 | 565 | ||
566 | #if defined(__i386__) | 566 | #if defined(__i386__) || defined(__x86_64__) |
567 | if (dmi_check_system(i8042_dmi_noloop_table)) | 567 | if (dmi_check_system(i8042_dmi_noloop_table)) |
568 | i8042_noloop = 1; | 568 | i8042_noloop = 1; |
569 | 569 | ||