Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Sep 2000 19:58:43 +0700 (NOVST)
From:      Nickolay Dudorov <nnd@mail.nsk.ru>
To:        current@FreeBSD.ORG
Subject:   Re: cvs commit: src/bin/ps print.c src/share/man/man9 mutex.9 Makefile src/usr.bin/top machine.c src/sys/alpha/alpha mp_machdep.c synch_machdep.c clock.c genassym.c interrupt.c ipl_funcs.c locore.s machdep.c mem.c pmap.c prom.c support.s swtch.s trap.c ...
Message-ID:  <200009071258.e87Cwhr10918@wint.itfs.nsk.su>
In-Reply-To: <200009070133.SAA10582@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <200009070133.SAA10582@freefall.freebsd.org> you wrote:
> jasone      2000/09/06 18:33:03 PDT
> 
>   Modified files:
	.....
>   1.7       +39 -5     src/sys/i386/include/globals.h

	One of the changes is at line 107 :
#define	currentldt	GLOBAL_LVALUE(currentldt, int)

	was changed to 

#define	currentldt	GLOBAL_RVALUE(currentldt, int)

	whereas in 'sys/i386/i386/machdep.c' at line 1914 we have

	currentldt = _default_ldt;

and it leads to error while making kernel.

	All this lines are guarded by USER_LDT option, so
you can make your kernel but my is not buildable ;-(

	After reverting this L->RVALUE change I at least can
build kernel. Let's see how (if ever) it will work.

	N.Dudorov


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




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