ULE works on Book-E since r258002, so remove statements to the contrary.

This commit is contained in:
Nathan Whitehorn 2014-02-01 20:46:35 +00:00
parent a3845e4242
commit a8a9b1c250
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=261357

View File

@ -76,10 +76,6 @@ dtrace_vtime_switch_func_t dtrace_vtime_switch_func;
#include <machine/cpu.h>
#include <machine/smp.h>
#if defined(__powerpc__) && defined(BOOKE_E500)
#error "This architecture is not currently compatible with ULE"
#endif
#define KTR_ULE 0
#define TS_NAME_LEN (MAXCOMLEN + sizeof(" td ") + sizeof(__XSTRING(UINT_MAX)))