Call hide_etherboot() from startup(), rather than requiring the prefix to

do it.
This commit is contained in:
Michael Brown
2007-01-14 00:53:56 +00:00
parent c2708df14a
commit dca369ddc3
4 changed files with 45 additions and 22 deletions

View File

@@ -17,6 +17,8 @@ enum hidemem_region_id {
EXTMEM,
};
extern void hide_etherboot();
extern void unhide_etherboot();
extern void hide_region ( unsigned int region_id, physaddr_t start,
physaddr_t end );