projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c517d83
)
ARM: socfpga: Correct SCU virtual mapping in socfpga
author
Vince Bridgers
<
[email protected]
>
Wed, 11 Feb 2015 18:34:25 +0000
(18:34 +0000)
committer
Dinh Nguyen
<
[email protected]
>
Wed, 4 Mar 2015 19:03:01 +0000
(13:03 -0600)
Correct SCU virtual mapping that was causing this BUG message:
"BUG: mapping for 0xfffec000 at 0xfffec000 out of vmalloc space"
Signed-off-by: Vince Bridgers <
[email protected]
>
Signed-off-by: Dinh Nguyen <
[email protected]
>
arch/arm/mach-socfpga/core.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-socfpga/core.h
b/arch/arm/mach-socfpga/core.h
index 483cb467bf65a13d1f414a88c0233b5e46e184d1..a0f3b1cd497cc70656637c6dd2215a07942c0b1e 100644
(file)
--- a/
arch/arm/mach-socfpga/core.h
+++ b/
arch/arm/mach-socfpga/core.h
@@
-45,6
+45,6
@@
extern char secondary_trampoline, secondary_trampoline_end;
extern unsigned long socfpga_cpu1start_addr;
-#define SOCFPGA_SCU_VIRT_BASE 0xf
ffec
000
+#define SOCFPGA_SCU_VIRT_BASE 0xf
ee00
000
#endif