diff options
author | Jiri Kosina <jkosina@suse.cz> | 2010-03-08 10:55:37 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-03-08 10:55:37 -0500 |
commit | 318ae2edc3b29216abd8a2510f3f80b764f06858 (patch) | |
tree | ce595adde342f57f379d277b25e4dd206988a052 /arch/arm/mach-u300 | |
parent | 25cf84cf377c0aae5dbcf937ea89bc7893db5176 (diff) | |
parent | 3e58974027b04e84f68b964ef368a6cd758e2f84 (diff) |
Merge branch 'for-next' into for-linus
Conflicts:
Documentation/filesystems/proc.txt
arch/arm/mach-u300/include/mach/debug-macro.S
drivers/net/qlge/qlge_ethtool.c
drivers/net/qlge/qlge_main.c
drivers/net/typhoon.c
Diffstat (limited to 'arch/arm/mach-u300')
-rw-r--r-- | arch/arm/mach-u300/core.c | 4 | ||||
-rw-r--r-- | arch/arm/mach-u300/include/mach/debug-macro.S | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-u300/core.c b/arch/arm/mach-u300/core.c index 01b50313914c..5f34eb674d68 100644 --- a/arch/arm/mach-u300/core.c +++ b/arch/arm/mach-u300/core.c | |||
@@ -358,7 +358,7 @@ static struct resource ave_resources[] = { | |||
358 | /* | 358 | /* |
359 | * The AVE3e requires two regions of 256MB that it considers | 359 | * The AVE3e requires two regions of 256MB that it considers |
360 | * "invisible". The hardware will not be able to access these | 360 | * "invisible". The hardware will not be able to access these |
361 | * adresses, so they should never point to system RAM. | 361 | * addresses, so they should never point to system RAM. |
362 | */ | 362 | */ |
363 | { | 363 | { |
364 | .name = "AVE3e Reserved 0", | 364 | .name = "AVE3e Reserved 0", |
@@ -1596,7 +1596,7 @@ static void __init u300_init_check_chip(void) | |||
1596 | /* | 1596 | /* |
1597 | * Some devices and their resources require reserved physical memory from | 1597 | * Some devices and their resources require reserved physical memory from |
1598 | * the end of the available RAM. This function traverses the list of devices | 1598 | * the end of the available RAM. This function traverses the list of devices |
1599 | * and assigns actual adresses to these. | 1599 | * and assigns actual addresses to these. |
1600 | */ | 1600 | */ |
1601 | static void __init u300_assign_physmem(void) | 1601 | static void __init u300_assign_physmem(void) |
1602 | { | 1602 | { |
diff --git a/arch/arm/mach-u300/include/mach/debug-macro.S b/arch/arm/mach-u300/include/mach/debug-macro.S index ca4a028c2661..92c12420256f 100644 --- a/arch/arm/mach-u300/include/mach/debug-macro.S +++ b/arch/arm/mach-u300/include/mach/debug-macro.S | |||
@@ -11,7 +11,7 @@ | |||
11 | #include <mach/hardware.h> | 11 | #include <mach/hardware.h> |
12 | 12 | ||
13 | .macro addruart, rx, tmp | 13 | .macro addruart, rx, tmp |
14 | /* If we move the adress using MMU, use this. */ | 14 | /* If we move the address using MMU, use this. */ |
15 | mrc p15, 0, \rx, c1, c0 | 15 | mrc p15, 0, \rx, c1, c0 |
16 | tst \rx, #1 @ MMU enabled? | 16 | tst \rx, #1 @ MMU enabled? |
17 | ldreq \rx, = U300_SLOW_PER_PHYS_BASE @ MMU off, physical address | 17 | ldreq \rx, = U300_SLOW_PER_PHYS_BASE @ MMU off, physical address |