Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux/arch/alpha don't use linux_emuldata for now...



details:   https://anonhg.NetBSD.org/src/rev/e30ced06cc31
branches:  trunk
changeset: 499728:e30ced06cc31
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon Nov 27 22:23:09 2000 +0000

description:
don't use linux_emuldata for now, so that this compiles after
rev 1.2 of compat/linux/common/linux_emuldata.h

diffstat:

 sys/compat/linux/arch/alpha/linux_machdep.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r ba6255a87bbb -r e30ced06cc31 sys/compat/linux/arch/alpha/linux_machdep.c
--- a/sys/compat/linux/arch/alpha/linux_machdep.c       Mon Nov 27 21:51:02 2000 +0000
+++ b/sys/compat/linux/arch/alpha/linux_machdep.c       Mon Nov 27 22:23:09 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_machdep.c,v 1.10 2000/06/29 02:40:37 mrg Exp $   */
+/*     $NetBSD: linux_machdep.c,v 1.11 2000/11/27 22:23:09 jdolecek Exp $      */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -312,6 +312,7 @@
 {
        struct proc *p = curproc;
        struct trapframe *tf = p->p_md.md_tf;
+#ifdef notyet
        struct linux_emuldata *edp;
 
        /* Setup the signal frame (and part of the trapframe) */
@@ -326,6 +327,7 @@
        if (edp && sigismember(&edp->ps_siginfo, sig))
                setup_linux_rt_sigframe(tf, sig, mask);
        else
+#endif /* notyet */
                setup_linux_sigframe(tf, sig, mask);
 
        /* Signal handler for trampoline code */



Home | Main Index | Thread Index | Old Index