Merge branch 'x86/apic' into irq/numa
Merge reason: both topics modify the APIC code but were able to do it in parallel so far. An upcoming patch generates a conflict so merge them to avoid the conflict. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@ -735,7 +735,7 @@ go_to_highmem:
|
||||
nop
|
||||
|
||||
/* The code above should be at beginning and we have to take care about
|
||||
* short jumps, as branching to .text.init section from .text is usually
|
||||
* short jumps, as branching to .init.text section from .text is usually
|
||||
* impossible */
|
||||
__INIT
|
||||
/* Acquire boot time privileged register values, this will help debugging.
|
||||
|
@ -467,7 +467,7 @@ jump_to_sun4u_init:
|
||||
jmpl %g2 + %g0, %g0
|
||||
nop
|
||||
|
||||
.section .text.init.refok
|
||||
__REF
|
||||
sun4u_init:
|
||||
BRANCH_IF_SUN4V(g1, sun4v_init)
|
||||
|
||||
|
Reference in New Issue
Block a user