Ignore:
File:
1 edited

Legend:

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

    r9ba415e r8e3ed06  
    4848#include <abi/proc/uarg.h>
    4949#include <udebug/udebug.h>
    50 #include <abi/proc/thread.h>
    5150#include <abi/sysinfo.h>
    5251#include <arch.h>
     
    273272
    274273/** Fpu context slab cache. */
    275 extern slab_cache_t *fpu_context_cache;
     274extern slab_cache_t *fpu_context_slab;
    276275
    277276/* Thread syscall prototypes. */
Note: See TracChangeset for help on using the changeset viewer.