summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlmuHS <liberamenso10000@gmail.com>2019-03-03 00:53:18 +0100
committerAlmuHS <liberamenso10000@gmail.com>2019-03-03 00:53:18 +0100
commit7c48dfb33c93db20ca7ea8aab4522c91f654d527 (patch)
tree81586549165ba8c5b3423792197803a6eebf5bce /include
parent41f412898413c10a3818c5bd61ae637917495d8f (diff)
added apic_id to machine_slot
Diffstat (limited to 'include')
-rw-r--r--include/mach/machine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mach/machine.h b/include/mach/machine.h
index b696d4b5..26d014c3 100644
--- a/include/mach/machine.h
+++ b/include/mach/machine.h
@@ -70,6 +70,7 @@ struct machine_slot {
cpu_type_t cpu_type; /* type of cpu */
cpu_subtype_t cpu_subtype; /* subtype of cpu */
/*boolean_t*/integer_t running; /* is cpu running */
+ integer_t apic_id; /* apic id of the cpu */
integer_t cpu_ticks[CPU_STATE_MAX];
integer_t clock_freq; /* clock interrupt frequency */
};