From 603198e6dc2774186cdd4ec8c991e07c1dfa6acc Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 12 May 2011 14:16:09 +0200 Subject: [PATCH] kernel: Add SLAB_DEBUG and VM_PAGE_DEBUG to the LINT* configs. --- sys/config/LINT | 2 ++ sys/config/LINT64 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys/config/LINT b/sys/config/LINT index ff61d1ca2d..5ef8f7daa8 100644 --- a/sys/config/LINT +++ b/sys/config/LINT @@ -2821,6 +2821,7 @@ options SCSI_NCR_MAX_WIDE=1 options SCSI_NCR_MYADDR=7 options SHOW_BUSYBUFS # List buffers that prevent root unmount options SI_DEBUG +options SLAB_DEBUG options SLIP_IFF_OPTS options SOCKBUF_DEBUG options TDMA_BINTVAL_DEFAULT=5 @@ -2836,6 +2837,7 @@ options TDMA_TXRATE_QUARTER_DEFAULT=2*6 options TDMA_TXRATE_TURBO_DEFAULT=2*24 options TIMER_FREQ="((14318182+6)/12)" options VFS_BIO_DEBUG +options VM_PAGE_DEBUG options XBONEHACK options KTR diff --git a/sys/config/LINT64 b/sys/config/LINT64 index 0934134401..b1f0c75b93 100644 --- a/sys/config/LINT64 +++ b/sys/config/LINT64 @@ -2520,6 +2520,7 @@ options SCSI_NCR_MAX_WIDE=1 options SCSI_NCR_MYADDR=7 options SHOW_BUSYBUFS # List buffers that prevent root unmount options SI_DEBUG +options SLAB_DEBUG options SLIP_IFF_OPTS options SOCKBUF_DEBUG options TDMA_BINTVAL_DEFAULT=5 @@ -2535,6 +2536,7 @@ options TDMA_TXRATE_QUARTER_DEFAULT=2*6 options TDMA_TXRATE_TURBO_DEFAULT=2*24 #options TIMER_FREQ="((14318182+6)/12)" options VFS_BIO_DEBUG +options VM_PAGE_DEBUG options XBONEHACK options KTR -- 2.41.0