Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/arch/amd64/amd64 In the xxx_fini() routine we ...
details: https://anonhg.NetBSD.org/src/rev/97ed7e84eebb
branches: pgoyette-compat
changeset: 830791:97ed7e84eebb
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Tue Sep 25 01:26:58 2018 +0000
description:
In the xxx_fini() routine we need to _un_set the hook!
diffstat:
sys/arch/amd64/amd64/netbsd32_machdep_16.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 099b035cef9c -r 97ed7e84eebb sys/arch/amd64/amd64/netbsd32_machdep_16.c
--- a/sys/arch/amd64/amd64/netbsd32_machdep_16.c Tue Sep 25 01:15:27 2018 +0000
+++ b/sys/arch/amd64/amd64/netbsd32_machdep_16.c Tue Sep 25 01:26:58 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_machdep_16.c,v 1.1.2.6 2018/09/25 01:15:27 pgoyette Exp $ */
+/* $NetBSD: netbsd32_machdep_16.c,v 1.1.2.7 2018/09/25 01:26:58 pgoyette Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep_16.c,v 1.1.2.6 2018/09/25 01:15:27 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep_16.c,v 1.1.2.7 2018/09/25 01:26:58 pgoyette Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
@@ -259,5 +259,5 @@
netbsd32_machdep_md_16_fini(void)
{
- netbsd32_sendsig_hook_set();
+ netbsd32_sendsig_hook_unset();
}
Home |
Main Index |
Thread Index |
Old Index