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:
409e590
)
[IA64] Remove unlikely from cpu_is_offline
author
Joe Perches
<joe@perches.com>
Fri, 10 Dec 2010 07:16:55 +0000
(23:16 -0800)
committer
Tony Luck
<tony.luck@intel.com>
Tue, 28 Dec 2010 22:20:42 +0000
(14:20 -0800)
cpu_is_offline already uses unlikely internally.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/time.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/ia64/kernel/time.c
b/arch/ia64/kernel/time.c
index ed6f22eb5b12adcd647abb384a44ff55e4e14604..9702fa92489edb3f7aa04d21ad1a801afc8a1807 100644
(file)
--- a/
arch/ia64/kernel/time.c
+++ b/
arch/ia64/kernel/time.c
@@
-168,7
+168,7
@@
timer_interrupt (int irq, void *dev_id)
{
unsigned long new_itm;
- if (
unlikely(cpu_is_offline(smp_processor_id()
))) {
+ if (
cpu_is_offline(smp_processor_id(
))) {
return IRQ_HANDLED;
}