commit | 736decac643e8982655e22ac7f0e5e61c5b7f9bd | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Aug 19 12:35:53 2009 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Mon Aug 31 09:35:46 2009 +0200 |
tree | 779e2a12713a27de723b0f600a13c746aa4615ad | |
parent | f1d7062a235d057e5d85ed2860bef609e0160cde [diff] |
x86: Move percpu clockevents setup to x86_init_ops paravirt overrides the setup of the default apic timers as per cpu timers. Moorestown needs to override that as well. Move it to x86_init_ops setup and create a separate x86_cpuinit struct which holds the function for the secondary evtl. hotplugabble CPUs. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>