|
@@ -6,8 +6,12 @@ extern void irq_ctx_init(int cpu);
|
|
extern void irq_ctx_exit(int cpu);
|
|
extern void irq_ctx_exit(int cpu);
|
|
# define __ARCH_HAS_DO_SOFTIRQ
|
|
# define __ARCH_HAS_DO_SOFTIRQ
|
|
#else
|
|
#else
|
|
-# define irq_ctx_init(cpu) do { } while (0)
|
|
|
|
-# define irq_ctx_exit(cpu) do { } while (0)
|
|
|
|
|
|
+static inline void irq_ctx_init(int cpu)
|
|
|
|
+{
|
|
|
|
+}
|
|
|
|
+static inline void irq_ctx_exit(int cpu)
|
|
|
|
+{
|
|
|
|
+}
|
|
#endif
|
|
#endif
|
|
|
|
|
|
void tbi_startup_interrupt(int);
|
|
void tbi_startup_interrupt(int);
|