diff options
author | Mike Rapoport (Microsoft) <rppt@kernel.org> | 2025-02-14 12:06:48 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2025-02-21 18:05:00 +0300 |
commit | 2d6bff31399b2443aba230cd20f120acb2d4eeb1 (patch) | |
tree | 302d33a39402853372bc36c141bacb468f9eabb9 /scripts/gdb/linux/interrupts.py | |
parent | 0ad2507d5d93f39619fc42372c347d6006b64319 (diff) | |
download | linux-2d6bff31399b2443aba230cd20f120acb2d4eeb1.tar.xz |
x86/boot: Move setting of memblock parameters to e820__memblock_setup()
Changing memblock parameters, namely bottom_up and allocation upper
limit does not have any effect before memblock initialization in
e820__memblock_setup().
Move the calls to memblock_set_bottom_up() and memblock_set_current_limit()
to e820__memblock_setup() to group all the memblock initial setup and make
setup_arch() more readable.
No functional changes.
Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20250214090651.3331663-2-rppt@kernel.org
Diffstat (limited to 'scripts/gdb/linux/interrupts.py')
0 files changed, 0 insertions, 0 deletions