diff options
author | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-06-02 00:18:07 +0000 |
---|---|---|
committer | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-06-02 00:18:07 +0000 |
commit | 771e8bb9a1b10ee3c4aeab96c4b481a7237dfb7c (patch) | |
tree | 17fcc3133ccf5daa4ec71466623abb4e40ed6df1 /arch | |
parent | 972b8e7479f7c5aa88648ea9d43bf7be7483b6fa (diff) |
Fix some type definitions, add a new field in the per-processor data
area to store the PROM assigned cpuid that is used by most of the IP27
kernel and prom data strucutures.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips64/sgi-ip27/ip27-klconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips64/sgi-ip27/ip27-klconfig.c b/arch/mips64/sgi-ip27/ip27-klconfig.c index fac7c9dfa..bfa176745 100644 --- a/arch/mips64/sgi-ip27/ip27-klconfig.c +++ b/arch/mips64/sgi-ip27/ip27-klconfig.c @@ -61,7 +61,7 @@ lboard_t * find_lboard(lboard_t *start, unsigned char brd_type) return (lboard_t *)NULL; } -cnodeid_t get_cpu_cnode(int cpu) +cnodeid_t get_cpu_cnode(cpuid_t cpu) { return CPUID_TO_COMPACT_NODEID(cpu); } |