Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Miquel Sabaté Solà and committed by
Madhavan Srinivasan
4acc549e 11d45eee

-1
-1
arch/powerpc/include/asm/kgdb.h
··· 25 25 26 26 #define BREAK_INSTR_SIZE 4 27 27 #define BUFMAX ((NUMREGBYTES * 2) + 512) 28 - #define OUTBUFMAX ((NUMREGBYTES * 2) + 512) 29 28 30 29 #define BREAK_INSTR 0x7d821008 /* twge r2, r2 */ 31 30