Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Minoura Makoto <minoura@netbsd.org>
List: source-changes
Date: 04/18/1999 07:39:10
Module Name:	src
Committed By:	minoura
Date:		Sun Apr 18 14:39:10 UTC 1999

Modified Files:
	src/sys/arch/x68k/x68k: trap.c
Log Message:
Handle T_ILLINST in kernel mode.
This occurs in fpu_probe() when the FPU is not installed on the system.
Because of this, FPU_EMULATE wouldn't work at all.