git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1d7062
)
x86: Move percpu clockevents setup to x86_init_ops
author
Thomas Gleixner
<tglx@linutronix.de>
Wed, 19 Aug 2009 10:35:53 +0000
(12:35 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Mon, 31 Aug 2009 07:35:46 +0000
(09:35 +0200)
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>
No differences found