ULE works fine on arm; allow it to be used
Reviewed by: jeff, cognet, imp MFC after: 1 week
This commit is contained in:
parent
a060d7dfbc
commit
026e744752
@ -71,7 +71,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include <machine/cpu.h>
|
||||
#include <machine/smp.h>
|
||||
|
||||
#if !defined(__i386__) && !defined(__amd64__)
|
||||
#if !defined(__i386__) && !defined(__amd64__) && !defined(__arm__)
|
||||
#error "This architecture is not currently compatible with ULE"
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user