diff options
Diffstat (limited to 'i386')
-rw-r--r-- | i386/i386at/model_dep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i386/i386at/model_dep.c b/i386/i386at/model_dep.c index e9b2eb3b..1e98c5c3 100644 --- a/i386/i386at/model_dep.c +++ b/i386/i386at/model_dep.c @@ -503,6 +503,7 @@ i386at_init(void) ktss_init(); #if NCPUS > 1 + /* Initialize SMP structures in the master processor */ mp_desc_init(0); #endif // NCPUS |