diff options
Diffstat (limited to 'arch/sh/boards/mach-microdev/io.c')
| -rw-r--r-- | arch/sh/boards/mach-microdev/io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/boards/mach-microdev/io.c b/arch/sh/boards/mach-microdev/io.c index 52dd748211c7..2960c659020e 100644 --- a/arch/sh/boards/mach-microdev/io.c +++ b/arch/sh/boards/mach-microdev/io.c | |||
| @@ -141,10 +141,10 @@ static inline void delay(void) | |||
| 141 | #if defined(CONFIG_PCI) | 141 | #if defined(CONFIG_PCI) |
| 142 | /* System board present, just make a dummy SRAM access. (CS0 will be | 142 | /* System board present, just make a dummy SRAM access. (CS0 will be |
| 143 | mapped to PCI memory, probably good to avoid it.) */ | 143 | mapped to PCI memory, probably good to avoid it.) */ |
| 144 | ctrl_inw(0xa6800000); | 144 | __raw_readw(0xa6800000); |
| 145 | #else | 145 | #else |
| 146 | /* CS0 will be mapped to flash, ROM etc so safe to access it. */ | 146 | /* CS0 will be mapped to flash, ROM etc so safe to access it. */ |
| 147 | ctrl_inw(0xa0000000); | 147 | __raw_readw(0xa0000000); |
| 148 | #endif | 148 | #endif |
| 149 | } | 149 | } |
| 150 | 150 | ||
