diff options
Diffstat (limited to 'arch/m32r/kernel')
| -rw-r--r-- | arch/m32r/kernel/Makefile | 2 | ||||
| -rw-r--r-- | arch/m32r/kernel/head.S | 2 | ||||
| -rw-r--r-- | arch/m32r/kernel/vmlinux.lds.S | 2 | 
3 files changed, 2 insertions, 4 deletions
diff --git a/arch/m32r/kernel/Makefile b/arch/m32r/kernel/Makefile index 09200d4886e..b1a4b603659 100644 --- a/arch/m32r/kernel/Makefile +++ b/arch/m32r/kernel/Makefile @@ -9,5 +9,3 @@ obj-y	:= process.o entry.o traps.o align.o irq.o setup.o time.o \  obj-$(CONFIG_SMP)		+= smp.o smpboot.o  obj-$(CONFIG_MODULES)		+= module.o - -EXTRA_AFLAGS	:= -traditional diff --git a/arch/m32r/kernel/head.S b/arch/m32r/kernel/head.S index 90916067b9c..0a7194439eb 100644 --- a/arch/m32r/kernel/head.S +++ b/arch/m32r/kernel/head.S @@ -23,7 +23,7 @@ __INITDATA  /*   * References to members of the boot_cpu_data structure.   */ -.section .text.head, "ax" +__HEAD  	.global	start_kernel  	.global __bss_start  	.global _end diff --git a/arch/m32r/kernel/vmlinux.lds.S b/arch/m32r/kernel/vmlinux.lds.S index 9db05df20c0..4179adf6c62 100644 --- a/arch/m32r/kernel/vmlinux.lds.S +++ b/arch/m32r/kernel/vmlinux.lds.S @@ -27,7 +27,7 @@ SECTIONS    _text = .;			/* Text and read-only data */    .boot : { *(.boot) } = 0    .text : { -	*(.text.head) +	HEAD_TEXT  	TEXT_TEXT  	SCHED_TEXT  	LOCK_TEXT  | 
