Commit 5bac287e authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

fix the section noise in sparc head.S



usual .text.head trick

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 1c4567ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ sun4e_notsup:
	.align 4

	/* The Sparc trap table, bootloader gives us control at _start. */
	.text
	.section .text.head,"ax"
	.globl	start, _stext, _start, __stext
	.globl  trapbase
_start:   /* danger danger */
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ SECTIONS
	.text 0xf0004000 :
	{
		_text = .;
		*(.text.head)
		TEXT_TEXT
		SCHED_TEXT
		LOCK_TEXT