diff options
| author | christos <christos@NetBSD.org> | 2003-08-09 14:16:44 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2003-08-09 14:16:44 +0000 |
| commit | 36e09d1a2c2eea12acdf4d7c73d42b281332b9bc (patch) | |
| tree | 55228d61d62ce20fa69e60c4e6c7c9bc7427d13c /sys/compat/linux | |
| parent | 9897a5425ca38c2d1bd0c5c6bf308d569b6b1cb2 (diff) | |
Explain a diagnostic message a bit better, and make it a debug only message.
Diffstat (limited to 'sys/compat/linux')
| -rw-r--r-- | sys/compat/linux/arch/i386/linux_machdep.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/compat/linux/arch/i386/linux_machdep.c b/sys/compat/linux/arch/i386/linux_machdep.c index d71f6170844..cea8456302b 100644 --- a/sys/compat/linux/arch/i386/linux_machdep.c +++ b/sys/compat/linux/arch/i386/linux_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_machdep.c,v 1.92 2003/08/08 18:57:04 christos Exp $ */ +/* $NetBSD: linux_machdep.c,v 1.93 2003/08/09 14:16:44 christos Exp $ */ /*- * Copyright (c) 1995, 2000 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.92 2003/08/08 18:57:04 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.93 2003/08/09 14:16:44 christos Exp $"); #if defined(_KERNEL_OPT) #include "opt_vm86.h" @@ -1174,10 +1174,12 @@ linux_exec_setup_stack(struct proc *p, struct exec_package *epp) if (epp->ep_minsaddr > LINUX_USRSTACK) epp->ep_minsaddr = LINUX_USRSTACK; -#ifdef DIAGNOSTIC +#ifdef DEBUG_LINUX else { /* * Someone needs to make KERNBASE and TEXTADDR + * java versions < 1.4.2 need the stack to be + * at 0xC0000000 */ uprintf("Cannot setup stack to 0xC0000000, " "java will not work properly\n"); |
