[PATCH 05/10] x86: Change NR_CPUS arrays in smpboot_64 V3

2008-01-16 Thread travis
Change the following static arrays sized by NR_CPUS to per_cpu data variables: task_struct *idle_thread_array[NR_CPUS]; This is only done if CONFIG_HOTPLUG_CPU is defined as otherwise, the array is removed after initialization anyways. Signed-off-by: Mike Travis <[EMAIL PROTECTED]>

[PATCH 05/10] x86: Change NR_CPUS arrays in smpboot_64 V3

2008-01-16 Thread travis
Change the following static arrays sized by NR_CPUS to per_cpu data variables: task_struct *idle_thread_array[NR_CPUS]; This is only done if CONFIG_HOTPLUG_CPU is defined as otherwise, the array is removed after initialization anyways. Signed-off-by: Mike Travis [EMAIL PROTECTED]

[PATCH 05/10] x86: Change NR_CPUS arrays in smpboot_64 V2

2008-01-14 Thread travis
Change the following static arrays sized by NR_CPUS to per_cpu data variables: task_struct *idle_thread_array[NR_CPUS]; This is only done if CONFIG_HOTPLUG_CPU is defined as otherwise, the array is removed after initialization anyways. Signed-off-by: Mike Travis <[EMAIL PROTECTED]>

[PATCH 05/10] x86: Change NR_CPUS arrays in smpboot_64 V2

2008-01-14 Thread travis
Change the following static arrays sized by NR_CPUS to per_cpu data variables: task_struct *idle_thread_array[NR_CPUS]; This is only done if CONFIG_HOTPLUG_CPU is defined as otherwise, the array is removed after initialization anyways. Signed-off-by: Mike Travis [EMAIL PROTECTED]

[PATCH 05/10] x86: Change NR_CPUS arrays in smpboot_64

2008-01-13 Thread travis
Change the following static arrays sized by NR_CPUS to per_cpu data variables: task_struct *idle_thread_array[NR_CPUS]; This is only done if CONFIG_HOTPLUG_CPU is defined as otherwise, the array is removed after initialization anyways. Signed-off-by: Mike Travis <[EMAIL PROTECTED]>

[PATCH 05/10] x86: Change NR_CPUS arrays in smpboot_64

2008-01-13 Thread travis
Change the following static arrays sized by NR_CPUS to per_cpu data variables: task_struct *idle_thread_array[NR_CPUS]; This is only done if CONFIG_HOTPLUG_CPU is defined as otherwise, the array is removed after initialization anyways. Signed-off-by: Mike Travis [EMAIL PROTECTED]