diff options
author | Guenter Roeck <linux@roeck-us.net> | 2024-02-16 14:26:55 +0100 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2024-02-27 22:51:44 +0100 |
commit | e5db6a74571a8baf87a116ea39aab946283362ff (patch) | |
tree | 736b80c122ea6eb7a3858deab4ae438c7e5425b4 /scripts/gdb/linux/modules.py | |
parent | 0b9ec151b9b45fee749d32d744d50e1b721d79b2 (diff) |
parisc/unaligned: Rewrite 64-bit inline assembly of emulate_ldd()
Convert to use real temp variables instead of clobbering processor
registers. This aligns the 64-bit inline assembly code with the 32-bit
assembly code which was rewritten with commit 427c1073a2a1
("parisc/unaligned: Rewrite 32-bit inline assembly of emulate_ldd()").
While at it, fix comment in 32-bit rewrite code. Temporary variables are
now used for both 32-bit and 64-bit code, so move their declarations
to the function header.
No functional change intended.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Cc: stable@vger.kernel.org # v6.0+
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions