File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44
55COREFREQ_MAJOR = 2
66COREFREQ_MINOR = 0
7- COREFREQ_REV = 6
7+ COREFREQ_REV = 7
88HW = $(shell uname -m)
99CC ?= cc
1010WARNING ?= -Wall -Wfatal-errors
Original file line number Diff line number Diff line change @@ -2299,7 +2299,7 @@ static PROCESSOR_SPECIFIC *LookupProcessor(void)
22992299}
23002300
23012301#ifdef CONFIG_CPU_FREQ
2302- #if LINUX_VERSION_CODE >= KERNEL_VERSION (6 , 15 , 0 )
2302+ #if LINUX_VERSION_CODE >= KERNEL_VERSION (6 , 16 , 0 )
23032303static int cpufreq_get_policy (struct cpufreq_policy * policy , unsigned int cpu )
23042304{
23052305 struct cpufreq_policy * cpu_policy __free (put_cpufreq_policy );
Original file line number Diff line number Diff line change @@ -959,7 +959,7 @@ static PROCESSOR_SPECIFIC *LookupProcessor(void)
959959}
960960
961961#ifdef CONFIG_CPU_FREQ
962- #if LINUX_VERSION_CODE >= KERNEL_VERSION (6 , 15 , 0 )
962+ #if LINUX_VERSION_CODE >= KERNEL_VERSION (6 , 16 , 0 )
963963static int cpufreq_get_policy (struct cpufreq_policy * policy , unsigned int cpu )
964964{
965965 struct cpufreq_policy * cpu_policy __free (put_cpufreq_policy );
Original file line number Diff line number Diff line change @@ -943,7 +943,7 @@ static PROCESSOR_SPECIFIC *LookupProcessor(void)
943943}
944944
945945#ifdef CONFIG_CPU_FREQ
946- #if LINUX_VERSION_CODE >= KERNEL_VERSION (6 , 15 , 0 )
946+ #if LINUX_VERSION_CODE >= KERNEL_VERSION (6 , 16 , 0 )
947947static int cpufreq_get_policy (struct cpufreq_policy * policy , unsigned int cpu )
948948{
949949 struct cpufreq_policy * cpu_policy __free (put_cpufreq_policy );
Original file line number Diff line number Diff line change 5353#endif /* CONFIG_XEN */
5454#include <asm/mwait.h>
5555#ifdef CONFIG_AMD_NB
56- #if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 15 , 0)
56+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 16 , 0)
5757#include <asm/amd/nb.h>
5858#else
5959#include <asm/amd_nb.h>
@@ -20844,7 +20844,7 @@ static void Stop_Uncore_AMD_Family_17h(void *arg)
2084420844
2084520845
2084620846#ifdef CONFIG_CPU_FREQ
20847- #if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 15 , 0)
20847+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 16 , 0)
2084820848static int cpufreq_get_policy(struct cpufreq_policy *policy, unsigned int cpu)
2084920849{
2085020850 struct cpufreq_policy *cpu_policy __free(put_cpufreq_policy);
You can’t perform that action at this time.
0 commit comments