projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ec2481
)
hrtimer: Remove unused variable
author
Thomas Gleixner
<tglx@linutronix.de>
Sat, 6 Jul 2013 08:34:00 +0000
(10:34 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Sat, 6 Jul 2013 08:34:00 +0000
(10:34 +0200)
Sigh, should have noticed myself.
Reported-by: fengguang.wu@intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/hrtimer.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/hrtimer.c
b/kernel/hrtimer.c
index b9b9420a12974041446af5ab895e2a7ddd37ca08..3a951d8d577019dcd21d9c3b547a035f650f66a9 100644
(file)
--- a/
kernel/hrtimer.c
+++ b/
kernel/hrtimer.c
@@
-782,8
+782,6
@@
void clock_was_set(void)
*/
void hrtimers_resume(void)
{
- struct hrtimer_cpu_base *cpu_base = &__get_cpu_var(hrtimer_bases);
-
WARN_ONCE(!irqs_disabled(),
KERN_INFO "hrtimers_resume() called with IRQs enabled!");