x86: trivial header merges

Merge 32/64-bit headers that simply redirect to asm-generic

[tglx: fixup Kbuild as well]

Signed-off-by: Brian Gerst <bgerst@didntduck.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Brian Gerst
2007-10-15 13:57:46 +02:00
committed by Thomas Gleixner
parent c65916fe35
commit 020bd9f1c7
16 changed files with 5 additions and 115 deletions

View File

@ -1,5 +1 @@
#ifdef CONFIG_X86_32
# include "sections_32.h"
#else
# include "sections_64.h"
#endif
#include <asm-generic/sections.h>