s390/abs_lowcore: Include linux/smp.h for get_cpu() and put_cpu()
authorVasily Gorbik <gor@linux.ibm.com>
Tue, 10 Dec 2024 11:35:46 +0000 (12:35 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Sun, 15 Dec 2024 15:19:04 +0000 (16:19 +0100)
commit01dc3a0d5cd67de28bcd48c2be196b26dd2dde9f
tree5fc35da23b8eac498487cf44e94ee066d962b79f
parent912a0d35232686673a92a3728606f618da64291e
s390/abs_lowcore: Include linux/smp.h for get_cpu() and put_cpu()

Add missing include of <linux/smp.h> in abs_lowcore.h to provide
declarations for get_cpu() and put_cpu() used in the code.

Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/include/asm/abs_lowcore.h