commit | 2697fbd5faf19c84c17441b1752bdcbdcfd1248c | [log] [tgz] |
---|---|---|
author | Brian Gerst <brgerst@gmail.com> | Tue Jan 27 12:56:48 2009 +0900 |
committer | Tejun Heo <tj@kernel.org> | Tue Jan 27 12:56:48 2009 +0900 |
tree | 70bdf58fba94bf9ff94b2b6372662da89add9723 | |
parent | 1825b8edc2034c012ae48f797d74efd1bd9d4f72 [diff] |
x86: load new GDT after setting up boot cpu per-cpu area Impact: sync 32 and 64-bit code Merge load_gs_base() into switch_to_new_gdt(). Load the GDT and per-cpu state for the boot cpu when its new area is set up. Signed-off-by: Brian Gerst <brgerst@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>