mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-23 21:34:06 +00:00
Temp revert for icnt_factor
We should, at minimum, make icnt_factor adjustable. That said, powermax is suggesting we develop a more sophisticated scheduler.
This commit is contained in:
parent
6267685920
commit
43d87b4791
@ -845,7 +845,8 @@ void ppc_cpu_init(MemCtrlBase* mem_ctrl, uint32_t cpu_version, uint64_t tb_freq)
|
|||||||
g_nanoseconds_base = now_ns();
|
g_nanoseconds_base = now_ns();
|
||||||
g_icycles_base = 0;
|
g_icycles_base = 0;
|
||||||
g_icycles = 0;
|
g_icycles = 0;
|
||||||
icnt_factor = 6;
|
//icnt_factor = 6;
|
||||||
|
icnt_factor = 4;
|
||||||
tbr_wr_timestamp = 0;
|
tbr_wr_timestamp = 0;
|
||||||
rtc_timestamp = 0;
|
rtc_timestamp = 0;
|
||||||
tbr_wr_value = 0;
|
tbr_wr_value = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user