Merge "Reconcile assembly-only macros in <machine/cpu-features.h>"
This commit is contained in:
		@@ -158,6 +158,7 @@
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/* Assembly-only macros */
 | 
			
		||||
#ifdef __ASSEMBLY__
 | 
			
		||||
 | 
			
		||||
/* define a handy PLD(address) macro since the cache preload
 | 
			
		||||
 * is an optional opcode
 | 
			
		||||
@@ -168,4 +169,6 @@
 | 
			
		||||
#  define  PLD(reg,offset)    /* nothing */
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#endif /* ! __ASSEMBLY__ */
 | 
			
		||||
 | 
			
		||||
#endif /* _ARM_MACHINE_CPU_FEATURES_H */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user