|
@@ -1,5 +1,6 @@
|
|
#include <asm/paravirt.h>
|
|
#include <asm/paravirt.h>
|
|
#include <asm/asm-offsets.h>
|
|
#include <asm/asm-offsets.h>
|
|
|
|
+#include <linux/stringify.h>
|
|
|
|
|
|
DEF_NATIVE(pv_irq_ops, irq_disable, "cli");
|
|
DEF_NATIVE(pv_irq_ops, irq_disable, "cli");
|
|
DEF_NATIVE(pv_irq_ops, irq_enable, "sti");
|
|
DEF_NATIVE(pv_irq_ops, irq_enable, "sti");
|