Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Oct 2000 11:25:00 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Jake Burkholder <jburkhol@home.com>
Cc:        freebsd-smp@FreeBSD.ORG, Steve Kargl <sgk@troutmask.apl.washington.edu>
Subject:   Re: witness code status?
Message-ID:  <XFMail.001003112500.jhb@FreeBSD.org>
In-Reply-To: <20001003165344.56138BA77@io.yi.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This message is in MIME format
--_=XFMail.1.4.0.FreeBSD:001003112310:3911=_
Content-Type: text/plain; charset=us-ascii


On 03-Oct-00 Jake Burkholder wrote:
> Attached is a patch that should fix this.
> Please let me know and I'll commit it.  (Works here.)

Ugh.  How and why does this work exactly, and should we be
#include'ing opt_user_ldt.h in an include file instead, or
should we move USER_LDT to opt_global.h perhaps?

-- 

John Baldwin <jhb@FreeBSD.org> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

--_=XFMail.1.4.0.FreeBSD:001003112310:3911=_
Content-Type: text/plain ; name="idle.diff"; charset=us-ascii
Content-Description: idle.diff
Content-Disposition: attachment; filename="idle.diff"

Index: kern_idle.c
===================================================================
RCS file: /home/ncvs/src/sys/kern/kern_idle.c,v
retrieving revision 1.5
diff -u -r1.5 kern_idle.c
--- kern_idle.c	2000/09/22 03:19:24	1.5
+++ kern_idle.c	2000/10/03 16:44:22
@@ -4,6 +4,9 @@
  * $FreeBSD: src/sys/kern/kern_idle.c,v 1.5 2000/09/22 03:19:24 msmith Exp $
  */
 
+#ifdef __i386__
+#include "opt_user_ldt.h"
+#endif
 #include "opt_ktrace.h"
 
 #include <sys/param.h>

--_=XFMail.1.4.0.FreeBSD:001003112310:3911=_--
End of MIME message


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




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