Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/proc/thread.h

    r8e3ed06 r9ba415e  
    4848#include <abi/proc/uarg.h>
    4949#include <udebug/udebug.h>
     50#include <abi/proc/thread.h>
    5051#include <abi/sysinfo.h>
    5152#include <arch.h>
     
    272273
    273274/** Fpu context slab cache. */
    274 extern slab_cache_t *fpu_context_slab;
     275extern slab_cache_t *fpu_context_cache;
    275276
    276277/* Thread syscall prototypes. */
Note: See TracChangeset for help on using the changeset viewer.