diff options
author | 2023-06-18 09:41:39 -0700 | |
---|---|---|
committer | 2023-06-18 09:41:39 -0700 | |
commit | 1dbbfe254d2360993e79a10ca42aeec407e13b34 (patch) | |
tree | fd716825c327bfbdcf66f11f77752ef02859f8a6 | |
parent | mm/mmap: Fix error path in do_vmi_align_munmap() (diff) | |
parent | parisc: Delete redundant register definitions in <asm/assembly.h> (diff) | |
download | linux-rng-1dbbfe254d2360993e79a10ca42aeec407e13b34.tar.xz linux-rng-1dbbfe254d2360993e79a10ca42aeec407e13b34.zip |
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>
Diffstat (limited to '')
-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 |