patch-2.1.80 linux/arch/arm/lib/system.S

Next file: linux/arch/arm/lib/testm.c
Previous file: linux/arch/arm/lib/string.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.79/linux/arch/arm/lib/system.S linux/arch/arm/lib/system.S
@@ -0,0 +1,21 @@
+/* 
+ * linux/arch/arm/lib/system.S
+ *
+ * Copyright (C) 1995, 1996 Russell King
+ *
+ * 07/06/96: Now support tasks running in SVC mode.
+ */
+#include <linux/linkage.h>
+#include <linux/config.h>
+#include <asm/assembler.h>
+
+		.text
+
+ENTRY(abort)
+		adr	r0, .abort_msg
+		mov	r1, lr
+		b	SYMBOL_NAME(panic)
+
+.abort_msg:	.ascii	"Eek! Got to an abort() from %p! "
+		.ascii	"(Please report to rmk@ecs.soton.ac.uk)\n\0"
+		.align

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov