ULE works fine on arm; allow it to be used

Reviewed by:	jeff, cognet, imp
MFC after:	1 week
This commit is contained in:
sam 2007-10-16 19:25:26 +00:00
parent a060d7dfbc
commit 026e744752

View File

@ -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