14 lines
		
	
	
		
			252 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			252 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 * Blackfin ftrace code
 | 
						|
 *
 | 
						|
 * Copyright 2009 Analog Devices Inc.
 | 
						|
 * Licensed under the GPL-2 or later.
 | 
						|
 */
 | 
						|
 | 
						|
#ifndef __ASM_BFIN_FTRACE_H__
 | 
						|
#define __ASM_BFIN_FTRACE_H__
 | 
						|
 | 
						|
#define MCOUNT_INSN_SIZE	6 /* sizeof "[++sp] = rets; call __mcount;" */
 | 
						|
 | 
						|
#endif
 |