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:
Andrew Turner 2016-11-07 11:56:18 +00:00
parent 6f4cab6cc3
commit 95d34803f7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=308417

View File

@ -22,10 +22,11 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <machine/armreg.h>
#include <machine/asm.h> #include <machine/asm.h>
__FBSDID("$FreeBSD$"); __FBSDID("$FreeBSD$");
#include <machine/armreg.h>
.cpu cortex-a8 .cpu cortex-a8
.arch_extension sec .arch_extension sec