2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: i386unix version of Disable()
9 #include <exec/tasks.h>
10 #include <exec/execbase.h>
11 #include <aros/libcall.h>
12 #include <aros/atomic.h>
13 #include <proto/exec.h>
14 #include <proto/kernel.h>
16 #include "../kernel/kernel_intern.h"
23 AROS_LH0(void, Disable
,
24 struct ExecBase
*, SysBase
, 20, Exec
)
28 void *KernelBase
= getKernelBase();
34 AROS_ATOMIC_INC(SysBase
->IDNestCnt
);