MIPS: smp-cps: Clear Status IPL field when using EIC
[linux-2.6-block.git] / kernel / softirq.c
index 8aae49dd7da862955f9ec49c65b0d80ad8effcd6..17caf4b63342d7839528f367b283a386413b0362 100644 (file)
@@ -227,7 +227,7 @@ static inline bool lockdep_softirq_start(void) { return false; }
 static inline void lockdep_softirq_end(bool in_hardirq) { }
 #endif
 
-asmlinkage __visible void __do_softirq(void)
+asmlinkage __visible void __softirq_entry __do_softirq(void)
 {
        unsigned long end = jiffies + MAX_SOFTIRQ_TIME;
        unsigned long old_flags = current->flags;