- patches.arch/x86_mce_intel_decode_physical_address.patch:
[linux-flexiantxendom0-3.2.10.git] / include / linux / console.h
index dc9a181..c9f5f75 100644 (file)
@@ -143,12 +143,7 @@ void vcs_remove_sysfs(int index);
 
 /* Some debug stub to catch some of the obvious races in the VT code */
 #if 1
-#ifdef CONFIG_KDB
-#include <linux/kdb.h>
-#define WARN_CONSOLE_UNLOCKED()        WARN_ON(!is_console_locked() && !oops_in_progress && !atomic_read(&kdb_event))
-#else  /* !CONFIG_KDB */
 #define WARN_CONSOLE_UNLOCKED()        WARN_ON(!is_console_locked() && !oops_in_progress)
-#endif /* CONFIG_KDB */
 #else
 #define WARN_CONSOLE_UNLOCKED()
 #endif