mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
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:
parent
c65916fe35
commit
020bd9f1c7
16 changed files with 5 additions and 115 deletions
|
@ -1,13 +1 @@
|
|||
#ifdef __KERNEL__
|
||||
# ifdef CONFIG_X86_32
|
||||
# include "resource_32.h"
|
||||
# else
|
||||
# include "resource_64.h"
|
||||
# endif
|
||||
#else
|
||||
# ifdef __i386__
|
||||
# include "resource_32.h"
|
||||
# else
|
||||
# include "resource_64.h"
|
||||
# endif
|
||||
#endif
|
||||
#include <asm-generic/resource.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue