summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-10-17 22:16:29 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2012-10-17 22:19:01 +0100
commit8238c672984e31ae655353d6412e3395a9cdfbe6 (patch)
tree22c4fc5671992172178fd3ab52778be656f517b9 /configure.ac
parent540666a0a81c7daedbd47830d0932df5e57ec903 (diff)
sna: secure batches accepted upstream, so simply use runtime detection
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index ab3f3d2e..972d9188 100644
--- a/configure.ac
+++ b/configure.ac
@@ -292,15 +292,6 @@ if test "x$USERPTR" = xyes; then
AC_DEFINE(USE_USERPTR,1,[Assume USERPTR support])
fi
-AC_ARG_ENABLE(secure-batches,
- AS_HELP_STRING([--enable-secure-batches],
- [Enable use of secure batches (experimental) [default=no]]),
- [SECURE_BATCHES="$enableval"],
- [SECURE_BATCHES=no])
-if test "x$SECURE_BATCHES" = xyes; then
- AC_DEFINE(USE_SECURE_BATCHES,1,[Test for kernel support of secure batches])
-fi
-
AC_ARG_ENABLE(async-swap,
AS_HELP_STRING([--enable-async-swap],
[Enable use of asynchronous swaps (experimental) [default=no]]),