1
0
Fork 0
alistair23-linux/Documentation/prctl
Paul Gortmaker f59514b6a8 Documentation/prctl: don't build tsc tests when cross compiling
The following was seen in linux-next build coverage, which is somewhat
unique since it uses powerpc host to cross compile x86:

Documentation/prctl/disable-tsc-on-off-stress-test.c:36:1: error:
 impossible register constraint in 'asm'
Documentation/prctl/disable-tsc-ctxt-sw-stress-test.c:34:1: error:
 impossible register constraint in 'asm'
Documentation/prctl/disable-tsc-test.c:36:1: error: impossible
 register constraint in 'asm'

It probably makes sense to just skip building these tests when
we are cross compiling.

Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Erik Bosman <ejbosman@cs.vu.nl>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2015-06-22 16:05:04 -06:00
..
.gitignore Documentation: update .gitignore files 2014-09-26 11:02:59 +02:00
Makefile Documentation/prctl: don't build tsc tests when cross compiling 2015-06-22 16:05:04 -06:00
disable-tsc-ctxt-sw-stress-test.c Documentation: make functions static to avoid prototype warnings 2014-09-26 11:02:56 +02:00
disable-tsc-on-off-stress-test.c Documentation: make functions static to avoid prototype warnings 2014-09-26 11:02:56 +02:00
disable-tsc-test.c Documentation: make functions static to avoid prototype warnings 2014-09-26 11:02:56 +02:00
no_new_privs.txt security: Minor improvements to no_new_privs documentation 2012-07-08 00:25:48 +10:00
seccomp_filter.txt seccomp: Make syscall skipping and nr changes more consistent 2012-10-02 21:14:29 +10:00