summaryrefslogtreecommitdiffstats
path: root/arch/x86/um
diff options
context:
space:
mode:
authorAl Viro2011-08-18 21:11:19 +0200
committerRichard Weinberger2011-11-02 14:15:23 +0100
commitff9586e98feaf6c2df0c936075e3cbb31045b99e (patch)
tree69d435333ca995934da7a3d0c1064480d0d26065 /arch/x86/um
parentum: asm/apic.h is there only to shadow the x86 one... (diff)
downloadkernel-qcow2-linux-ff9586e98feaf6c2df0c936075e3cbb31045b99e.tar.gz
kernel-qcow2-linux-ff9586e98feaf6c2df0c936075e3cbb31045b99e.tar.xz
kernel-qcow2-linux-ff9586e98feaf6c2df0c936075e3cbb31045b99e.zip
um: required-features.h is there only to shadow x86 one...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/x86/um')
-rw-r--r--arch/x86/um/asm/required-features.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86/um/asm/required-features.h b/arch/x86/um/asm/required-features.h
new file mode 100644
index 000000000000..dfb967b2d2f3
--- /dev/null
+++ b/arch/x86/um/asm/required-features.h
@@ -0,0 +1,9 @@
+#ifndef __UM_REQUIRED_FEATURES_H
+#define __UM_REQUIRED_FEATURES_H
+
+/*
+ * Nothing to see, just need something for the i386 and x86_64 asm
+ * headers to include.
+ */
+
+#endif