From: Alan Cox Date: Sat, 15 Nov 2014 13:59:44 +0000 (+0000) Subject: process: kernel flag has moved to common X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9502612af8596762c89d24f3649631835367ed98;p=FUZIX.git process: kernel flag has moved to common --- diff --git a/Kernel/process.c b/Kernel/process.c index ef9e945a..6d599019 100644 --- a/Kernel/process.c +++ b/Kernel/process.c @@ -339,7 +339,7 @@ void timer_interrupt(void) #include "syscall_name.h" #endif -int16_t kernel_flag = 1; /* true when in a syscall etc, maintained by the +extern int16_t kernel_flag; /* true when in a syscall etc, maintained by the asm interfaces but visible in C */ // Fuzix system call handler