Commit 1dbbfe25 authored by Linus Torvalds's avatar Linus Torvalds

Merge tag 'parisc-for-6.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux

Pull parisc fix from Helge Deller:

 - Drop redundant register definitions to fix build with latest binutils

* tag 'parisc-for-6.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
  parisc: Delete redundant register definitions in <asm/assembly.h>
parents 606c812e b5b2a02b
...@@ -90,10 +90,6 @@ ...@@ -90,10 +90,6 @@
#include <asm/asmregs.h> #include <asm/asmregs.h>
#include <asm/psw.h> #include <asm/psw.h>
sp = 30
gp = 27
ipsw = 22
/* /*
* We provide two versions of each macro to convert from physical * We provide two versions of each macro to convert from physical
* to virtual and vice versa. The "_r1" versions take one argument * to virtual and vice versa. The "_r1" versions take one argument
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment