Re: [PATCH] x86: do not allow to optimize flag_is_changeable_p()

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Yinghai Lu
Date: Monday, September 29, 2008 - 11:34 pm

On Mon, Sep 29, 2008 at 11:14 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:

how about

        if (!have_cpuid_p()) {
                identify_cpu_without_cpuid(c);

                /* cyrix could have cpuid enabled via c_identify()*/
                if (!have_cpuid_p())
                        return;
        }


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

Messages in current thread:
[PATCH] x86: do not allow to optimize flag_is_changeable_p(), Krzysztof Helt, (Mon Sep 29, 11:06 am)
Re: [PATCH] x86: do not allow to optimize flag_is_changeab ..., Jeremy Fitzhardinge, (Mon Sep 29, 11:14 pm)
Re: [PATCH] x86: do not allow to optimize flag_is_changeab ..., Yinghai Lu, (Mon Sep 29, 11:34 pm)
Re: [PATCH] x86: do not allow to optimize flag_is_changeab ..., Jeremy Fitzhardinge, (Mon Sep 29, 11:54 pm)