From bd3f8fad1562233ba7583b3adf718e06aa371051 Mon Sep 17 00:00:00 2001 From: Bellido Nicolas Date: Sun, 7 May 2006 22:49:21 +0100 Subject: [PATCH] --- yaml --- r: 26535 b: refs/heads/master c: 16b6dd4419cdef637a907cfc26594e4ebe688975 h: refs/heads/master i: 26533: d014d8c6bb887024c170e9bbdfdc8a01e43e73ab 26531: df23d4c343d262554508b389d202e5fee0336c62 26527: c5140eab86067cc4179d92df5e697ef12f8cf28f v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-aaec2000/core.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index aa95b8f0c007..3208a1be75fa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 216251cff98838f2b79c53fc8a9e76884944be7d +refs/heads/master: 16b6dd4419cdef637a907cfc26594e4ebe688975 diff --git a/trunk/arch/arm/mach-aaec2000/core.c b/trunk/arch/arm/mach-aaec2000/core.c index dce4815cf53c..3be05c430619 100644 --- a/trunk/arch/arm/mach-aaec2000/core.c +++ b/trunk/arch/arm/mach-aaec2000/core.c @@ -50,12 +50,12 @@ static struct map_desc standard_io_desc[] __initdata = { { .virtual = VIO_APB_BASE, - .physical = __phys_to_pfn(PIO_APB_BASE), + .pfn = __phys_to_pfn(PIO_APB_BASE), .length = IO_APB_LENGTH, .type = MT_DEVICE }, { .virtual = VIO_AHB_BASE, - .physical = __phys_to_pfn(PIO_AHB_BASE), + .pfn = __phys_to_pfn(PIO_AHB_BASE), .length = IO_AHB_LENGTH, .type = MT_DEVICE }