]> asedeno.scripts.mit.edu Git - linux.git/commit
parisc: Use zdep for shlw macro on PA1.1 and PA2.0
authorHelge Deller <deller@gmx.de>
Fri, 19 Oct 2018 18:31:20 +0000 (20:31 +0200)
committerHelge Deller <deller@gmx.de>
Fri, 19 Oct 2018 20:22:05 +0000 (22:22 +0200)
commita45a01160f1d46a3021755a2cf2f433aec008e38
treefa7d66e154d4145bf716a80c9c965b09ffe16ce4
parent3847dab77421867fbc77faacb2f377d44e729e1b
parisc: Use zdep for shlw macro on PA1.1 and PA2.0

The zdep and depw,z mnemonics generate the same code. The assembler will
accept the depw,z mnemonic when generating PA 1.x code. The zdep
mnemonic is okay when generating PA 2.0 code. This patch changes depw,z
to zdep in the current shlw macro, while the binary code will be the
same.

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: John David Anglin <dave.anglin@bell.net>
arch/parisc/include/asm/assembly.h