Merge "Reconcile assembly-only macros in <machine/cpu-features.h>"
This commit is contained in:
commit
5109146f95
1 changed files with 3 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue