diff options
Diffstat (limited to 'arch/x86/kernel/setup_percpu.c')
| -rw-r--r-- | arch/x86/kernel/setup_percpu.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup_percpu.c b/arch/x86/kernel/setup_percpu.c index a867940a6df..cf592767812 100644 --- a/arch/x86/kernel/setup_percpu.c +++ b/arch/x86/kernel/setup_percpu.c @@ -247,7 +247,7 @@ void __init setup_per_cpu_areas(void)  #endif  #endif  		/* -		 * Up to this point, the boot CPU has been using .data.init +		 * Up to this point, the boot CPU has been using .init.data  		 * area.  Reload any changed state for the boot CPU.  		 */  		if (cpu == boot_cpu_id)  |