diff options
| author | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2022-11-11 17:43:07 +0000 |
|---|---|---|
| committer | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2022-11-11 17:43:07 +0000 |
| commit | 58cf3a69a5590a159b6271b0cb74bbec72245f26 (patch) | |
| tree | 01bbc14f5a6239fcc104024e07395227c927e706 /sys/compat/linuxkpi/common/include/asm | |
| parent | c4163160e44d1f329301b0fe943854b9dc0750dc (diff) | |
Diffstat (limited to 'sys/compat/linuxkpi/common/include/asm')
| -rw-r--r-- | sys/compat/linuxkpi/common/include/asm/processor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/linuxkpi/common/include/asm/processor.h b/sys/compat/linuxkpi/common/include/asm/processor.h index 0b34031392ac..86d4ab9de98f 100644 --- a/sys/compat/linuxkpi/common/include/asm/processor.h +++ b/sys/compat/linuxkpi/common/include/asm/processor.h @@ -36,6 +36,7 @@ struct cpuinfo_x86 { uint8_t x86; uint16_t x86_clflush_size; + uint16_t x86_max_cores; }; extern struct cpuinfo_x86 boot_cpu_data; |
