]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Merge tag 'x86-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 3 Nov 2024 18:26:00 +0000 (08:26 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 3 Nov 2024 18:26:00 +0000 (08:26 -1000)
Pull x86 fix from Thomas Gleixner:
 "A trivial compile test fix for x86:

  When CONFIG_AMD_NB is not set a COMPILE_TEST of an AMD specific driver
  fails due to a missing inline stub. Add the stub to cure it"

* tag 'x86-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/amd_nb: Fix compile-testing without CONFIG_AMD_NB


Trivial merge