commit | eff9073790e1286aa12bf1c65814d3e0132b12e1 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Mon Jan 31 16:59:05 2011 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Jan 31 18:22:25 2011 +0100 |
tree | ce1ef3a0e73e143c519a2c72dca870a4743b2027 | |
parent | 4e62445b90ac4ef708bd11c7ae052b1d5ef765b5 [diff] |
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>