diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-07-28 12:28:49 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-07-28 12:28:49 +0000 |
commit | bb627abc1d6eb106b7da1d2fae0058ff06d87f71 (patch) | |
tree | cbe5ed1da62bae16715c04f67a45ee9de4e4c0f4 /sys/arch/luna88k/conf | |
parent | 051d3b68976d0583c64d4b4d42b9170b3ee10e73 (diff) |
Remove EH_DEBUG code.
Diffstat (limited to 'sys/arch/luna88k/conf')
-rw-r--r-- | sys/arch/luna88k/conf/GENERIC | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/luna88k/conf/GENERIC b/sys/arch/luna88k/conf/GENERIC index d0baea0be60..6f1199d7bbf 100644 --- a/sys/arch/luna88k/conf/GENERIC +++ b/sys/arch/luna88k/conf/GENERIC @@ -1,12 +1,10 @@ -# $OpenBSD: GENERIC,v 1.3 2004/04/29 14:33:24 miod Exp $ +# $OpenBSD: GENERIC,v 1.4 2004/07/28 12:28:46 miod Exp $ machine luna88k m88k include "../../../conf/GENERIC" option "NCPUS=1" # number of CPUs supported (max 4) -#option DEBUG # print debugging statements -#option EH_DEBUG # debugging code for exception handlers # Processor type option M88100 # 88100 support; mandatory |