summaryrefslogtreecommitdiffstats
path: root/arch/mips64/sgi-ip27/ip27-memory.c
diff options
context:
space:
mode:
authorKanoj Sarcar <kanoj@engr.sgi.com>2000-04-04 20:49:44 +0000
committerKanoj Sarcar <kanoj@engr.sgi.com>2000-04-04 20:49:44 +0000
commit91e096ed92faa6c3ab6c703ee42bd0ad76b8957b (patch)
tree25340fb6232bd9de844a0dc1c7020b68c3dc6c2a /arch/mips64/sgi-ip27/ip27-memory.c
parent09b51a8bad6352607cc40618d3be5a7525eb4470 (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.c2
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;