android_kernel_xiaomi_sm8350/arch/i386/boot/compressed
Segher Boessenkool c6b33cc4e9 [PATCH] Fix insta-reboot with "i386: Relocatable kernel support"
Commit 968de4f026 ("i386: Relocatable
kernel support") caused problems for people with old binutils versions
that didn't mark ".text.*" sections automatically allocated.

So we should use .section command to specifically mark .text.head
section as AX (allocatable and executable) to solve the problem.

This should be unnecessary with binutils 2.15 and later, which is
already three years old, but it doesn't hurt supporting older toolchains
where possible.

Signed-off-by: Vivek Goyal <vgoyal@in.ibm.com>
Acked-by: Jean Delvare <khali@linux-fr.org>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2007-01-02 13:44:11 -08:00
..
.gitignore [PATCH] Add .gitignore file for relocs in arch/i386 2006-12-30 10:55:55 -08:00
head.S [PATCH] Fix insta-reboot with "i386: Relocatable kernel support" 2007-01-02 13:44:11 -08:00
Makefile
misc.c [PATCH] x86-64: Fix numaq build error 2006-12-07 02:14:13 +01:00
relocs.c
vmlinux.lds
vmlinux.scr