Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/arm32 Use ENTRY_NP for lwp_trampoline
details: https://anonhg.NetBSD.org/src/rev/57fc4c14ce91
branches: trunk
changeset: 782593:57fc4c14ce91
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Nov 08 08:22:56 2012 +0000
description:
Use ENTRY_NP for lwp_trampoline
diffstat:
sys/arch/arm/arm32/cpuswitch.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 55db6abb6ae9 -r 57fc4c14ce91 sys/arch/arm/arm32/cpuswitch.S
--- a/sys/arch/arm/arm32/cpuswitch.S Thu Nov 08 08:19:50 2012 +0000
+++ b/sys/arch/arm/arm32/cpuswitch.S Thu Nov 08 08:22:56 2012 +0000
@@ -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 @@
strne r0, [r1, #(TF_PC)]
b .Lswitch_return
-ENTRY(lwp_trampoline)
+ENTRY_NP(lwp_trampoline)
/*
* cpu_switchto gives us:
* arg0(r0) = old lwp
Home |
Main Index |
Thread Index |
Old Index