aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/ppc-opcode.h
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@csgroup.eu>2022-05-09 07:36:22 +0200
committerMichael Ellerman <mpe@ellerman.id.au>2022-05-22 15:58:27 +1000
commitae2c760fa10ba2475aa46fffa6be42050586c604 (patch)
treefa0fa3232a7cda2fc34922c0382db2516a58023c /arch/powerpc/include/asm/ppc-opcode.h
parentpowerpc/modules: Use PPC_LI macros instead of opencoding (diff)
downloadlinux-dev-ae2c760fa10ba2475aa46fffa6be42050586c604.tar.xz
linux-dev-ae2c760fa10ba2475aa46fffa6be42050586c604.zip
powerpc/inst: Remove PPC_INST_BL
Convert last users of PPC_INST_BL to PPC_RAW_BL() And remove PPC_INST_BL. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/d9eacb758e7ae7cf224211ebe3f6f7d409a333be.1652074503.git.christophe.leroy@csgroup.eu
Diffstat (limited to '')
-rw-r--r--arch/powerpc/include/asm/ppc-opcode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/ppc-opcode.h b/arch/powerpc/include/asm/ppc-opcode.h
index 87e42289573a..6cc12c6aa352 100644
--- a/arch/powerpc/include/asm/ppc-opcode.h
+++ b/arch/powerpc/include/asm/ppc-opcode.h
@@ -301,7 +301,6 @@
#define PPC_INST_ADDIS 0x3c000000
#define PPC_INST_ADD 0x7c000214
#define PPC_INST_DIVD 0x7c0003d2
-#define PPC_INST_BL 0x48000001
#define PPC_INST_BRANCH_COND 0x40800000
/* Prefixes */