Skip to content

Commit 01dc3a0

Browse files
Vasily GorbikAlexander Gordeev
authored andcommitted
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>
1 parent 912a0d3 commit 01dc3a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/s390/include/asm/abs_lowcore.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#ifndef _ASM_S390_ABS_LOWCORE_H
33
#define _ASM_S390_ABS_LOWCORE_H
44

5+
#include <linux/smp.h>
56
#include <asm/lowcore.h>
67

78
#define ABS_LOWCORE_MAP_SIZE (NR_CPUS * sizeof(struct lowcore))

0 commit comments

Comments
 (0)