commit | 371aedbfbba542b39e9286ec644f1166f43b5cd3 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Oct 28 01:03:59 2014 +0100 |
committer | Jonathan Corbet <corbet@lwn.net> | Tue Oct 28 08:46:27 2014 -0400 |
tree | 8636fe0eb541639aa829a0bbb424b485ea76e103 | |
parent | 0f8b7f5d761b5a4770e1e2cb705daa17677c2433 [diff] |
Documentation: Restrict TSC test code to x86 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>