- Disable flushfilter on K8 cpus if deselected, may be enabled by default

This commit is contained in:
Jan Stoess 2008-01-28 15:52:21 +01:00
parent efd8ffdd6c
commit 4571da5db9
1 changed files with 1 additions and 1 deletions

View File

@ -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