diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-15 21:28:21 (GMT) |
---|---|---|
committer | Thomas Gleixner <tglx@inhelltoy.tec.linutronix.de> | 2007-10-17 18:26:15 (GMT) |
commit | 5c8eec501968cf9b608bba22748d7ca1a91dadf1 (patch) | |
tree | d0c627a731fe08529b689fd7aeb8f38876983424 /include/asm-x86/Kbuild | |
parent | c4ac82a8818c6decd0fa57cdb55d4225f43d923a (diff) | |
download | linux-fsl-qoriq-5c8eec501968cf9b608bba22748d7ca1a91dadf1.tar.xz |
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 a617f75..966a117 100644 --- a/include/asm-x86/Kbuild +++ b/include/asm-x86/Kbuild @@ -19,8 +19,6 @@ unifdef-y += byteorder_64.h unifdef-y += elf_32.h unifdef-y += elf_64.h unifdef-y += mce.h -unifdef-y += mman_32.h -unifdef-y += mman_64.h unifdef-y += msgbuf_32.h unifdef-y += msgbuf_64.h unifdef-y += msr_32.h |