From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eugene Syromyatnikov Date: Sat, 14 Apr 2018 16:43:37 +0000 Subject: [man-pages PATCH v2 1/4] s390_runtime_instr.2: add a note about runtime_instr.h availability Message-Id: <20180414164337.GA15097@asgard.redhat.com> To: linux-s390@vger.kernel.org, linux-man@vger.kernel.org List-ID: * man2/s390_runtime_instr.2 (.SH NOTES): Note the version of the Linux kernel since which asm/runtime_inster.h header is available. Signed-off-by: Eugene Syromyatnikov --- man2/s390_runtime_instr.2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man2/s390_runtime_instr.2 b/man2/s390_runtime_instr.2 index 18c2c07..9ef293f 100644 --- a/man2/s390_runtime_instr.2 +++ b/man2/s390_runtime_instr.2 @@ -85,6 +85,10 @@ The run-time instrumentation facility is available beginning with System z EC12. Glibc does not provide a wrapper for this system call, use .BR syscall (2) to call it. +.PP +The header +.B asm/runtime_instr.h +is available since Linux 4.16. .SH SEE ALSO .BR syscall (2), .BR signal (7) -- 2.1.4