Subject: CVS commit: syssrc/sys/lkm/compat/svr4
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 10/31/2001 20:25:53
Module Name:	syssrc
Committed By:	jdolecek
Date:		Wed Oct 31 18:25:53 UTC 2001

Modified Files:
	syssrc/sys/lkm/compat/svr4: lkminit_emul.c

Log Message:
For i386, set gate for fasttraps appropriately when loaded (and
unset on unload), similarily to what i386/machdep.c does #ifdef
COMPAT_SVR4. This makes the svr4 LKM actually work on i386.
XXX kind of ugly, but doing this more generic way would be overkill


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/lkm/compat/svr4/lkminit_emul.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.