[S390] Fix yet another two section mismatches.
WARNING: arch/s390/kernel/built-in.o(.text+0xb92a): Section mismatch: reference to .init.text:start_secondary (between 'restart_addr' and 'stack_overflow') WARNING: arch/s390/appldata/built-in.o(.data+0xdc): Section mismatch: reference to .init.text: (between 'appldata_nb' and 'appldata_timer_lock') Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:

committed by
Martin Schwidefsky

parent
ce4448238a
commit
84b36a8e0c
@@ -535,8 +535,7 @@ void appldata_unregister_ops(struct appldata_ops *ops)
|
||||
|
||||
/******************************* init / exit *********************************/
|
||||
|
||||
static void
|
||||
appldata_online_cpu(int cpu)
|
||||
static void __cpuinit appldata_online_cpu(int cpu)
|
||||
{
|
||||
init_virt_timer(&per_cpu(appldata_timer, cpu));
|
||||
per_cpu(appldata_timer, cpu).function = appldata_timer_function;
|
||||
@@ -580,7 +579,7 @@ appldata_cpu_notify(struct notifier_block *self,
|
||||
return NOTIFY_OK;
|
||||
}
|
||||
|
||||
static struct notifier_block appldata_nb = {
|
||||
static struct notifier_block __cpuinitdata appldata_nb = {
|
||||
.notifier_call = appldata_cpu_notify,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user