mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
[IA64] Remove unlikely from cpu_is_offline
cpu_is_offline already uses unlikely internally. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
This commit is contained in:
parent
409e590572
commit
e7d282535c
@ -168,7 +168,7 @@ timer_interrupt (int irq, void *dev_id)
|
|||||||
{
|
{
|
||||||
unsigned long new_itm;
|
unsigned long new_itm;
|
||||||
|
|
||||||
if (unlikely(cpu_is_offline(smp_processor_id()))) {
|
if (cpu_is_offline(smp_processor_id())) {
|
||||||
return IRQ_HANDLED;
|
return IRQ_HANDLED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user