lockdep: Move early boot local IRQ enable/disable status to init/main.c
[deliverable/linux.git] / include / linux / kernel.h
index 5a9d9059520b9fd36fb4049bef4e673a18a9cdd1..d07d8057e440e9eb685b0ab36d9f29cd64db97d5 100644 (file)
@@ -243,6 +243,8 @@ extern int test_taint(unsigned flag);
 extern unsigned long get_taint(void);
 extern int root_mountflags;
 
+extern bool early_boot_irqs_disabled;
+
 /* Values used for system_state */
 extern enum system_states {
        SYSTEM_BOOTING,
This page took 0.024733 seconds and 5 git commands to generate.