]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/cpu_data.h
xnu-517.7.7.tar.gz
[apple/xnu.git] / osfmk / kern / cpu_data.h
index 1bd1c9e16af93ae28e17189161e03c00cbd906d7..eee782728d2d308f236b98926cecf1b5e5258ea2 100644 (file)
 #include <cpus.h>
 #include <mach/mach_types.h>
 
-typedef struct
-{
-       thread_t        active_thread;
-       int             preemption_level;
-       int             simple_lock_count;
-       int             interrupt_level;
-#ifdef __I386__
-       int             cpu_number;             /* Logical CPU number */
-       int             cpu_phys_number;        /* Physical CPU Number */
-#endif
-} cpu_data_t;
-
 #include <machine/cpu_data.h>
 
 #else  /* MACH_KERNEL_PRIVATE */