Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'sched-urgent-2024-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull scheduler fix from Ingo Molnar:
"Export a symbol to make life easier for instrumentation/debugging"

* tag 'sched-urgent-2024-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
sched/x86: Export 'percpu arch_freq_scale'

+1
+1
arch/x86/kernel/cpu/aperfmperf.c
··· 345 345 disable_freq_invariance_workfn); 346 346 347 347 DEFINE_PER_CPU(unsigned long, arch_freq_scale) = SCHED_CAPACITY_SCALE; 348 + EXPORT_PER_CPU_SYMBOL_GPL(arch_freq_scale); 348 349 349 350 static void scale_freq_tick(u64 acnt, u64 mcnt) 350 351 {