Displaying 1 result from an estimated 1 matches for "be1f9bc".
Did you mean:
be191bc
2011 Jul 26
0
[PATCH] add support for kexec_load()
...at gmail.com>
Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
Signed-off-by: maximilian attems <max at stro.at>
---
usr/klibc/SYSCALLS.def | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def
index d3279c7..be1f9bc 100644
--- a/usr/klibc/SYSCALLS.def
+++ b/usr/klibc/SYSCALLS.def
@@ -248,6 +248,7 @@ long delete_module(const char *, unsigned int);
int reboot::__reboot(int, int, int, void *);
int syslog::klogctl(int, char *, int);
int sysinfo(struct sysinfo *);
+long kexec_load(void *, unsigned long, struct k...