Fix the order of includes so machine/asm.h is first.
MFC after: 1 week Sponsored by: ABT Systems Ltd
This commit is contained in:
parent
6f4cab6cc3
commit
95d34803f7
@ -22,10 +22,11 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <machine/armreg.h>
|
||||
#include <machine/asm.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <machine/armreg.h>
|
||||
|
||||
.cpu cortex-a8
|
||||
.arch_extension sec
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user