1 /* V9head.S: Initial boot code for the V9 Sparc under Linux. 2 * 3 * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) 4 * 5 */ 6 7 #include <asm/cprefix.h> 8 9 .text 10 11 .globl start 12 .globl _start 13 .globl C_LABEL(trapbase) 14 _start: 15 start: 16 C_LABEL(trapbase):