Skip to content

Commit

Permalink
ski: Configure own processor type for Ski
Browse files Browse the repository at this point in the history
So far this was configured as McKinley, but the exposed processor
features are actually on par with a Montecito - hence the naming
in the Linux kernel: MonteSkito for a family 31/model 3 processor -
and exceed those of a Madison.
  • Loading branch information
johnny-mnemonic committed Feb 13, 2025
1 parent ea3d2f4 commit 8e1ff2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const REG cpuids[NCPUIDS] = { 0x2d7474656c776548ULL, 0x006472616b636150ULL,
#else
const REG cpuids[NCPUIDS] = { 0x5320696b53205048ULL, 0x726f74616c756d69ULL,
#endif
0, 0x000000001f000004ULL,
0, 0x000000001f030004ULL,
0x5ULL };

unsigned n_stack_phys /* = 96 */; /* initialized in InitPlatform() */
Expand Down

0 comments on commit 8e1ff2e

Please sign in to comment.