diff options
Diffstat (limited to 'kern/task.c')
-rw-r--r-- | kern/task.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/task.c b/kern/task.c index 933a90e8..8fe3672f 100644 --- a/kern/task.c +++ b/kern/task.c @@ -1206,6 +1206,6 @@ task_ras_control( break; } task_unlock(task); -#endif +#endif /* FAST_TAS */ return ret; } |