diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 15:11:09 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 09:15:22 -0400 |
commit | 8807c1d56121269a27ad973c6adda18cc4c6a099 (patch) | |
tree | 2a823b83a94a0d0240232c4be4106167f5e78efb /arch/x86/um/asm | |
parent | c506c0e4a730b436b082fa398ec1d8ae9433b2eb (diff) |
um: asm/apic.h is there only to shadow the x86 one...
... so take it to arch/um/x86/asm.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/x86/um/asm')
-rw-r--r-- | arch/x86/um/asm/apic.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/um/asm/apic.h b/arch/x86/um/asm/apic.h new file mode 100644 index 000000000000..876dee84ab11 --- /dev/null +++ b/arch/x86/um/asm/apic.h | |||
@@ -0,0 +1,4 @@ | |||
1 | #ifndef __UM_APIC_H | ||
2 | #define __UM_APIC_H | ||
3 | |||
4 | #endif | ||