]> Pileus Git - ~andy/linux/commit
x86: Rename incorrectly named parameter of numa_cpu_node()
authorTejun Heo <tj@kernel.org>
Mon, 31 Jan 2011 15:59:05 +0000 (16:59 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 31 Jan 2011 17:22:25 +0000 (18:22 +0100)
commiteff9073790e1286aa12bf1c65814d3e0132b12e1
treece1ef3a0e73e143c519a2c72dca870a4743b2027
parent4e62445b90ac4ef708bd11c7ae052b1d5ef765b5
x86: Rename incorrectly named parameter of numa_cpu_node()

numa_cpu_node() prototype in numa_32.h has wrongly named
parameter @apicid when it actually takes the CPU number.

Change it to @cpu.

Reported-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
LKML-Reference: <20110131155905.GM7459@htj.dyndns.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/numa_32.h