From 4da957502cd6726c6f00e6f07fe913799ab4b8f7 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 18 Sep 2008 15:48:23 +0200 Subject: [PATCH] --- yaml --- r: 118185 b: refs/heads/master c: 6c1249e588cbf0484fc3e6b0f0fc4a5892749b4d h: refs/heads/master i: 118183: 5b69f8acde251b463ec9d665d742ed825f918b8f v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-mx3/pcm037.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 4bb2e051fbeb..eef405676836 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fb881f785f0003fc904c6db82909d937d968bcc9 +refs/heads/master: 6c1249e588cbf0484fc3e6b0f0fc4a5892749b4d diff --git a/trunk/arch/arm/mach-mx3/pcm037.c b/trunk/arch/arm/mach-mx3/pcm037.c index 11fda95c86a5..843f68c8ead1 100644 --- a/trunk/arch/arm/mach-mx3/pcm037.c +++ b/trunk/arch/arm/mach-mx3/pcm037.c @@ -91,12 +91,12 @@ static struct map_desc pcm037_io_desc[] __initdata = { .virtual = AIPS1_BASE_ADDR_VIRT, .pfn = __phys_to_pfn(AIPS1_BASE_ADDR), .length = AIPS1_SIZE, - .type = MT_DEVICE + .type = MT_DEVICE_NONSHARED }, { .virtual = AIPS2_BASE_ADDR_VIRT, .pfn = __phys_to_pfn(AIPS2_BASE_ADDR), .length = AIPS2_SIZE, - .type = MT_DEVICE + .type = MT_DEVICE_NONSHARED }, };