mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	Allocate break code 513 to KDB.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
		
							parent
							
								
									39408c6af4
								
							
						
					
					
						commit
						a4f23e3dfc
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -28,6 +28,7 @@ | |||
| #define BRK_NORLD	10	/* No rld found - not used by Linux/MIPS */ | ||||
| #define _BRK_THREADBP	11	/* For threads, user bp (used by debuggers) */ | ||||
| #define BRK_BUG		512	/* Used by BUG() */ | ||||
| #define BRK_KDB		513	/* Used in KDB_ENTER() */ | ||||
| #define BRK_MULOVF	1023	/* Multiply overflow */ | ||||
| 
 | ||||
| #endif /* __ASM_BREAK_H */ | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Ralf Baechle
						Ralf Baechle