2 * arch/alpha/boot/head.S
4 * initial bootloader stuff..
7 #include <asm/system.h>
38 .globl switch_to_osf_pal
39 .ent switch_to_osf_pal
61 stq $30,0($17) /* save KSP in PCB */
63 bis $30,$30,$20 /* a4 = KSP */
84 1: call_pal PAL_swppal
85 .end switch_to_osf_pal
104 /* $16 - new stack page */
111 and $0, $30, $1 /* Stack offset */
112 or $1, $16, $16 /* New stack pointer */
115 1: ldq $3, 0($1) /* Move the stack */