TEST: Raise CPU Cores to 6
Some checks failed
eden-license / license-header (pull_request) Failing after 11s
Some checks failed
eden-license / license-header (pull_request) Failing after 11s
This commit is contained in:
parent
7f48f4efb6
commit
de5c0d610a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ namespace Hardware {
|
|||
|
||||
constexpr u64 BASE_CLOCK_RATE = 1'020'000'000; // Default CPU Frequency = 1020 MHz
|
||||
constexpr u64 CNTFREQ = 19'200'000; // CNTPCT_EL0 Frequency = 19.2 MHz
|
||||
constexpr u32 NUM_CPU_CORES = 4; // Number of CPU Cores
|
||||
constexpr u32 NUM_CPU_CORES = 6; // Number of CPU Cores
|
||||
|
||||
// Virtual to Physical core map.
|
||||
constexpr std::array<s32, Common::BitSize<u64>()> VirtualToPhysicalCoreMap{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue