diff options
Diffstat (limited to 'arch/i386/boot/boot.h')
-rw-r--r-- | arch/i386/boot/boot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/boot/boot.h b/arch/i386/boot/boot.h index 0329c4fe4f88..dec70c9b6050 100644 --- a/arch/i386/boot/boot.h +++ b/arch/i386/boot/boot.h | |||
@@ -56,7 +56,7 @@ static inline u16 inw(u16 port) | |||
56 | 56 | ||
57 | static inline void outl(u32 v, u16 port) | 57 | static inline void outl(u32 v, u16 port) |
58 | { | 58 | { |
59 | asm volatile("outl %0,%1" : : "a" (v), "dn" (port)); | 59 | asm volatile("outl %0,%1" : : "a" (v), "dN" (port)); |
60 | } | 60 | } |
61 | static inline u32 inl(u32 port) | 61 | static inline u32 inl(u32 port) |
62 | { | 62 | { |