projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4a5ed1
)
xen/arm: Extend the number of memory banks supported
author
Julien Grall
<julien.grall@arm.com>
Wed, 14 Feb 2018 15:30:44 +0000
(15:30 +0000)
committer
Stefano Stabellini
<sstabellini@kernel.org>
Wed, 14 Feb 2018 18:35:10 +0000
(10:35 -0800)
When booting using Grub on Thunder-X, the number of memory available is
greater than 64. Bump the number to 128, so we can take advantage of all
the memory.
Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/include/asm-arm/setup.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-arm/setup.h
b/xen/include/asm-arm/setup.h
index 7ff2c34dabbfc5c3df2db7dfc280d2273c410c03..0cc3330807bc0da0beafda484441a07258e24c5a 100644
(file)
--- a/
xen/include/asm-arm/setup.h
+++ b/
xen/include/asm-arm/setup.h
@@
-6,7
+6,7
@@
#define MIN_FDT_ALIGN 8
#define MAX_FDT_SIZE SZ_2M
-#define NR_MEM_BANKS
64
+#define NR_MEM_BANKS
128
#define MAX_MODULES 5 /* Current maximum useful modules */