aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorPrakash Surya <[email protected]>2012-08-22 13:07:05 -0700
committerBrian Behlendorf <[email protected]>2012-08-27 11:52:53 -0700
commite3a436070283596bae22773fee3b56d846ab6cec (patch)
tree9da6ed8e50edaf67b8a748ea038cc5fba16f24fb /config
parentc638e9ad047f5192ee131ed8ec3d9851fbbedd2e (diff)
Revert "Make CONFIG_PREEMPT Fatal"
This reverts commit 7731d46b69bd893d515c55e87ffa8a9bd2ddfb38. Signed-off-by: Prakash Surya <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'config')
-rw-r--r--config/spl-build.m48
1 files changed, 0 insertions, 8 deletions
diff --git a/config/spl-build.m4 b/config/spl-build.m4
index d7c89bc48..e3b65d05c 100644
--- a/config/spl-build.m4
+++ b/config/spl-build.m4
@@ -8,7 +8,6 @@
AC_DEFUN([SPL_AC_CONFIG_KERNEL], [
SPL_AC_KERNEL
- SPL_AC_KERNEL_CONFIG
if test "${LINUX_OBJ}" != "${LINUX}"; then
KERNELMAKE_PARAMS="$KERNELMAKE_PARAMS O=$LINUX_OBJ"
@@ -219,13 +218,6 @@ AC_DEFUN([SPL_AC_KERNEL], [
SPL_AC_MODULE_SYMVERS
])
-AC_DEFUN([SPL_AC_KERNEL_CONFIG], [
- SPL_LINUX_CONFIG([PREEMPT],
- AC_MSG_ERROR([
- *** Kernel built with CONFIG_PREEMPT which is not supported.
- ** You must rebuild your kernel without this option.]), [])
-])
-
dnl #
dnl # Default SPL user configuration
dnl #