projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76962ca
)
ARM: OMAP: Use explicit broadcast control function
author
Thomas Gleixner
<
[email protected]
>
Fri, 3 Apr 2015 00:02:47 +0000
(
02:02
+0200)
committer
Ingo Molnar
<
[email protected]
>
Fri, 3 Apr 2015 06:44:33 +0000
(08:44 +0200)
Replace the clockevents_notify() call with an explicit function call.
Signed-off-by: Thomas Gleixner <
[email protected]
>
Signed-off-by: Rafael J. Wysocki <
[email protected]
>
Cc: Peter Zijlstra <
[email protected]
>
Cc: Tony Lindgren <
[email protected]
>
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Ingo Molnar <
[email protected]
>
arch/arm/mach-omap2/cpuidle44xx.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/cpuidle44xx.c
b/arch/arm/mach-omap2/cpuidle44xx.c
index 01e398a868bcbf9d0e33456e8fc70c0a2996848d..9284dc54726352071ff1c98625d1582b95e3bb1d 100644
(file)
--- a/
arch/arm/mach-omap2/cpuidle44xx.c
+++ b/
arch/arm/mach-omap2/cpuidle44xx.c
@@
-14,7
+14,7
@@
#include <linux/cpuidle.h>
#include <linux/cpu_pm.h>
#include <linux/export.h>
-#include <linux/
clockchips
.h>
+#include <linux/
tick
.h>
#include <asm/cpuidle.h>
#include <asm/proc-fns.h>
@@
-184,8
+184,7
@@
fail:
*/
static void omap_setup_broadcast_timer(void *arg)
{
- int cpu = smp_processor_id();
- clockevents_notify(CLOCK_EVT_NOTIFY_BROADCAST_ON, &cpu);
+ tick_broadcast_enable();
}
static struct cpuidle_driver omap4_idle_driver = {