diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 23:11:19 +0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 17:15:23 +0400 |
commit | ff9586e98feaf6c2df0c936075e3cbb31045b99e (patch) | |
tree | 69d435333ca995934da7a3d0c1064480d0d26065 /arch/x86 | |
parent | 8807c1d56121269a27ad973c6adda18cc4c6a099 (diff) | |
download | linux-ff9586e98feaf6c2df0c936075e3cbb31045b99e.tar.xz |
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')
-rw-r--r-- | arch/x86/um/asm/required-features.h | 9 |
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 |