diff options
author | Almudena Garcia <liberamenso10000@gmail.com> | 2020-10-07 00:56:10 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-10-07 00:56:25 +0200 |
commit | 282ee33066deef5ade5afe952a59d265ea3b0736 (patch) | |
tree | 9f8104a5709d5fae7b091342ce3fc1869467af70 /i386 | |
parent | fa44a67ec670302e0b8df98cabe931f61db1caff (diff) | |
download | gnumach-282ee33066deef5ade5afe952a59d265ea3b0736.tar.gz gnumach-282ee33066deef5ade5afe952a59d265ea3b0736.tar.bz2 gnumach-282ee33066deef5ade5afe952a59d265ea3b0736.zip |
Add comment about mp_desc_init call
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 |