commit | 004aa322f855a765741d9437a98dd8fe2e4f32a6 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Jan 13 20:41:35 2009 +0900 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jan 16 14:20:26 2009 +0100 |
tree | a1240d533edfb2bc451dab230c25fb1468a091dc | |
parent | 49357d19e4fb31e28796eaff83499e7584c26878 [diff] |
x86: misc clean up after the percpu update Do the following cleanups: * kill x86_64_init_pda() which now is equivalent to pda_init() * use per_cpu_offset() instead of cpu_pda() when initializing initial_gs Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>