original_kernel/arch/x86
Sam Ravnborg c6c2d7a084 x86: fix usage of .section .sched.text in assembler code
Without this patch the linker will generate a section
named .sched.text.1 which is unexpected.
This is because the gcc generated section has "ax" but the
assembler usage of .sched.text lacks the "ax" specifier.

It would be better to have a definition we could use from
assembler code but I did not find a suitable header
file for it.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2008-01-30 13:33:37 +01:00
..
boot x86: remove unneded casts 2008-01-30 13:33:23 +01:00
configs
crypto
ia32 x86: remove unneded casts 2008-01-30 13:33:23 +01:00
kernel x86: fix section mismatch warning in setup_64.c 2008-01-30 13:33:37 +01:00
lguest x86: remove depends on X86_32 from PARAVIRT & PARAVIRT_GUEST 2008-01-30 13:33:32 +01:00
lib x86: fix usage of .section .sched.text in assembler code 2008-01-30 13:33:37 +01:00
mach-default
mach-es7000
mach-generic
mach-rdc321x x86: add support for the RDC R-321x SoC 2008-01-30 13:33:36 +01:00
mach-visws
mach-voyager
math-emu
mm x86: fix section mismatch warning in srat_64.c 2008-01-30 13:33:37 +01:00
oprofile
pci
power
vdso x86: add vdso32-int80-syms.lds to .gitignore 2008-01-30 13:33:24 +01:00
video
xen x86: remove depends on X86_32 from PARAVIRT & PARAVIRT_GUEST 2008-01-30 13:33:32 +01:00
Kconfig x86: add support for the RDC R-321x SoC 2008-01-30 13:33:36 +01:00
Kconfig.cpu
Kconfig.debug x86: fix DEBUG_RODATA kconfig text 2008-01-30 13:33:32 +01:00
Makefile x86: add support for the RDC R-321x SoC 2008-01-30 13:33:36 +01:00
Makefile_32.cpu