powerpc/pseries: Use macros for referring to the DTL enable mask
[linux-2.6-block.git] / arch / powerpc / platforms / pseries / lpar.c
index 1034ef1fe2b454bc9199cdff229712474068712b..23f2ac6793b7a453cd101a4ad357b2558c59a865 100644 (file)
@@ -126,7 +126,7 @@ void vpa_init(int cpu)
                        pr_err("WARNING: DTL registration of cpu %d (hw %d) "
                               "failed with %ld\n", smp_processor_id(),
                               hwcpu, ret);
-               lppaca_of(cpu).dtl_enable_mask = 2;
+               lppaca_of(cpu).dtl_enable_mask = DTL_LOG_PREEMPT;
        }
 }