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

Next file: linux/arch/arm/lib/system.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.3.22/linux/arch/arm/lib/system.S linux/arch/arm/lib/system.S
@@ -1,20 +0,0 @@
-/* 
- * 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 <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@arm.uk.linux.org)\n\0"
-		.align

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