diff options
author | Alexander Gordeev <agordeev@linux.ibm.com> | 2020-03-11 16:18:05 +0300 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2020-03-23 15:41:53 +0300 |
commit | 42d211a1ae3b77008d4190b7dc79ad29b48bbcd2 (patch) | |
tree | ae430b4c228bcbc2ffd4e22494312c66e413a833 /arch/s390/include/asm/smp.h | |
parent | 31932757c6121b394cd4f158b6b8f1cca8ffe871 (diff) | |
download | linux-42d211a1ae3b77008d4190b7dc79ad29b48bbcd2.tar.xz |
s390/cpuinfo: show processor physical address
Show CPU physical address as reported by STAP instruction
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/smp.h')
-rw-r--r-- | arch/s390/include/asm/smp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/smp.h b/arch/s390/include/asm/smp.h index b157a81fb977..231a51e870fe 100644 --- a/arch/s390/include/asm/smp.h +++ b/arch/s390/include/asm/smp.h @@ -34,6 +34,7 @@ extern int smp_vcpu_scheduled(int cpu); extern void smp_yield_cpu(int cpu); extern void smp_cpu_set_polarization(int cpu, int val); extern int smp_cpu_get_polarization(int cpu); +extern int smp_cpu_get_cpu_address(int cpu); extern void smp_fill_possible_mask(void); extern void smp_detect_cpus(void); |