Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/isa Fix botched nathanw_sa_merge change
details: https://anonhg.NetBSD.org/src/rev/24ee0e171210
branches: trunk
changeset: 547352:24ee0e171210
user: dsl <dsl%NetBSD.org@localhost>
date: Sat May 17 10:34:39 2003 +0000
description:
Fix botched nathanw_sa_merge change
fixes port-i386/21603
diffstat:
sys/arch/i386/isa/pccons.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 74c5cfb83bff -r 24ee0e171210 sys/arch/i386/isa/pccons.c
--- a/sys/arch/i386/isa/pccons.c Sat May 17 10:11:19 2003 +0000
+++ b/sys/arch/i386/isa/pccons.c Sat May 17 10:34:39 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pccons.c,v 1.165 2003/05/14 12:10:04 drochner Exp $ */
+/* $NetBSD: pccons.c,v 1.166 2003/05/17 10:34:39 dsl Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -83,7 +83,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pccons.c,v 1.165 2003/05/14 12:10:04 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pccons.c,v 1.166 2003/05/17 10:34:39 dsl Exp $");
#include "opt_ddb.h"
#include "opt_xserver.h"
@@ -2741,7 +2741,7 @@
#ifdef COMPAT_10
/* This is done by i386_iopl(3) now. */
- fp = curlwp->p_md.md_regs;
+ fp = curlwp->l_md.md_regs;
fp->tf_eflags |= PSL_IOPL;
#endif
}
@@ -2761,7 +2761,7 @@
#endif
async_update();
- fp = curlwp->p_md.md_regs;
+ fp = curlwp->l_md.md_regs;
fp->tf_eflags &= ~PSL_IOPL;
}
#endif /* XSERVER */
Home |
Main Index |
Thread Index |
Old Index