svn commit: r261357 - head/sys/kern
Nathan Whitehorn
nwhitehorn at FreeBSD.org
Sat Feb 1 20:46:36 UTC 2014
Author: nwhitehorn
Date: Sat Feb 1 20:46:35 2014
New Revision: 261357
URL: http://svnweb.freebsd.org/changeset/base/261357
Log:
ULE works on Book-E since r258002, so remove statements to the contrary.
Modified:
head/sys/kern/sched_ule.c
Modified: head/sys/kern/sched_ule.c
==============================================================================
--- head/sys/kern/sched_ule.c Sat Feb 1 20:06:52 2014 (r261356)
+++ head/sys/kern/sched_ule.c Sat Feb 1 20:46:35 2014 (r261357)
@@ -76,10 +76,6 @@ dtrace_vtime_switch_func_t dtrace_vtime_
#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)))
More information about the svn-src-head
mailing list