aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2011-06-08 03:45:40 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2011-06-08 03:45:40 +0000
commitde6f69303964f97463439d1f2a9aa2d9bcec7c50 (patch)
treeeaaa9ba5ff6b3f01d5470353b8dc14794cdd6351 /sys/mips
parentc5cec8c0ca55090ab9074c882d7058f71cf7daf7 (diff)
Notes
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/mips/elf64_machdep.c1
-rw-r--r--sys/mips/mips/elf_machdep.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/mips/mips/elf64_machdep.c b/sys/mips/mips/elf64_machdep.c
index 41b669196d1f..9fa31fa31bbc 100644
--- a/sys/mips/mips/elf64_machdep.c
+++ b/sys/mips/mips/elf64_machdep.c
@@ -82,6 +82,7 @@ struct sysentvec elf64_freebsd_sysvec = {
.sv_set_syscall_retval = cpu_set_syscall_retval,
.sv_fetch_syscall_args = NULL, /* XXXKIB */
.sv_syscallnames = NULL,
+ .sv_schedtail = NULL,
};
static Elf64_Brandinfo freebsd_brand_gnutools_info64 = {
diff --git a/sys/mips/mips/elf_machdep.c b/sys/mips/mips/elf_machdep.c
index a12c746d8497..ef7870671a5d 100644
--- a/sys/mips/mips/elf_machdep.c
+++ b/sys/mips/mips/elf_machdep.c
@@ -79,6 +79,7 @@ struct sysentvec elf64_freebsd_sysvec = {
.sv_fixlimit = NULL,
.sv_maxssiz = NULL,
.sv_flags = SV_ABI_FREEBSD | SV_LP64
+ .sv_schedtail = NULL,
};
static Elf64_Brandinfo freebsd_brand_info = {
@@ -134,6 +135,7 @@ struct sysentvec elf32_freebsd_sysvec = {
.sv_set_syscall_retval = cpu_set_syscall_retval,
.sv_fetch_syscall_args = NULL, /* XXXKIB */
.sv_syscallnames = syscallnames,
+ .sv_schedtail = NULL,
};
static Elf32_Brandinfo freebsd_brand_info = {