patch-1.3.4 linux/arch/sparc/kernel/V9head.S

Next file: linux/arch/sparc/kernel/c_mp.c
Previous file: linux/arch/sparc/kernel/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.3/linux/arch/sparc/kernel/V9head.S linux/arch/sparc/kernel/V9head.S
@@ -0,0 +1,16 @@
+/* V9head.S: Initial boot code for the V9 Sparc under Linux.
+ *
+ * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
+ *
+ */
+
+#include <asm/cprefix.h>
+
+	.text
+
+	.globl	start
+	.globl	_start
+	.globl	C_LABEL(trapbase)
+_start:
+start:
+C_LABEL(trapbase):

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this