diff options
author | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-02-05 02:12:32 +0000 |
---|---|---|
committer | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-02-05 02:12:32 +0000 |
commit | e73a04659c0b8cdee4dd40e58630e2cf63afb316 (patch) | |
tree | e8b66742f5a808a4d930566f8d2a0f03041c1bb1 /arch/mips64/sgi-ip27/ip27-setup.c | |
parent | 0a63d118e26d7f30af98862e800a3b56f242f440 (diff) |
Discover the amount of memory present in other nodes. Get ready to
do numa style bootmem setup.
Diffstat (limited to 'arch/mips64/sgi-ip27/ip27-setup.c')
-rw-r--r-- | arch/mips64/sgi-ip27/ip27-setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips64/sgi-ip27/ip27-setup.c b/arch/mips64/sgi-ip27/ip27-setup.c index e34058a30..c97eeb8b6 100644 --- a/arch/mips64/sgi-ip27/ip27-setup.c +++ b/arch/mips64/sgi-ip27/ip27-setup.c @@ -89,7 +89,6 @@ void __init ip27_setup(void) { nasid_t nid; hubreg_t p, e; - extern void mlreset(void); set_cp0_status(ST0_IM, 0); nid = get_nasid(); @@ -110,5 +109,4 @@ void __init ip27_setup(void) verify_mode(); ioc3_sio_init(); ioc3_eth_init(); - mlreset(); } |