diff options
Diffstat (limited to 'include/asm-sparc')
-rw-r--r-- | include/asm-sparc/ide_64.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-sparc/ide_64.h b/include/asm-sparc/ide_64.h index 1282676da1cd..27921ccb3a1f 100644 --- a/include/asm-sparc/ide_64.h +++ b/include/asm-sparc/ide_64.h | |||
@@ -78,9 +78,9 @@ static inline void __ide_insw(void __iomem *port, void *dst, u32 count) | |||
78 | 78 | ||
79 | static inline void outw_be(unsigned short w, void __iomem *addr) | 79 | static inline void outw_be(unsigned short w, void __iomem *addr) |
80 | { | 80 | { |
81 | __asm__ __volatile__("stha %0, [%1] %2" | 81 | __asm__ __volatile__("stha %r0, [%1] %2" |
82 | : /* no outputs */ | 82 | : /* no outputs */ |
83 | : "r" (w), "r" (addr), "i" (ASI_PHYS_BYPASS_EC_E)); | 83 | : "Jr" (w), "r" (addr), "i" (ASI_PHYS_BYPASS_EC_E)); |
84 | } | 84 | } |
85 | 85 | ||
86 | static inline void __ide_outsw(void __iomem *port, void *src, u32 count) | 86 | static inline void __ide_outsw(void __iomem *port, void *src, u32 count) |