diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-09-15 16:18:08 +0200 |
|---|---|---|
| committer | Madhavan Srinivasan <maddy@linux.ibm.com> | 2026-01-29 09:06:01 +0530 |
| commit | 4acc549e800e1035475995b6b144040561115fa8 (patch) | |
| tree | 225c5f195fee4f9451b28caf26254f49bb2ea0cc | |
| parent | 11d45eee9f42f7d3f9c9f190a6f79e570d345fe2 (diff) | |
powerpc: kgdb: Remove OUTBUFMAX constant
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
| -rw-r--r-- | arch/powerpc/include/asm/kgdb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/kgdb.h b/arch/powerpc/include/asm/kgdb.h index f39531903325..ab5af235832d 100644 --- a/arch/powerpc/include/asm/kgdb.h +++ b/arch/powerpc/include/asm/kgdb.h @@ -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 */ |
