From ab7ee44c3616d11e7f24c7a75b5d14efd4e6593c Mon Sep 17 00:00:00 2001 From: bobijam Date: Wed, 6 Aug 2008 02:17:02 +0000 Subject: [PATCH] Branch b1_6 b=16205 i=joahnn, adilger low-memory tunings for BlueGene/L. --- lnet/libcfs/debug.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lnet/libcfs/debug.c b/lnet/libcfs/debug.c index 96a30c2..aceed22f 100644 --- a/lnet/libcfs/debug.c +++ b/lnet/libcfs/debug.c @@ -115,7 +115,9 @@ EXPORT_SYMBOL(libcfs_kmemory); static cfs_waitq_t debug_ctlwq; -#ifdef __arch_um__ +#ifdef HAVE_BGL_SUPPORT +char debug_file_path[1024] = "/bgl/ion/tmp/lustre-log"; +#elif defined(__arch_um__) char debug_file_path[1024] = "/r/tmp/lustre-log"; #else char debug_file_path[1024] = "/tmp/lustre-log"; -- 1.8.3.1