commit | 298dbd1c5cd66f0ac85981b83b7d519a5d88d1b8 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Tue May 05 09:44:24 2015 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue May 05 10:25:23 2015 +0200 |
tree | 35b7a244bf1ddfe93d247e48d7a753eea82764db | |
parent | 2951d5c031a3aaefa31b688fbf229e75692f4786 [diff] |
tick: broadcast: Simplify oneshot logic and shorten lock region Simplify the oneshot logic by avoiding the reprogramming loops. That also allows to call the cpu local handler outside of the broadcast_lock held region. Tested-by: Borislav Petkov <bp@alien8.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>