kexec_load.2: kexec_file_load() requires CONFIG_KEXEC_FILE

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-10-31 21:28:33 +01:00
parent 75cd256427
commit a2c8cd3787
1 changed files with 7 additions and 1 deletions

View File

@ -205,8 +205,14 @@ which is not currently exported to glibc.
.\" Check if it got accepted later.
Therefore, these constants must be defined manually.
This system call is available only if the kernel was configured with
The
.BR kexec_load ()
system call is available only if the kernel was configured with
.BR CONFIG_KEXEC .
The
.BR kexec_file_load ()
system call is available only if the kernel was configured with
.BR CONFIG_KEXEC_FILE .
.SH SEE ALSO
.BR reboot (2),
.BR syscall (2)