mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-04 08:02:24 +00:00

Move the headers to include/asm-x86 and fixup the header install make rules Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
6 lines
82 B
C
6 lines
82 B
C
#ifdef CONFIG_X86_32
|
|
# include "atomic_32.h"
|
|
#else
|
|
# include "atomic_64.h"
|
|
#endif
|