commit | 8ce031972b40da58c268caba8c5ea3c0856d7131 | [log] [tgz] |
---|---|---|
author | Brian Gerst <brgerst@gmail.com> | Mon Jan 19 12:21:27 2009 +0900 |
committer | Tejun Heo <tj@kernel.org> | Tue Jan 20 12:29:19 2009 +0900 |
tree | 2f41175bdf1001ebe7249fdfddfe8fe578d860a9 | |
parent | b4a8f7a262e79ecb0b39beb1449af524a78887f8 [diff] |
x86: remove pda_init() Impact: cleanup Copy the code to cpu_init() to satisfy the requirement that the cpu be reinitialized. Remove all other calls, since the segments are already initialized in head_64.S. Signed-off-by: Brian Gerst <brgerst@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>