[PATCH 35/35] arm: bl_switcher: Kill tick suspend hackery

2015-02-16 Thread Peter Zijlstra
From: Thomas Gleixner Sure it's simple to abuse random functions and data structures and let the people who made the mistake to put the declarations into a global header file deal with the fallout. Adding a tick_suspend/resume_local() pair to the core code would have been a trivial thing to do.

[PATCH 35/35] arm: bl_switcher: Kill tick suspend hackery

2015-02-16 Thread Peter Zijlstra
From: Thomas Gleixner t...@linutronix.de Sure it's simple to abuse random functions and data structures and let the people who made the mistake to put the declarations into a global header file deal with the fallout. Adding a tick_suspend/resume_local() pair to the core code would have been a