svn commit: r236142 - head/sys/powerpc/booke
Rafal Jaworowski
raj at FreeBSD.org
Sun May 27 10:32:11 UTC 2012
Author: raj
Date: Sun May 27 10:32:10 2012
New Revision: 236142
URL: http://svn.freebsd.org/changeset/base/236142
Log:
Remove redundant check, we catch ULE platform support in common
sys/kern/sched_ule.c
Modified:
head/sys/powerpc/booke/pmap.c
Modified: head/sys/powerpc/booke/pmap.c
==============================================================================
--- head/sys/powerpc/booke/pmap.c Sun May 27 10:25:20 2012 (r236141)
+++ head/sys/powerpc/booke/pmap.c Sun May 27 10:32:10 2012 (r236142)
@@ -101,10 +101,6 @@ __FBSDID("$FreeBSD$");
#define TODO panic("%s: not implemented", __func__);
-#include "opt_sched.h"
-#ifndef SCHED_4BSD
-#error "e500 only works with SCHED_4BSD which uses a global scheduler lock."
-#endif
extern struct mtx sched_lock;
extern int dumpsys_minidump;
More information about the svn-src-head
mailing list