summaryrefslogtreecommitdiffstats
path: root/src/arch/ia64/include/bits/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/ia64/include/bits/cpu.h')
-rw-r--r--src/arch/ia64/include/bits/cpu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/arch/ia64/include/bits/cpu.h b/src/arch/ia64/include/bits/cpu.h
new file mode 100644
index 000000000..d8fe1cbbe
--- /dev/null
+++ b/src/arch/ia64/include/bits/cpu.h
@@ -0,0 +1,6 @@
+#ifndef IA64_BITS_CPU_H
+#define IA64_BITS_CPU_H
+
+#define cpu_setup() do {} while(0)
+
+#endif /* IA64_BITS_CPU_H */