diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2019-01-16 02:19:04 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2019-01-16 02:19:04 +0000 |
| commit | 15b7da10ac76a08b8be5e9329a23e240a4865ec8 (patch) | |
| tree | 6cd7658a7e9f26bd3827dbcb031a7ecd8325c6f7 /sys/x86 | |
| parent | 4c220feb7e700d1d83323f38345ea85fb587912d (diff) | |
Notes
Diffstat (limited to 'sys/x86')
| -rw-r--r-- | sys/x86/x86/mp_x86.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/x86/x86/mp_x86.c b/sys/x86/x86/mp_x86.c index fff39f9a5cba8..4b8a6931686cd 100644 --- a/sys/x86/x86/mp_x86.c +++ b/sys/x86/x86/mp_x86.c @@ -235,6 +235,7 @@ add_deterministic_cache(int type, int level, int share_count) * - BKDG For AMD Family 10h Processors (Publication # 31116) * - BKDG For AMD Family 15h Models 00h-0Fh Processors (Publication # 42301) * - BKDG For AMD Family 16h Models 00h-0Fh Processors (Publication # 48751) + * - PPR For AMD Family 17h Models 00h-0Fh Processors (Publication # 54945) */ static void topo_probe_amd(void) |
