diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-10-22 10:34:13 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-22 22:09:00 +0100 |
commit | 06d428d719dece96c01532b62df4140f4e69a308 (patch) | |
tree | 2e10ca921862366b515404697206f1d0ca68dd56 /arch/mips/sgi-ip27/ip27-init.c | |
parent | 508a775a3c9c6c3f952338f6722ea8bc92899962 (diff) | |
download | op-kernel-dev-06d428d719dece96c01532b62df4140f4e69a308.zip op-kernel-dev-06d428d719dece96c01532b62df4140f4e69a308.tar.gz |
[MIPS] time: SMP/NUMA-proofing of IP27 HUB RT timer code.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sgi-ip27/ip27-init.c')
-rw-r--r-- | arch/mips/sgi-ip27/ip27-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/sgi-ip27/ip27-init.c b/arch/mips/sgi-ip27/ip27-init.c index 681b593..3305fa9 100644 --- a/arch/mips/sgi-ip27/ip27-init.c +++ b/arch/mips/sgi-ip27/ip27-init.c @@ -110,7 +110,7 @@ static void __init per_hub_init(cnodeid_t cnode) } } -void __init per_cpu_init(void) +void __cpuinit per_cpu_init(void) { int cpu = smp_processor_id(); int slice = LOCAL_HUB_L(PI_CPU_NUM); |