From: Helge Deller Date: Wed, 28 Dec 2022 07:41:54 +0000 (+0100) Subject: parisc: Limit amount of kgdb breakpoints on parisc X-Git-Tag: v6.6.17~4926^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=82da62abe56263319a974a4d77c1e6fa19355de1;p=platform%2Fkernel%2Flinux-rpi.git parisc: Limit amount of kgdb breakpoints on parisc kgdb is rarely used and 40 breakpoints seems enough to debug parisc specific bugs. Signed-off-by: Helge Deller --- diff --git a/arch/parisc/include/asm/kgdb.h b/arch/parisc/include/asm/kgdb.h index f23e7f8..317cd43 100644 --- a/arch/parisc/include/asm/kgdb.h +++ b/arch/parisc/include/asm/kgdb.h @@ -17,6 +17,8 @@ #define NUMREGBYTES sizeof(struct parisc_gdb_regs) #define BUFMAX 4096 +#define KGDB_MAX_BREAKPOINTS 40 + #define CACHE_FLUSH_IS_SAFE 1 #ifndef __ASSEMBLY__