Found 3 matching messages (0.135 seconds). Page 1 of 1.
... > wrote: > Yinghai Lu wrote: > > [PATCH] x86: enable PAT for amd k8 and fam10h > > > > ... > > > > pat_wc_enabled = 0; > > printk(KERN_INFO "CPU and/or kernel does not support PAT.\n"); > > This really should be handled through a CPU ...
linux-kernel - Yinghai Lu - Mar 24 2008 - 22:22
Yinghai Lu wrote: > [PATCH] x86: enable PAT for amd k8 and fam10h > ... > make known_pat_cpu to think amd k8 and fam10h is ok too. > ... > pat_wc_enabled = 0; > printk(KERN_INFO "CPU and/or kernel does not support PAT.\n"); This really should be handled ...
linux-kernel - H. Peter Anvin - Mar 24 2008 - 21:29
... >> completely separate piece of code. > > PAT patches in x86.git latest, only support ... if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL && > (boot_cpu_data.x86 == 0xF || > (boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model >= ...
linux-kernel - H. Peter Anvin - Mar 25 2008 - 00:45