Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2915 from fewtarius/dev
Browse files Browse the repository at this point in the history
Stop using strict iomem to allow ryzenadj to function correctly.  Fix an oops preventing TDP from being set correctly on startup.
  • Loading branch information
fewtarius authored Feb 21, 2024
2 parents ab0ea30 + 96a3711 commit 3c9b525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

. /etc/profile.d/001-functions

CPU_VENDOR=$(cpu_vendor)
case ${CPU_VENDOR} in
AuthenticAMD)
tocon "Configuring system TDP..."
Expand Down
2 changes: 1 addition & 1 deletion projects/PC/devices/AMD64/linux/linux.x86_64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c9b525

Please sign in to comment.