|
@@ -106,12 +106,7 @@ static inline void account_system_vtime(struct task_struct *tsk)
|
|
* always balanced, so the interrupted value of ->hardirq_context
|
|
* always balanced, so the interrupted value of ->hardirq_context
|
|
* will always be restored.
|
|
* will always be restored.
|
|
*/
|
|
*/
|
|
-#define irq_enter() \
|
|
|
|
- do { \
|
|
|
|
- account_system_vtime(current); \
|
|
|
|
- add_preempt_count(HARDIRQ_OFFSET); \
|
|
|
|
- trace_hardirq_enter(); \
|
|
|
|
- } while (0)
|
|
|
|
|
|
+extern void irq_enter(void);
|
|
|
|
|
|
/*
|
|
/*
|
|
* Exit irq context without processing softirqs:
|
|
* Exit irq context without processing softirqs:
|