diff options
Diffstat (limited to 'arch/ppc64/kernel/pSeries_setup.c')
-rw-r--r-- | arch/ppc64/kernel/pSeries_setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/pSeries_setup.c b/arch/ppc64/kernel/pSeries_setup.c index 06536de51257..6c0d1d58a552 100644 --- a/arch/ppc64/kernel/pSeries_setup.c +++ b/arch/ppc64/kernel/pSeries_setup.c | |||
@@ -363,7 +363,7 @@ static void __init pSeries_init_early(void) | |||
363 | find_udbg_vterm(); | 363 | find_udbg_vterm(); |
364 | else if (physport) { | 364 | else if (physport) { |
365 | /* Map the uart for udbg. */ | 365 | /* Map the uart for udbg. */ |
366 | comport = (void *)__ioremap(physport, 16, _PAGE_NO_CACHE); | 366 | comport = (void *)ioremap(physport, 16); |
367 | udbg_init_uart(comport, default_speed); | 367 | udbg_init_uart(comport, default_speed); |
368 | 368 | ||
369 | ppc_md.udbg_putc = udbg_putc; | 369 | ppc_md.udbg_putc = udbg_putc; |