summaryrefslogtreecommitdiff
path: root/sys/compat/linux32
diff options
context:
space:
mode:
authorad <ad@NetBSD.org>2008-12-03 12:51:11 +0000
committerad <ad@NetBSD.org>2008-12-03 12:51:11 +0000
commitdc5f41473385949bbc75d25e209f43a7ed69be1b (patch)
tree8d66d91a4a5bcf9acf45915fa3bf40dacde53cc8 /sys/compat/linux32
parent11701b3bf72b21c89f3d22eae9d590486180239b (diff)
PR port-amd64/40091 compat_linux32 module loading = panic due to missing syms
Diffstat (limited to 'sys/compat/linux32')
-rw-r--r--sys/compat/linux32/common/linux32_mod.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux32/common/linux32_mod.c b/sys/compat/linux32/common/linux32_mod.c
index 7623c4428bf..16f57ec251a 100644
--- a/sys/compat/linux32/common/linux32_mod.c
+++ b/sys/compat/linux32/common/linux32_mod.c
@@ -1,4 +1,4 @@
-/* $NetBSD: linux32_mod.c,v 1.1 2008/11/19 18:36:04 ad Exp $ */
+/* $NetBSD: linux32_mod.c,v 1.2 2008/12/03 12:51:11 ad Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux32_mod.c,v 1.1 2008/11/19 18:36:04 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux32_mod.c,v 1.2 2008/12/03 12:51:11 ad Exp $");
#ifdef _KERNEL_OPT
#include "opt_execfmt.h"
@@ -49,7 +49,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux32_mod.c,v 1.1 2008/11/19 18:36:04 ad Exp $");
#include <compat/linux32/common/linux32_exec.h>
#if defined(EXEC_ELF32)
-# define MD1 ",exec_elf32"
+# define MD1 ",exec_elf32,compat_netbsd32"
#else
# define MD1 ""
#endif