Re: [PATCH] x86: fix missing cpu_index initialisation

From: Ingo Molnar
Date: Thu Oct 30 2008 - 19:45:52 EST



* Ingo Molnar <mingo@xxxxxxx> wrote:

> > Depends on [VOYAGER] x86: add ability to test for boot CPU
>
> applied both to tip/x86/urgent:
>
> 6b5496e: x86/voyager: fix missing cpu_index initialisation
> 3b25aec: x86/voyager: fix compile breakage caused by dc1e35c6e95e8923cf1d35104

this broke the x86 build:

arch/x86/kernel/cpu/common.c: In function 'early_identify_cpu':
arch/x86/kernel/cpu/common.c:553: error: 'struct cpuinfo_x86' has no member named 'cpu_index'

fixed via the patch below.

Ingo

---------->