[PATCH] lockdep: disable lock debugging when kernel state becomes untrusted
[deliverable/linux.git] / kernel / printk.c
index bdba5d80496c98c9ccfe41a4372cd944d5b334a1..65ca0688f86f1b78fafd144671a17015b2fd1525 100644 (file)
@@ -52,7 +52,7 @@ int console_printk[4] = {
        DEFAULT_CONSOLE_LOGLEVEL,       /* default_console_loglevel */
 };
 
-EXPORT_SYMBOL(console_printk);
+EXPORT_UNUSED_SYMBOL(console_printk);  /*  June 2006  */
 
 /*
  * Low lever drivers may need that to know if they can schedule in
@@ -773,7 +773,7 @@ int is_console_locked(void)
 {
        return console_locked;
 }
-EXPORT_SYMBOL(is_console_locked);
+EXPORT_UNUSED_SYMBOL(is_console_locked);  /*  June 2006  */
 
 /**
  * release_console_sem - unlock the console system
This page took 0.023675 seconds and 5 git commands to generate.