Re: [PATCH] x86: enable PAT for amd k8 and fam10h

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Yinghai Lu
Date: Monday, March 24, 2008 - 7:22 pm

On Mon, Mar 24, 2008 at 6:29 PM, H. Peter Anvin <hpa@zytor.com> wrote:

PAT patches in x86.git latest, only support some intel CPUs.

        if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL &&
            (boot_cpu_data.x86 == 0xF ||
             (boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model >= 15))) {
                if (cpu_has_pat) {
                        return 1;
                }
        }

should be moved to setup_64.c?

YH
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] x86: enable PAT for amd k8 and fam10h, Yinghai Lu, (Mon Mar 24, 4:02 pm)
Re: [PATCH] x86: enable PAT for amd k8 and fam10h, H. Peter Anvin, (Mon Mar 24, 6:29 pm)
Re: [PATCH] x86: enable PAT for amd k8 and fam10h, Yinghai Lu, (Mon Mar 24, 7:22 pm)
Re: [PATCH] x86: enable PAT for amd k8 and fam10h, H. Peter Anvin, (Mon Mar 24, 9:45 pm)