diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-12-03 01:48:09 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-12-03 01:48:09 +0100 |
commit | ab250d41152edc262ef3783224e51ba8125ebd52 (patch) | |
tree | 39e67314186422e57f168ed45c9163c9f8e28c6c /i386/i386at | |
parent | 4a1e79de904fff9b82c1b779090b8df5eb6d5c04 (diff) | |
download | gnumach-ab250d41152edc262ef3783224e51ba8125ebd52.tar.gz gnumach-ab250d41152edc262ef3783224e51ba8125ebd52.tar.bz2 gnumach-ab250d41152edc262ef3783224e51ba8125ebd52.zip |
Xen: fix build
Diffstat (limited to 'i386/i386at')
-rw-r--r-- | i386/i386at/model_dep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/i386/i386at/model_dep.c b/i386/i386at/model_dep.c index d4bfe6f5..b0a55754 100644 --- a/i386/i386at/model_dep.c +++ b/i386/i386at/model_dep.c @@ -452,7 +452,9 @@ i386at_init(void) ldt_init(); ktss_init(); +#ifndef MACH_XEN init_percpu(0); +#endif #if NCPUS > 1 /* Initialize SMP structures in the master processor */ mp_desc_init(0); |