Skip to content

Commit

Permalink
Updated comment for another processor
Browse files Browse the repository at this point in the history
  • Loading branch information
witchof0x20 committed Mar 7, 2024
1 parent 8095ab1 commit 6d12615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reverie-ptrace/src/timer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pub(crate) fn get_rcb_perf_config() -> u64 {
(0x06, 0x4E) | (0x06, 0x55) | (0x06, 0x5E) => 0x5101c4, // Intel Skylake
(0x06, 0x8E) | (0x06, 0x9E) => 0x5101c4, // Intel Kabylake
(0x06, 0xA5) | (0x06, 0xA6) => 0x5101c4, // Intel Cometlake
(0x06, 0x8D) => 0x5101c4, // Intel Alder Lake (e.g. i7-11800H laptop)
(0x06, 0x8D) => 0x5101c4, // Intel Tiger Lake (e.g. i7-11800H laptop)
(0x06, 0x9A) => 0x5101c4, // Intel Alder Lake (e.g. i7-12700H laptop)
(0x06, 0x8F) => 0x5101c4, // Intel Sapphire Rapids
(0x06, 0x86) => 0x5101c4, // Intel Icelake
Expand Down

0 comments on commit 6d12615

Please sign in to comment.