]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Documentation: Restrict TSC test code to x86
authorAlexander Graf <agraf@suse.de>
Tue, 28 Oct 2014 00:03:59 +0000 (01:03 +0100)
committerJonathan Corbet <corbet@lwn.net>
Tue, 28 Oct 2014 12:46:27 +0000 (08:46 -0400)
The prctl test code in Documentation/ tries to show how to
use a call that only makes sense on x86. Restrict it there
so that other platforms don't try to call asm("rdtsc").

Signed-off-by: Alexander Graf <agraf@suse.de>
Acked-by: Peter Foley <pefoley2@pefoley.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/prctl/Makefile

index 3e3232dcb2b828eb4dd5e73a81daf898f7e82e5f..2948b7b124b92c8412929d53533526c5ef704d13 100644 (file)
@@ -1,5 +1,5 @@
 # List of programs to build
-hostprogs-y := disable-tsc-ctxt-sw-stress-test disable-tsc-on-off-stress-test disable-tsc-test
+hostprogs-$(CONFIG_X86) := disable-tsc-ctxt-sw-stress-test disable-tsc-on-off-stress-test disable-tsc-test
 # Tell kbuild to always build the programs
 always := $(hostprogs-y)