Whamcloud - gitweb
Severity : enhancement
[fs/lustre-release.git] / lnet / klnds / o2iblnd / o2iblnd.h
index 24e4be2..8afba88 100644 (file)
@@ -68,7 +68,7 @@ typedef int gfp_t;
 #include <rdma/ib_fmr_pool.h>
 
 /* tunables fixed at compile time */
-#if CONFIG_SMP
+#ifdef CONFIG_SMP
 # define IBLND_N_SCHED      num_online_cpus()   /* # schedulers */
 #else
 # define IBLND_N_SCHED      1                   /* # schedulers */