diff options
| -rw-r--r-- | arch/x86/include/asm/io.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/x86/include/asm/io.h b/arch/x86/include/asm/io.h index f6e5b9375d8c..6de64840dd22 100644 --- a/arch/x86/include/asm/io.h +++ b/arch/x86/include/asm/io.h | |||
| @@ -94,10 +94,10 @@ build_mmio_write(__writel, "l", unsigned int, "r", ) | |||
| 94 | 94 | ||
| 95 | #ifdef CONFIG_X86_64 | 95 | #ifdef CONFIG_X86_64 |
| 96 | 96 | ||
| 97 | build_mmio_read(readq, "q", unsigned long, "=r", :"memory") | 97 | build_mmio_read(readq, "q", u64, "=r", :"memory") |
| 98 | build_mmio_read(__readq, "q", unsigned long, "=r", ) | 98 | build_mmio_read(__readq, "q", u64, "=r", ) |
| 99 | build_mmio_write(writeq, "q", unsigned long, "r", :"memory") | 99 | build_mmio_write(writeq, "q", u64, "r", :"memory") |
| 100 | build_mmio_write(__writeq, "q", unsigned long, "r", ) | 100 | build_mmio_write(__writeq, "q", u64, "r", ) |
| 101 | 101 | ||
| 102 | #define readq_relaxed(a) __readq(a) | 102 | #define readq_relaxed(a) __readq(a) |
| 103 | #define writeq_relaxed(v, a) __writeq(v, a) | 103 | #define writeq_relaxed(v, a) __writeq(v, a) |
