From a8a9b1c2502000b09764628820e2dbe5303bcf27 Mon Sep 17 00:00:00 2001 From: Nathan Whitehorn Date: Sat, 1 Feb 2014 20:46:35 +0000 Subject: [PATCH] ULE works on Book-E since r258002, so remove statements to the contrary. --- sys/kern/sched_ule.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/kern/sched_ule.c b/sys/kern/sched_ule.c index 96f8578ea6a4..7eff4ad824a2 100644 --- a/sys/kern/sched_ule.c +++ b/sys/kern/sched_ule.c @@ -76,10 +76,6 @@ dtrace_vtime_switch_func_t dtrace_vtime_switch_func; #include #include -#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)))