diff options
author | Al Viro | 2011-08-18 20:11:09 +0100 |
---|---|---|
committer | Richard Weinberger | 2011-11-02 14:15:22 +0100 |
commit | 8807c1d56121269a27ad973c6adda18cc4c6a099 (patch) | |
tree | 2a823b83a94a0d0240232c4be4106167f5e78efb /arch/x86 | |
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')
-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 @@ +#ifndef __UM_APIC_H +#define __UM_APIC_H + +#endif |