diff options
| author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-12 20:31:36 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-12 20:31:36 -0400 |
| commit | 7258ea8acd2252d5a68e7dfa2eac8dc8f364b91e (patch) | |
| tree | a13594ddbd91b27c8afa49c1a2c6b4dc8141ae11 /include/asm-sh64/io.h | |
| parent | af84b99f22df115e7aec41d5dbe936e163ef4e2e (diff) | |
| parent | 1bb99a649af92e53ed7391afaf6c2d45a6f57b42 (diff) | |
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh64-2.6
* master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh64-2.6:
sh64: Add a sane pm_power_off implementation.
sh64: Use generic BUG_ON()/WARN_ON().
sh64: Trivial build fixes.
sh64: Drop deprecated ISA tuning for legacy toolchains.
Diffstat (limited to 'include/asm-sh64/io.h')
| -rw-r--r-- | include/asm-sh64/io.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-sh64/io.h b/include/asm-sh64/io.h index dee4f77929a4..252fedbb6621 100644 --- a/include/asm-sh64/io.h +++ b/include/asm-sh64/io.h | |||
| @@ -123,6 +123,13 @@ void insw(unsigned long port, void *addr, unsigned long count); | |||
| 123 | void outsl(unsigned long port, const void *addr, unsigned long count); | 123 | void outsl(unsigned long port, const void *addr, unsigned long count); |
| 124 | void insl(unsigned long port, void *addr, unsigned long count); | 124 | void insl(unsigned long port, void *addr, unsigned long count); |
| 125 | 125 | ||
| 126 | #define __raw_readb readb | ||
| 127 | #define __raw_readw readw | ||
| 128 | #define __raw_readl readl | ||
| 129 | #define __raw_writeb writeb | ||
| 130 | #define __raw_writew writew | ||
| 131 | #define __raw_writel writel | ||
| 132 | |||
| 126 | void memcpy_toio(void __iomem *to, const void *from, long count); | 133 | void memcpy_toio(void __iomem *to, const void *from, long count); |
| 127 | void memcpy_fromio(void *to, void __iomem *from, long count); | 134 | void memcpy_fromio(void *to, void __iomem *from, long count); |
| 128 | 135 | ||
