X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/b60166b327a9108b07e3069fa6568a451529ffd9..baca54322c66983205edecd2ebb00d997878be50:/lunaix-os/includes/lunaix/kpreempt.h diff --git a/lunaix-os/includes/lunaix/kpreempt.h b/lunaix-os/includes/lunaix/kpreempt.h index d20deba..e622e05 100644 --- a/lunaix-os/includes/lunaix/kpreempt.h +++ b/lunaix-os/includes/lunaix/kpreempt.h @@ -3,7 +3,8 @@ #include -#define _preemptible __attribute__((section(".kf.preempt"))) +#define _preemptible \ + __attribute__((section(".kf.preempt"))) no_inline #define ensure_preempt_caller() \ do { \