commit | 3ff41b94849f2dbd0c12725d0a82bfee79b08b7f | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Sun Oct 08 12:20:24 2017 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Thu Oct 12 16:25:00 2017 -0700 |
tree | f4a9e3c2f30920847f4f041a4572887e238a45a4 | |
parent | 5008fedc9209a8773768a52b84e528e820b43287 [diff] |
kernel: allow system call with 64-bit return val This is subject to the constraint that such system calls must have a return value which is "u64_t" or "s64_t". So far all the relevant kernel calls just have zero or one arguments, we can later add more _syscall_ret64_invokeN() APIs as needed. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>