Merge pull request #2915 from fewtarius/dev
Stop using strict iomem to allow ryzenadj to function correctly. Fix an oops preventing TDP from being set correctly on startup.
This commit is contained in:
commit
3c9b5255b7
2 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
. /etc/profile.d/001-functions
|
||||
|
||||
CPU_VENDOR=$(cpu_vendor)
|
||||
case ${CPU_VENDOR} in
|
||||
AuthenticAMD)
|
||||
tocon "Configuring system TDP..."
|
||||
|
|
|
@ -11633,7 +11633,7 @@ CONFIG_HAVE_SAMPLE_FTRACE_DIRECT=y
|
|||
CONFIG_HAVE_SAMPLE_FTRACE_DIRECT_MULTI=y
|
||||
CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y
|
||||
CONFIG_STRICT_DEVMEM=y
|
||||
CONFIG_IO_STRICT_DEVMEM=y
|
||||
# CONFIG_IO_STRICT_DEVMEM is not set
|
||||
|
||||
#
|
||||
# x86 Debugging
|
||||
|
|
Loading…
Reference in a new issue