kernel/printk: use symbolic defines for console loglevels
[deliverable/linux.git] / arch / x86 / platform / uv / uv_nmi.c
index be27da60dc8f8d2613e4b003239ef4c3b05bbd32..c89c93320c12a4dfa21156e86937eea979af480d 100644 (file)
@@ -85,7 +85,7 @@ static cpumask_var_t uv_nmi_cpu_mask;
  * Default is all stack dumps go to the console and buffer.
  * Lower level to send to log buffer only.
  */
-static int uv_nmi_loglevel = 7;
+static int uv_nmi_loglevel = CONSOLE_LOGLEVEL_DEFAULT;
 module_param_named(dump_loglevel, uv_nmi_loglevel, int, 0644);
 
 /*
This page took 0.024896 seconds and 5 git commands to generate.