quick hack (sorry) for making *sdevio* work to other

processes than the caller..

also disable kernel sanity checks
This commit is contained in:
Ben Gras
2009-06-08 14:33:15 +00:00
parent 8a0ab8630c
commit 01732ffb5e
4 changed files with 44 additions and 14 deletions

View File

@@ -25,10 +25,10 @@
#define DEBUG_TIME_LOCKS 1
/* Runtime sanity checking. */
#define DEBUG_VMASSERT 1
#define DEBUG_SCHED_CHECK 1
#define DEBUG_STACK_CHECK 1
#define DEBUG_TRACE 1
#define DEBUG_VMASSERT 0
#define DEBUG_SCHED_CHECK 0
#define DEBUG_STACK_CHECK 0
#define DEBUG_TRACE 0
#if DEBUG_TRACE