mirror of https://github.com/l4ka/pistachio.git
- Disable flushfilter on K8 cpus if deselected, may be enabled by default
This commit is contained in:
parent
efd8ffdd6c
commit
4571da5db9
|
@ -329,7 +329,7 @@ cpuid_t SECTION(".init.cpu") init_cpu (void)
|
|||
x86_amdhwcr_t::enable_flushfilter();
|
||||
#else
|
||||
TRACE_INIT("\tDisabling K8 Flush Filter\n");
|
||||
//x86_amdhwcr_t::disable_flushfilter();
|
||||
x86_amdhwcr_t::disable_flushfilter();
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue