Merge tag 'parisc-for-6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux

Pull more parisc architecture updates from Helge Deller:

 -  Fix all compiler warnings in arch/parisc and drivers/parisc when
    compiled with W=1

* tag 'parisc-for-6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
  parisc: syscalls: Avoid compiler warnings with W=1
  parisc: math-emu: Avoid compiler warnings with W=1
  parisc: Raise minimal GCC version to 12.0.0
  parisc: unwind: Avoid missing prototype warning for handle_interruption()
  parisc: smp: Add declaration for start_cpu_itimer()
  parisc: pdt: Get prototype for arch_report_meminfo()
This commit is contained in:
Linus Torvalds
2023-07-05 10:28:38 -07:00
7 changed files with 13 additions and 7 deletions

View File

@@ -17,8 +17,8 @@ binutils)
echo 2.25.0
;;
gcc)
if [ "$SRCARCH" = parisc ]; then
echo 11.0.0
if [ "$ARCH" = parisc64 ]; then
echo 12.0.0
else
echo 5.1.0
fi