diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-15 17:28:21 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@inhelltoy.tec.linutronix.de> | 2007-10-17 14:26:15 -0400 |
commit | 5c8eec501968cf9b608bba22748d7ca1a91dadf1 (patch) | |
tree | d0c627a731fe08529b689fd7aeb8f38876983424 /include/asm-x86/Kbuild | |
parent | c4ac82a8818c6decd0fa57cdb55d4225f43d923a (diff) |
x86: unify include/asm/mman_32/64.h
Same file, except for the extra 64bit MAP_32BIT define, which does not hurt
for 32 bit compiles.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/Kbuild')
-rw-r--r-- | include/asm-x86/Kbuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86/Kbuild b/include/asm-x86/Kbuild index a617f752ea6e..966a1176a7ce 100644 --- a/include/asm-x86/Kbuild +++ b/include/asm-x86/Kbuild | |||
@@ -19,8 +19,6 @@ unifdef-y += byteorder_64.h | |||
19 | unifdef-y += elf_32.h | 19 | unifdef-y += elf_32.h |
20 | unifdef-y += elf_64.h | 20 | unifdef-y += elf_64.h |
21 | unifdef-y += mce.h | 21 | unifdef-y += mce.h |
22 | unifdef-y += mman_32.h | ||
23 | unifdef-y += mman_64.h | ||
24 | unifdef-y += msgbuf_32.h | 22 | unifdef-y += msgbuf_32.h |
25 | unifdef-y += msgbuf_64.h | 23 | unifdef-y += msgbuf_64.h |
26 | unifdef-y += msr_32.h | 24 | unifdef-y += msr_32.h |