diff options
| -rw-r--r-- | arch/arm/mach-shmobile/platsmp-apmu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/platsmp-apmu.c b/arch/arm/mach-shmobile/platsmp-apmu.c index 1da5a72d9642..8cb641c00fdb 100644 --- a/arch/arm/mach-shmobile/platsmp-apmu.c +++ b/arch/arm/mach-shmobile/platsmp-apmu.c | |||
| @@ -75,8 +75,7 @@ static void apmu_init_cpu(struct resource *res, int cpu, int bit) | |||
| 75 | apmu_cpus[cpu].iomem = ioremap_nocache(res->start, resource_size(res)); | 75 | apmu_cpus[cpu].iomem = ioremap_nocache(res->start, resource_size(res)); |
| 76 | apmu_cpus[cpu].bit = bit; | 76 | apmu_cpus[cpu].bit = bit; |
| 77 | 77 | ||
| 78 | pr_debug("apmu ioremap %d %d 0x%08x 0x%08x\n", cpu, bit, | 78 | pr_debug("apmu ioremap %d %d %pr\n", cpu, bit, res); |
| 79 | res->start, resource_size(res)); | ||
| 80 | } | 79 | } |
| 81 | 80 | ||
| 82 | static struct { | 81 | static struct { |
