This adds preliminary support for the SH-4A UBC to the hw-breakpoints API. Presently only a single channel is implemented, and the ptrace interface still needs to be converted. This is the first step to cleaning up the long-standing UBC mess, making the UBC more generally accessible, and finally making it SMP safe. An additional abstraction will be layered on top of this as with the perf events code to permit the various CPU families to wire up support for their own specific UBCs, as many variations exist. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			229 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			229 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
include include/asm-generic/Kbuild.asm
 | 
						|
 | 
						|
header-y += cachectl.h
 | 
						|
header-y += cpu-features.h
 | 
						|
header-y += hw_breakpoint.h
 | 
						|
 | 
						|
unifdef-y += unistd_32.h
 | 
						|
unifdef-y += unistd_64.h
 | 
						|
unifdef-y += posix_types_32.h
 | 
						|
unifdef-y += posix_types_64.h
 |