patch-2.4.19 linux-2.4.19/arch/mips/galileo-boards/ev64120/compressed/head.S

Next file: linux-2.4.19/arch/mips/galileo-boards/ev64120/compressed/ld.script.gal
Previous file: linux-2.4.19/arch/mips/galileo-boards/ev64120/compressed/gt64011.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/arch/mips/galileo-boards/ev64120/compressed/head.S linux-2.4.19/arch/mips/galileo-boards/ev64120/compressed/head.S
@@ -0,0 +1,19 @@
+/*
+ *  arch/mips/galileo/compressed/head.S
+ *
+ */
+
+#include <asm/asm.h>
+#include <asm/regdef.h>
+
+	.text
+NESTED(startup, 16, sp)
+	.set	noreorder
+        
+	jal decompress_kernel
+	nop
+        
+        jal kernel_location_start+0x584
+        nop
+        
+	END(startup)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)