brick_mem: allow higher dynamic range

This commit is contained in:
Thomas Schoebel-Theuer 2012-12-10 17:47:29 +01:00 committed by Thomas Schoebel-Theuer
parent effb8127e6
commit 5cc763cd74
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#define BRICK_DEBUG_MEM 10000
#define USE_KERNEL_PAGES // currently mandatory (vmalloc does not work)
#define ALLOW_DYNAMIC_RAISE 512
#define ALLOW_DYNAMIC_RAISE 4096
#ifndef CONFIG_MARS_DEBUG
#undef BRICK_DEBUG_MEM