diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-06-18 09:41:39 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-06-18 09:41:39 -0700 |
commit | 1dbbfe254d2360993e79a10ca42aeec407e13b34 (patch) | |
tree | fd716825c327bfbdcf66f11f77752ef02859f8a6 | |
parent | 606c812eb1d5b5fb0dd9e330ca94b52d7c227830 (diff) | |
parent | b5b2a02bcaac7c287694aa0db4837a07bf178626 (diff) |
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>
-rw-r--r-- | arch/parisc/include/asm/assembly.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/parisc/include/asm/assembly.h b/arch/parisc/include/asm/assembly.h index 0f0d4a496fef..75677b526b2b 100644 --- a/arch/parisc/include/asm/assembly.h +++ b/arch/parisc/include/asm/assembly.h @@ -90,10 +90,6 @@ #include <asm/asmregs.h> #include <asm/psw.h> - sp = 30 - gp = 27 - ipsw = 22 - /* * We provide two versions of each macro to convert from physical * to virtual and vice versa. The "_r1" versions take one argument |