x86: unify some more trivial include/asm-x86/ 32/64 variants

Scripted unification.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Thomas Gleixner
2007-10-15 13:57:47 +02:00
committed by Thomas Gleixner
parent 217d115cd5
commit 003a46cfff
43 changed files with 498 additions and 1199 deletions

View File

@ -1,13 +1,6 @@
#ifdef __KERNEL__
# ifdef CONFIG_X86_32
# include "shmparam_32.h"
# else
# include "shmparam_64.h"
# endif
#else
# ifdef __i386__
# include "shmparam_32.h"
# else
# include "shmparam_64.h"
# endif
#endif
#ifndef _ASM_X86_SHMPARAM_H
#define _ASM_X86_SHMPARAM_H
#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
#endif /* _ASM_X86_SHMPARAM_H */