commit | 552be871e67ff577ed36beb2f53d078b42304739 | [log] [tgz] |
---|---|---|
author | Brian Gerst <brgerst@gmail.com> | Fri Jan 30 17:47:53 2009 +0900 |
committer | Tejun Heo <tj@kernel.org> | Sat Jan 31 14:28:50 2009 +0900 |
tree | fa8a1160674f319db5c9dfe9360e22fb44ade300 | |
parent | 2749ebe320ff9f77548d10fcc0a3464ac21c8e58 [diff] |
x86: pass in cpu number to switch_to_new_gdt() Impact: cleanup, prepare for xen boot fix. Xen needs to call this function very early to setup the GDT and per-cpu segments. Remove the call to smp_processor_id() and just pass in the cpu number. Signed-off-by: Brian Gerst <brgerst@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>