diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 20:11:09 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 14:15:22 +0100 |
commit | 8807c1d56121269a27ad973c6adda18cc4c6a099 (patch) | |
tree | 2a823b83a94a0d0240232c4be4106167f5e78efb /arch/x86 | |
parent | c506c0e4a730b436b082fa398ec1d8ae9433b2eb (diff) | |
download | op-kernel-dev-8807c1d56121269a27ad973c6adda18cc4c6a099.zip op-kernel-dev-8807c1d56121269a27ad973c6adda18cc4c6a099.tar.gz |
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')
-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 0000000..876dee8 --- /dev/null +++ b/arch/x86/um/asm/apic.h @@ -0,0 +1,4 @@ +#ifndef __UM_APIC_H +#define __UM_APIC_H + +#endif |