Commit ec5d3aca authored by Zwane Mwaikambo's avatar Zwane Mwaikambo Committed by Dave Kleikamp

[PATCH] 2.5.21 deadlocks on UP (SMP kernel) w/ IOAPIC

parent 567a5e73
...@@ -251,7 +251,7 @@ static inline void balance_irq(int irq) ...@@ -251,7 +251,7 @@ static inline void balance_irq(int irq)
irq_balance_t *entry = irq_balance + irq; irq_balance_t *entry = irq_balance + irq;
unsigned long now = jiffies; unsigned long now = jiffies;
if (unlikely(entry->timestamp != now)) { if ((entry->timestamp != now) && (smp_num_cpus > 1)) {
unsigned long allowed_mask; unsigned long allowed_mask;
int random_number; int random_number;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment