diff options
| author | Andriy Gapon <avg@FreeBSD.org> | 2016-04-12 13:30:39 +0000 |
|---|---|---|
| committer | Andriy Gapon <avg@FreeBSD.org> | 2016-04-12 13:30:39 +0000 |
| commit | 0d63fc3ed8bac59f7966921bfacf2cc3899b1ed3 (patch) | |
| tree | ad17502d1ace83c7947422a7127a812817e2b2a0 /sys/amd64 | |
| parent | 53791a95a48f5e6f0463e14837d26a065f212f39 (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/amd64/mp_machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c index d87d38c198e6..f7d93de824e1 100644 --- a/sys/amd64/amd64/mp_machdep.c +++ b/sys/amd64/amd64/mp_machdep.c @@ -247,7 +247,7 @@ init_secondary(void) wrmsr(MSR_FSBASE, 0); /* User value */ wrmsr(MSR_GSBASE, (u_int64_t)pc); wrmsr(MSR_KGSBASE, (u_int64_t)pc); /* XXX User value while we're in the kernel */ - intel_fix_cpuid(); + fix_cpuid(); lidt(&r_idt); |
