Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7d28253 authored by Joe Perches's avatar Joe Perches Committed by Tony Luck
Browse files

[IA64] Remove unlikely from cpu_is_offline



cpu_is_offline already uses unlikely internally.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 409e5905
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}