Commit 82da62ab authored by Helge Deller's avatar Helge Deller
Browse files

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: default avatarHelge Deller <deller@gmx.de>
parent 348551dd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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__