SMP - Kernel is loaded above 1M by default
- the 16-bit trampoline must be within the first megabyte of physical memory thus the smp trampoline is copied explicitly below 1M
This commit is contained in:
@@ -123,7 +123,7 @@ PUBLIC void cstart(
|
||||
* get_value *
|
||||
*===========================================================================*/
|
||||
|
||||
PRIVATE char *get_value(
|
||||
PUBLIC char *get_value(
|
||||
const char *params, /* boot monitor parameters */
|
||||
const char *name /* key to look up */
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user