diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-06-14 15:06:49 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-06-14 15:06:49 -0700 |
commit | f701737deb59654dd62e15d5dc379f387cf86c6d (patch) | |
tree | b9073b7d4b43bc3d39c2ba1ddc76a1d0698073de /arch/arm/mach-s3c2440/mach-anubis.c | |
parent | eedab661a51966c454e38c17266a531aa58b4a98 (diff) | |
parent | 6c1640d52b9b7355cd777c4f08bc930ac96d905b (diff) | |
download | kernel_samsung_smdk4412-f701737deb59654dd62e15d5dc379f387cf86c6d.tar.gz kernel_samsung_smdk4412-f701737deb59654dd62e15d5dc379f387cf86c6d.tar.bz2 kernel_samsung_smdk4412-f701737deb59654dd62e15d5dc379f387cf86c6d.zip |
Merge master.kernel.org:/home/rmk/linux-2.6-arm
* master.kernel.org:/home/rmk/linux-2.6-arm:
[ARM] 4445/1: ANUBIS: Fix CPLD registers
[ARM] 4444/2: OSIRIS: CPLD suspend fix
[ARM] 4443/1: OSIRIS: Add watchdog device to machine devices
[ARM] 4442/1: OSIRIS: Fix CPLD register definitions
[ARM] VFP: fix section mismatch error
Diffstat (limited to 'arch/arm/mach-s3c2440/mach-anubis.c')
-rw-r--r-- | arch/arm/mach-s3c2440/mach-anubis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c2440/mach-anubis.c b/arch/arm/mach-s3c2440/mach-anubis.c index b5d387ef37e..bff7ddd06a5 100644 --- a/arch/arm/mach-s3c2440/mach-anubis.c +++ b/arch/arm/mach-s3c2440/mach-anubis.c @@ -76,8 +76,8 @@ static struct map_desc anubis_iodesc[] __initdata = { .length = SZ_4K, .type = MT_DEVICE, }, { - .virtual = (u32)ANUBIS_VA_CTRL2, - .pfn = __phys_to_pfn(ANUBIS_PA_CTRL2), + .virtual = (u32)ANUBIS_VA_IDREG, + .pfn = __phys_to_pfn(ANUBIS_PA_IDREG), .length = SZ_4K, .type = MT_DEVICE, }, |