aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/vtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/kernel/vtime.c')
-rw-r--r--arch/s390/kernel/vtime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390/kernel/vtime.c b/arch/s390/kernel/vtime.c
index 783e988c4e1e..80d1dbc5d42e 100644
--- a/arch/s390/kernel/vtime.c
+++ b/arch/s390/kernel/vtime.c
@@ -140,9 +140,9 @@ void vtime_account(struct task_struct *tsk)
140} 140}
141EXPORT_SYMBOL_GPL(vtime_account); 141EXPORT_SYMBOL_GPL(vtime_account);
142 142
143void __vtime_account_system(struct task_struct *tsk) 143void vtime_account_system(struct task_struct *tsk)
144__attribute__((alias("vtime_account"))); 144__attribute__((alias("vtime_account")));
145EXPORT_SYMBOL_GPL(__vtime_account_system); 145EXPORT_SYMBOL_GPL(vtime_account_system);
146 146
147void __kprobes vtime_stop_cpu(void) 147void __kprobes vtime_stop_cpu(void)
148{ 148{