root/arch/powerpc/boot/pseries-head.S

/* [<][>][^][v][top][bottom][index][help] */
   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 #include "ppc_asm.h"
   3 
   4         .text
   5 
   6         .globl _zimage_start
   7 _zimage_start:
   8         FIXUP_ENDIAN
   9         b _zimage_start_lib

/* [<][>][^][v][top][bottom][index][help] */