summaryrefslogtreecommitdiffstats
path: root/arch/um/sys-x86/asm/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/sys-x86/asm/processor.h')
-rw-r--r--arch/um/sys-x86/asm/processor.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/um/sys-x86/asm/processor.h b/arch/um/sys-x86/asm/processor.h
new file mode 100644
index 000000000000..d3ac1cecf0f4
--- /dev/null
+++ b/arch/um/sys-x86/asm/processor.h
@@ -0,0 +1,15 @@
+#ifndef __UM_PROCESSOR_H
+#define __UM_PROCESSOR_H
+
+/* include faultinfo structure */
+#include <sysdep/faultinfo.h>
+
+#ifdef CONFIG_X86_32
+# include "processor_32.h"
+#else
+# include "processor_64.h"
+#endif
+
+#include <asm/processor-generic.h>
+
+#endif