Merge branch 'linus' into cpus4096
Conflicts: kernel/trace/ring_buffer.c
This commit is contained in:
@ -23,7 +23,7 @@ __INITDATA
|
||||
/*
|
||||
* References to members of the boot_cpu_data structure.
|
||||
*/
|
||||
.text
|
||||
.section .text.head, "ax"
|
||||
.global start_kernel
|
||||
.global __bss_start
|
||||
.global _end
|
||||
@ -133,7 +133,6 @@ loop1:
|
||||
/*
|
||||
* AP startup routine
|
||||
*/
|
||||
.text
|
||||
.global eit_vector
|
||||
ENTRY(startup_AP)
|
||||
;; setup EVB
|
||||
@ -230,6 +229,7 @@ ENTRY(startup_AP)
|
||||
nop
|
||||
#endif /* CONFIG_SMP */
|
||||
|
||||
.text
|
||||
ENTRY(stack_start)
|
||||
.long init_thread_union+8192
|
||||
.long __KERNEL_DS
|
||||
|
@ -27,6 +27,7 @@ SECTIONS
|
||||
_text = .; /* Text and read-only data */
|
||||
.boot : { *(.boot) } = 0
|
||||
.text : {
|
||||
*(.text.head)
|
||||
TEXT_TEXT
|
||||
SCHED_TEXT
|
||||
LOCK_TEXT
|
||||
|
Reference in New Issue
Block a user