MFC: Remove duplicate DDB entry.

This commit is contained in:
cognet 2006-06-23 16:56:57 +00:00
parent 5d4136bc68
commit 067f42df3d
2 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@ include "../xscale/i80321/std.iq31244"
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
makeoptions CONF_CFLAGS=-mcpu=xscale makeoptions CONF_CFLAGS=-mcpu=xscale
options DDB
options HZ=100 options HZ=100
#options DEVICE_POLLING #options DEVICE_POLLING

View File

@ -71,7 +71,6 @@ device uart
# output. Adds ~215k to driver. # output. Adds ~215k to driver.
# Debugging for use in -current # Debugging for use in -current
options DDB #Enable the kernel debugger
#options INVARIANTS #Enable calls of extra sanity checking #options INVARIANTS #Enable calls of extra sanity checking
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS #options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
#options WITNESS #Enable checks to detect deadlocks and cycles #options WITNESS #Enable checks to detect deadlocks and cycles