diff options
| author | David Xu <davidxu@FreeBSD.org> | 2006-06-19 22:59:28 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2006-06-19 22:59:28 +0000 |
| commit | 7da6810b115d4bd057ecf79eee8f63e8d32c7b27 (patch) | |
| tree | c78bd8c207dd5adbee7e96d1aaf2ee17813aa95c | |
| parent | 4d70df3feeecb703b5ca4794b22a5c313a945e69 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/amd64/initcpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/amd64/initcpu.c b/sys/amd64/amd64/initcpu.c index 0e3ccb6e1110..e6e94d65349e 100644 --- a/sys/amd64/amd64/initcpu.c +++ b/sys/amd64/amd64/initcpu.c @@ -60,6 +60,7 @@ u_int cpu_procinfo; /* HyperThreading Info / Brand Index / CLFUSH */ u_int cpu_procinfo2; /* Multicore info */ char cpu_vendor[20]; /* CPU Origin code */ u_int cpu_fxsr; /* SSE enabled */ +u_int cpu_mxcsr_mask; /* Valid bits in mxcsr */ /* * Initialize CPU control registers |
