Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2002 21:03:01 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 17826 for review
Message-ID:  <200209210403.g8L431NF015356@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=17826

Change 17826 by peter@peter_daintree on 2002/09/20 21:02:58

	previous commit removed cyrix pagefault/%cr2 bug workaround.  Make
	matching change here before it burns us when this is converted later.
	change page fault vector back to trap gate instead of interrupt gate.

Affected files ...

.. //depot/projects/hammer/sys/x86_64/x86_64/machdep.c#11 edit

Differences ...

==== //depot/projects/hammer/sys/x86_64/x86_64/machdep.c#11 (text+ko) ====

@@ -1336,7 +1336,7 @@
 	    GSEL(GCODE_SEL, SEL_KPL));
 	setidt(13, &IDTVEC(prot),  SDT_SYS386TGT, SEL_KPL,
 	    GSEL(GCODE_SEL, SEL_KPL));
-	setidt(14, &IDTVEC(page),  SDT_SYS386IGT, SEL_KPL,
+	setidt(14, &IDTVEC(page),  SDT_SYS386TGT, SEL_KPL,
 	    GSEL(GCODE_SEL, SEL_KPL));
 	setidt(15, &IDTVEC(rsvd),  SDT_SYS386TGT, SEL_KPL,
 	    GSEL(GCODE_SEL, SEL_KPL));

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209210403.g8L431NF015356>