Module Name:    src
Committed By:   skrll
Date:           Thu Nov  8 08:22:56 UTC 2012

Modified Files:
        src/sys/arch/arm/arm32: cpuswitch.S

Log Message:
Use ENTRY_NP for lwp_trampoline


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/arch/arm/arm32/cpuswitch.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/arm32/cpuswitch.S
diff -u src/sys/arch/arm/arm32/cpuswitch.S:1.72 src/sys/arch/arm/arm32/cpuswitch.S:1.73
--- src/sys/arch/arm/arm32/cpuswitch.S:1.72	Wed Sep  5 00:11:20 2012
+++ src/sys/arch/arm/arm32/cpuswitch.S	Thu Nov  8 08:22:56 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpuswitch.S,v 1.72 2012/09/05 00:11:20 matt Exp $	*/
+/*	$NetBSD: cpuswitch.S,v 1.73 2012/11/08 08:22:56 skrll Exp $	*/
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -89,7 +89,7 @@
 #include <machine/asm.h>
 #include <machine/cpu.h>
 
-	RCSID("$NetBSD: cpuswitch.S,v 1.72 2012/09/05 00:11:20 matt Exp $")
+	RCSID("$NetBSD: cpuswitch.S,v 1.73 2012/11/08 08:22:56 skrll Exp $")
 
 /* LINTSTUB: include <sys/param.h> */
 	
@@ -322,7 +322,7 @@ ENTRY(cpu_switchto)
 	strne	r0, [r1, #(TF_PC)]
 	b	.Lswitch_return
 
-ENTRY(lwp_trampoline)
+ENTRY_NP(lwp_trampoline)
 	/*
 	 * cpu_switchto gives us:
 	 *	arg0(r0) = old lwp

Reply via email to