summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSven Schnelle <svens@linux.ibm.com>2026-07-14 15:03:41 +0200
committerJakub Kicinski <kuba@kernel.org>2026-07-23 07:02:34 -0700
commit9de445d8296a7f2b011ebb5834fdc94dcda5c778 (patch)
treeb6d0c427375979eb516decc1f0da4237e305ddf8 /arch
parent4a05269bb723073a9299a5209876d4d40c51a030 (diff)
downloadlinux-next-9de445d8296a7f2b011ebb5834fdc94dcda5c778.tar.gz
linux-next-9de445d8296a7f2b011ebb5834fdc94dcda5c778.zip
s390/ptff: Export ptff_function_mask[]
Export the ptff_function_mask to make ptff_query() usable in modules. Signed-off-by: Sven Schnelle <svens@linux.ibm.com> Acked-by: Heiko Carstens <hca@linux.ibm.com> Link: https://patch.msgid.link/20260714130342.1971700-2-svens@linux.ibm.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/s390/kernel/time.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/kernel/time.c b/arch/s390/kernel/time.c
index bd0df61d1907..2b989bebd220 100644
--- a/arch/s390/kernel/time.c
+++ b/arch/s390/kernel/time.c
@@ -65,6 +65,7 @@ ATOMIC_NOTIFIER_HEAD(s390_epoch_delta_notifier);
EXPORT_SYMBOL(s390_epoch_delta_notifier);
unsigned char ptff_function_mask[16];
+EXPORT_SYMBOL(ptff_function_mask);
static unsigned long lpar_offset;
static unsigned long initial_leap_seconds;