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 4
4
5
5
COREFREQ_MAJOR = 2
6
6
COREFREQ_MINOR = 0
7
- COREFREQ_REV = 6
7
+ COREFREQ_REV = 7
8
8
HW = $(shell uname -m)
9
9
CC ?= cc
10
10
WARNING ?= -Wall -Wfatal-errors
Original file line number Diff line number Diff line change @@ -2299,7 +2299,7 @@ static PROCESSOR_SPECIFIC *LookupProcessor(void)
2299
2299
}
2300
2300
2301
2301
#ifdef CONFIG_CPU_FREQ
2302
- #if LINUX_VERSION_CODE >= KERNEL_VERSION (6 , 15 , 0 )
2302
+ #if LINUX_VERSION_CODE >= KERNEL_VERSION (6 , 16 , 0 )
2303
2303
static int cpufreq_get_policy (struct cpufreq_policy * policy , unsigned int cpu )
2304
2304
{
2305
2305
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)
959
959
}
960
960
961
961
#ifdef CONFIG_CPU_FREQ
962
- #if LINUX_VERSION_CODE >= KERNEL_VERSION (6 , 15 , 0 )
962
+ #if LINUX_VERSION_CODE >= KERNEL_VERSION (6 , 16 , 0 )
963
963
static int cpufreq_get_policy (struct cpufreq_policy * policy , unsigned int cpu )
964
964
{
965
965
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)
943
943
}
944
944
945
945
#ifdef CONFIG_CPU_FREQ
946
- #if LINUX_VERSION_CODE >= KERNEL_VERSION (6 , 15 , 0 )
946
+ #if LINUX_VERSION_CODE >= KERNEL_VERSION (6 , 16 , 0 )
947
947
static int cpufreq_get_policy (struct cpufreq_policy * policy , unsigned int cpu )
948
948
{
949
949
struct cpufreq_policy * cpu_policy __free (put_cpufreq_policy );
Original file line number Diff line number Diff line change 53
53
#endif /* CONFIG_XEN */
54
54
#include <asm/mwait.h>
55
55
#ifdef CONFIG_AMD_NB
56
- #if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 15 , 0)
56
+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 16 , 0)
57
57
#include <asm/amd/nb.h>
58
58
#else
59
59
#include <asm/amd_nb.h>
@@ -20844,7 +20844,7 @@ static void Stop_Uncore_AMD_Family_17h(void *arg)
20844
20844
20845
20845
20846
20846
#ifdef CONFIG_CPU_FREQ
20847
- #if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 15 , 0)
20847
+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 16 , 0)
20848
20848
static int cpufreq_get_policy(struct cpufreq_policy *policy, unsigned int cpu)
20849
20849
{
20850
20850
struct cpufreq_policy *cpu_policy __free(put_cpufreq_policy);
You can’t perform that action at this time.
0 commit comments