patch-2.0.1 linux/arch/alpha/kernel/head.S

Next file: linux/arch/alpha/kernel/irq.c
Previous file: linux/arch/alpha/defconfig
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.0/linux/arch/alpha/kernel/head.S linux/arch/alpha/kernel/head.S
@@ -10,7 +10,7 @@
 #define __ASSEMBLY__
 #include <asm/system.h>
 
-#define halt .long PAL_halt
+#define halt call_pal PAL_halt
 
 .globl swapper_pg_dir
 .globl _stext
@@ -32,7 +32,7 @@
 	.globl	wrent
 	.ent	wrent
 wrent:
-	.long PAL_wrent
+	call_pal PAL_wrent
 	ret	($26)
 	.end wrent
 
@@ -40,7 +40,7 @@
 	.globl	wrkgp
 	.ent	wrkgp
 wrkgp:
-	.long PAL_wrkgp
+	call_pal PAL_wrkgp
 	ret	($26)
 	.end wrkgp
 
@@ -48,7 +48,7 @@
 	.globl	wrusp
 	.ent	wrusp
 wrusp:
-	.long PAL_wrusp
+	call_pal PAL_wrusp
 	ret	($26)
 	.end wrusp
 
@@ -56,7 +56,7 @@
 	.globl	rdusp
 	.ent	rdusp
 rdusp:
-	.long PAL_rdusp
+	call_pal PAL_rdusp
 	ret	($26)
 	.end rdusp
 
@@ -64,7 +64,7 @@
 	.globl	tbi
 	.ent	tbi
 tbi:
-	.long PAL_tbi
+	call_pal PAL_tbi
 	ret	($26)
 	.end tbi
 
@@ -72,7 +72,7 @@
 	.globl	imb
 	.ent	imb
 imb:
-	.long PAL_imb
+	call_pal PAL_imb
 	ret	($26)
 	.end imb
 

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