Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/sys/arch/amd64/amd64 Pull up following revision(s) (reque...



details:   https://anonhg.NetBSD.org/src/rev/47b8b013eeb7
branches:  netbsd-6
changeset: 774030:47b8b013eeb7
user:      riz <riz%NetBSD.org@localhost>
date:      Mon Apr 23 16:34:16 2012 +0000

description:
Pull up following revision(s) (requested by jym in ticket #194):
        sys/arch/amd64/amd64/vector.S: revision 1.39
Alignment fault traps push the error code automatically, so don't use ZTRAP!

diffstat:

 sys/arch/amd64/amd64/vector.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c2a6c15d3954 -r 47b8b013eeb7 sys/arch/amd64/amd64/vector.S
--- a/sys/arch/amd64/amd64/vector.S     Mon Apr 23 16:31:35 2012 +0000
+++ b/sys/arch/amd64/amd64/vector.S     Mon Apr 23 16:34:16 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vector.S,v 1.38 2011/06/12 03:35:38 rmind Exp $        */
+/*     $NetBSD: vector.S,v 1.38.8.1 2012/04/23 16:34:16 riz Exp $      */
 
 /*-
  * Copyright (c) 1998, 2007, 2008 The NetBSD Foundation, Inc.
@@ -228,7 +228,7 @@
        STI(si)
        jmp     calltrap
 IDTVEC(trap11)
-       ZTRAP(T_ALIGNFLT)
+       TRAP(T_ALIGNFLT)
 IDTVEC(trap12)
        ZTRAP(T_MCA)
 IDTVEC(trap13)



Home | Main Index | Thread Index | Old Index