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:
committed by
Thomas Gleixner
parent
217d115cd5
commit
003a46cfff
@ -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 */
|
||||
|
Reference in New Issue
Block a user