PATCH: Use __get_cpu_features () in HAS_CPUID_FLAG
Richard Henderson
rth@twiddle.net
Thu Dec 13 16:42:00 GMT 2012
On 12/12/2012 02:59 PM, H.J. Lu wrote:
> are called only within __init_cpu_features, where we can't
> call __get_cpu_features without infinite recursion. */
> # define HAS_CPUID_FLAG(idx, reg, bit) \
> - (((&__cpu_features)->cpuid[idx].reg & (bit)) != 0)
> + ((__get_cpu_features ()->cpuid[idx].reg & (bit)) != 0)
Read the comment above, the important bit of which can even be read
within this context.
r~
More information about the Libc-alpha
mailing list