Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/emips/stand/common Use NESTED_NOPROFILE instead of ...
details: https://anonhg.NetBSD.org/src/rev/661822dd0e86
branches: trunk
changeset: 763135:661822dd0e86
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Mar 10 18:18:00 2011 +0000
description:
Use NESTED_NOPROFILE instead of VECTOR, since VECTOR grew a
.org directive for some reason.
from sandrof
(i didn't test booting, will wait for autobuild to do the work for me)
diffstat:
sys/arch/emips/stand/common/start.S | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 1d7cdf7ff8bc -r 661822dd0e86 sys/arch/emips/stand/common/start.S
--- a/sys/arch/emips/stand/common/start.S Thu Mar 10 17:40:50 2011 +0000
+++ b/sys/arch/emips/stand/common/start.S Thu Mar 10 18:18:00 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: start.S,v 1.1 2011/01/26 01:18:54 pooka Exp $ */
+/* $NetBSD: start.S,v 1.2 2011/03/10 18:18:00 pooka Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -99,8 +99,7 @@
* But to test interrupts should be enough
*/
.org 0x00000080
-VECTOR(ExceptionHandler,0)
- .frame sp,SIZEOF_CXTINFO,$31
+NESTED_NOPROFILE(ExceptionHandler,SIZEOF_CXTINFO,$31)
la k1, UserInterruptHandler
lw k1,0(k1)
bne k1,zero,Dispatch
@@ -216,7 +215,7 @@
rfe
.set at
-VECTOR_END(ExceptionHandler)
+END(ExceptionHandler)
.org 0x00000200
EXPORT(real_start)
Home |
Main Index |
Thread Index |
Old Index