diff options
| author | Ingo Molnar <mingo@elte.hu> | 2009-10-13 03:24:51 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2009-10-13 03:24:59 -0400 |
| commit | 2c96c142e941041973faab20ca3b82d57f435c5e (patch) | |
| tree | 45188f0ecb3f4bb7408a7219f8fcd041d500235a /arch/m32r/include/asm/io.h | |
| parent | 3c355863fb32070a2800f41106519c5c3038623a (diff) | |
| parent | 8ad807318fcd62aba0e18c7c7fbfcc1af3fcdbab (diff) | |
Merge branch 'tracing/urgent' into tracing/core
Merge reason: Pick up tracing/filters fix from the urgent queue,
we will queue up dependent patches.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/m32r/include/asm/io.h')
| -rw-r--r-- | arch/m32r/include/asm/io.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/m32r/include/asm/io.h b/arch/m32r/include/asm/io.h index d06933bd6318..4010f1fc5b65 100644 --- a/arch/m32r/include/asm/io.h +++ b/arch/m32r/include/asm/io.h | |||
| @@ -162,6 +162,13 @@ static inline void _writel(unsigned long l, unsigned long addr) | |||
| 162 | #define __raw_writew writew | 162 | #define __raw_writew writew |
| 163 | #define __raw_writel writel | 163 | #define __raw_writel writel |
| 164 | 164 | ||
| 165 | #define ioread8 read | ||
| 166 | #define ioread16 readw | ||
| 167 | #define ioread32 readl | ||
| 168 | #define iowrite8 writeb | ||
| 169 | #define iowrite16 writew | ||
| 170 | #define iowrite32 writel | ||
| 171 | |||
| 165 | #define mmiowb() | 172 | #define mmiowb() |
| 166 | 173 | ||
| 167 | #define flush_write_buffers() do { } while (0) /* M32R_FIXME */ | 174 | #define flush_write_buffers() do { } while (0) /* M32R_FIXME */ |
