]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
s390/ptff: Export ptff_function_mask[]
authorSven Schnelle <svens@linux.ibm.com>
Tue, 14 Jul 2026 13:03:41 +0000 (15:03 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 23 Jul 2026 14:02:34 +0000 (07:02 -0700)
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>
arch/s390/kernel/time.c

index bd0df61d190779a17d26f9c7b204fa0a15f36161..2b989bebd220ad909f5cecd41e5e98c31dae2139 100644 (file)
@@ -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;