We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47d5c8 commit 40747ffCopy full SHA for 40747ff
arch/x86/kernel/time.c
@@ -23,7 +23,7 @@
23
#include <asm/time.h>
24
25
#ifdef CONFIG_X86_64
26
-DEFINE_VVAR(volatile unsigned long, jiffies) = INITIAL_JIFFIES;
+__visible DEFINE_VVAR(volatile unsigned long, jiffies) = INITIAL_JIFFIES;
27
#endif
28
29
unsigned long profile_pc(struct pt_regs *regs)
kernel/timer.c
@@ -52,7 +52,7 @@
52
#define CREATE_TRACE_POINTS
53
#include <trace/events/timer.h>
54
55
-u64 jiffies_64 __cacheline_aligned_in_smp = INITIAL_JIFFIES;
+__visible u64 jiffies_64 __cacheline_aligned_in_smp = INITIAL_JIFFIES;
56
57
EXPORT_SYMBOL(jiffies_64);
58
0 commit comments