]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
parisc: Fix build failure for 32-bit kernel with PA2.0 instruction set
authorHelge Deller <deller@gmx.de>
Wed, 29 Apr 2026 19:18:25 +0000 (21:18 +0200)
committerHelge Deller <deller@gmx.de>
Thu, 30 Apr 2026 07:10:07 +0000 (09:10 +0200)
commite6a650acbd991bba279f2580853aed9a8d166e6f
tree881093c35a746f4eeef918811f6fc20cc1ae35cf
parentb8425ceefee5df2b8490fa70a07e4e402c752492
parisc: Fix build failure for 32-bit kernel with PA2.0 instruction set

The CONFIG_PA11 option can not be used as a reliable check if we build a
32-bit kernel which needs the 32-bit VDSO.
Instead depend on CONFIG_64BIT and CONFIG_COMPAT only.

Reported-by: Christoph Biedl <linux-kernel.bfrz@manchmal.in-ulm.de>
Tested-by: Christoph Biedl <linux-kernel.bfrz@manchmal.in-ulm.de>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/Makefile
arch/parisc/kernel/Makefile