* Renamed kernel_startup to gKernelStartup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26731 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2008-08-02 15:03:03 +00:00
parent 15374c5dbd
commit 272457553e
7 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
#define CLEAR_BIT(a, b) ((a) & (~(1 << (b))))
/* during kernel startup, interrupts are disabled (among other things) */
extern bool kernel_startup;
extern bool gKernelStartup;
#ifdef __cplusplus