1
0
Fork 0

[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>
hifive-unleashed-5.1
Joe Perches 2010-12-09 23:16:55 -08:00 committed by Tony Luck
parent 409e590572
commit e7d282535c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}