mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
sh: bootmem refactoring.
This reworks much of the bootmem setup and initialization code allowing us to get rid of duplicate work between the NUMA and non-NUMA cases. The end result is that we end up with a much more flexible interface for supporting more complex topologies (fake NUMA, highmem, etc, etc.) which is entirely LMB backed. This is an incremental step for more NUMA work as well as gradually enabling migration off of bootmem entirely. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
5e2ff328c0
commit
4bc277ac9c
4 changed files with 169 additions and 142 deletions
|
@ -19,6 +19,7 @@
|
|||
#define COMMAND_LINE ((char *) (PARAM+0x100))
|
||||
|
||||
void sh_mv_setup(void);
|
||||
void check_for_initrd(void);
|
||||
|
||||
#endif /* __KERNEL__ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue