Commit a8efa1cd authored by Ingo Molnar's avatar Ingo Molnar

x86: increase the number of boot-mappings

increase max early_ioremap() remapping size from 64K to 256K.
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 1b42f516
...@@ -91,7 +91,7 @@ enum fixed_addresses { ...@@ -91,7 +91,7 @@ enum fixed_addresses {
#endif #endif
__end_of_permanent_fixed_addresses, __end_of_permanent_fixed_addresses,
/* temporary boot-time mappings, used before ioremap() is functional */ /* temporary boot-time mappings, used before ioremap() is functional */
#define NR_FIX_BTMAPS 16 #define NR_FIX_BTMAPS 64
#define FIX_BTMAPS_NESTING 4 #define FIX_BTMAPS_NESTING 4
FIX_BTMAP_END = __end_of_permanent_fixed_addresses, FIX_BTMAP_END = __end_of_permanent_fixed_addresses,
FIX_BTMAP_BEGIN = FIX_BTMAP_END + NR_FIX_BTMAPS*FIX_BTMAPS_NESTING - 1, FIX_BTMAP_BEGIN = FIX_BTMAP_END + NR_FIX_BTMAPS*FIX_BTMAPS_NESTING - 1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment