On 19 January 2015 at 22:01, Bin Meng <bmeng...@gmail.com> wrote:
> CPUID (EAX 01H) returns MTRR support flag in EDX bit 12. Probe this
> flag in x86_cpu_init_f() and save it in global data.
>
> Signed-off-by: Bin Meng <bmeng...@gmail.com>
> ---
>
>  arch/x86/cpu/cpu.c                 | 7 +++++++
>  arch/x86/include/asm/global_data.h | 3 ++-
>  2 files changed, 9 insertions(+), 1 deletion(-)

Acked-by: Simon Glass <s...@chromium.org>

> -       int mtrr_req_count;
> +       int     mtrr_req_count;
> +       int     has_mtrr;

But I don't think we need the tabs after 'int'.

Regards,
Simon
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to