projects
/
apple
/
xnu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
xnu-4570.1.46.tar.gz
[apple/xnu.git]
/
osfmk
/
machine
/
pal_routines.h
diff --git
a/osfmk/machine/pal_routines.h
b/osfmk/machine/pal_routines.h
index 755b532e92ebfee18d8913be816a5344a88014dd..9cc6a139d158af49783eeb21e0834c037294205e 100644
(file)
--- a/
osfmk/machine/pal_routines.h
+++ b/
osfmk/machine/pal_routines.h
@@
-30,6
+30,8
@@
#if defined (__i386__) || defined(__x86_64__)
#include "i386/pal_routines.h"
#if defined (__i386__) || defined(__x86_64__)
#include "i386/pal_routines.h"
+#elif defined (__arm__) || defined (__arm64__)
+#include "arm/pal_routines.h"
#else
#error architecture not supported
#endif
#else
#error architecture not supported
#endif