diff options
author | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-04-04 20:49:44 +0000 |
---|---|---|
committer | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-04-04 20:49:44 +0000 |
commit | 91e096ed92faa6c3ab6c703ee42bd0ad76b8957b (patch) | |
tree | 25340fb6232bd9de844a0dc1c7020b68c3dc6c2a /arch/mips64/sgi-ip27/ip27-memory.c | |
parent | 09b51a8bad6352607cc40618d3be5a7525eb4470 (diff) |
Added a few klconfig functions from IRIX. This triggered some house cleaning,
ie, moving type declarations into sn/types.h and moving klconfig code from
ip27-init.c into ip27-klconfig.c.
Diffstat (limited to 'arch/mips64/sgi-ip27/ip27-memory.c')
-rw-r--r-- | arch/mips64/sgi-ip27/ip27-memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips64/sgi-ip27/ip27-memory.c b/arch/mips64/sgi-ip27/ip27-memory.c index 0394d2ca0..abd0c10e1 100644 --- a/arch/mips64/sgi-ip27/ip27-memory.c +++ b/arch/mips64/sgi-ip27/ip27-memory.c @@ -124,7 +124,7 @@ static pfn_t slot_psize_compute(cnodeid_t node, int slot) nasid = COMPACT_TO_NASID_NODEID(node); /* Find the node board */ - brd = find_lboard_real((lboard_t *)KL_CONFIG_INFO(nasid), KLTYPE_IP27); + brd = find_lboard((lboard_t *)KL_CONFIG_INFO(nasid), KLTYPE_IP27); if (!brd) return 0; |