Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108692371
D37968.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
791 B
Referenced Files
None
Subscribers
None
D37968.diff
View Options
diff --git a/stand/kboot/host_syscalls.c b/stand/kboot/host_syscalls.c
--- a/stand/kboot/host_syscalls.c
+++ b/stand/kboot/host_syscalls.c
@@ -60,12 +60,6 @@
return host_syscall(SYS_ioctl, fd, request, arg);
}
-int
-host_kexec_load(unsigned long entry, unsigned long nsegs, struct host_kexec_segment *segs, unsigned long flags)
-{
- return host_syscall(SYS_kexec_load, entry, nsegs, segs, flags);
-}
-
ssize_t
host_llseek(int fd, int32_t offset_high, int32_t offset_lo, uint64_t *result, int whence)
{
@@ -80,6 +74,12 @@
#endif
}
+int
+host_kexec_load(unsigned long entry, unsigned long nsegs, struct host_kexec_segment *segs, unsigned long flags)
+{
+ return host_syscall(SYS_kexec_load, entry, nsegs, segs, flags);
+}
+
int
host_mkdir(const char *path, host_mode_t mode)
{
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 28, 8:41 AM (4 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16263585
Default Alt Text
D37968.diff (791 B)
Attached To
Mode
D37968: kboot: Sort kexec_load alphabetically
Attached
Detach File
Event Timeline
Log In to Comment