]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
powerpc: kgdb: Remove OUTBUFMAX constant
authorMiquel Sabaté Solà <mikisabate@gmail.com>
Mon, 15 Sep 2025 14:18:08 +0000 (16:18 +0200)
committerMadhavan Srinivasan <maddy@linux.ibm.com>
Thu, 29 Jan 2026 03:36:01 +0000 (09:06 +0530)
This constant was introduced in commit 17ce452f7ea3 ("kgdb, powerpc:
arch specific powerpc kgdb support"), but it is no longer used anywhere
in the source tree.

Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/20250915141808.146695-1-mikisabate@gmail.com
arch/powerpc/include/asm/kgdb.h

index f39531903325a6c148d92658a7ffff3ca7568988..ab5af235832d65bdd43ea8fd3e2c4bb5142b128e 100644 (file)
@@ -25,7 +25,6 @@
 
 #define BREAK_INSTR_SIZE       4
 #define BUFMAX                 ((NUMREGBYTES * 2) + 512)
-#define OUTBUFMAX              ((NUMREGBYTES * 2) + 512)
 
 #define BREAK_INSTR            0x7d821008      /* twge r2, r2 */