Remove autoconf check for CONFIG_PREEMPT
authorPrakash Surya <surya1@llnl.gov>
Fri, 24 Aug 2012 18:37:44 +0000 (11:37 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 27 Aug 2012 18:54:41 +0000 (11:54 -0700)
commitf86373f5b2bac3e7cf17a766af5caa5bb7cf8c7a
tree8ebad2cf6439531c457b2b0a78f4b56769afb569
parentca8b5af89d2c5826af7385bf18f3b377b0efde11
Remove autoconf check for CONFIG_PREEMPT

The autoconf macro which failed if CONFIG_PREEMPT was set in the kernel
config was removed. With the inclusion of a few previous patches
targeting support for preempt enabled kernels, it is now safe to run
with this kernel config option enabled.

Signed-off-by: Prakash Surya <surya1@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #83
config/kernel.m4