diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/kernel/head_64.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/head_64.S b/arch/powerpc/kernel/head_64.S index 2ae41aba4053..fad2abdcbdfe 100644 --- a/arch/powerpc/kernel/head_64.S +++ b/arch/powerpc/kernel/head_64.S | |||
@@ -470,6 +470,7 @@ _STATIC(__after_prom_start) | |||
470 | mtctr r8 | 470 | mtctr r8 |
471 | bctr | 471 | bctr |
472 | 472 | ||
473 | .balign 8 | ||
473 | p_end: .llong _end - _stext | 474 | p_end: .llong _end - _stext |
474 | 475 | ||
475 | 4: /* Now copy the rest of the kernel up to _end */ | 476 | 4: /* Now copy the rest of the kernel up to _end */ |