commit | 31d9b3938c0459e5e9755ce0a98ac1e24eeff972 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Sun Sep 16 15:36:43 2007 +0200 |
committer | Thomas Gleixner <tglx@chaos.(none)> | Sun Sep 16 15:36:43 2007 +0200 |
tree | d397929e8d11626128c5c04cae43e5319a7be43a | |
parent | 07eec6af448d13a6a520d9c6f06f2e87f61b567a [diff] |
clockevents: do not shutdown the oneshot broadcast device When a cpu goes offline it is removed from the broadcast masks. If the mask becomes empty the code shuts down the broadcast device. This is wrong, because the broadcast device needs to be ready for the online cpu going idle (into a c-state, which stops the local apic timer). Signed-off-by: Thomas Gleixner <tglx@linutronix.de>