am d29b8a51: am 5109146f: Merge "Reconcile assembly-only macros in <machine/cpu-features.h>"
Merge commit 'd29b8a51a5f95a3f38e5fb812231e12e5a66a865' * commit 'd29b8a51a5f95a3f38e5fb812231e12e5a66a865': Reconcile assembly-only macros in <machine/cpu-features.h>
This commit is contained in:
commit
482358fda7
@ -185,6 +185,7 @@
|
||||
#endif
|
||||
|
||||
/* Assembly-only macros */
|
||||
#ifdef __ASSEMBLY__
|
||||
|
||||
/* define a handy PLD(address) macro since the cache preload
|
||||
* is an optional opcode
|
||||
@ -195,4 +196,6 @@
|
||||
# define PLD(reg,offset) /* nothing */
|
||||
#endif
|
||||
|
||||
#endif /* ! __ASSEMBLY__ */
|
||||
|
||||
#endif /* _ARM_MACHINE_CPU_FEATURES_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user