Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ia64/ia64 add a stub cpu_mcontext_validate().
details: https://anonhg.NetBSD.org/src/rev/8c78f3ee2dff
branches: trunk
changeset: 782533:8c78f3ee2dff
user: chs <chs%NetBSD.org@localhost>
date: Mon Nov 05 15:13:04 2012 +0000
description:
add a stub cpu_mcontext_validate().
diffstat:
sys/arch/ia64/ia64/machdep.c | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 00d93d60ff64 -r 8c78f3ee2dff sys/arch/ia64/ia64/machdep.c
--- a/sys/arch/ia64/ia64/machdep.c Mon Nov 05 15:11:36 2012 +0000
+++ b/sys/arch/ia64/ia64/machdep.c Mon Nov 05 15:13:04 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.32 2012/07/28 19:08:24 matt Exp $ */
+/* $NetBSD: machdep.c,v 1.33 2012/11/05 15:13:04 chs Exp $ */
/*-
* Copyright (c) 2003,2004 Marcel Moolenaar
@@ -787,6 +787,12 @@
}
int
+cpu_mcontext_validate(struct lwp *l, const mcontext_t *mcp)
+{
+ return EINVAL;
+}
+
+int
mm_md_physacc(paddr_t pa, vm_prot_t prot)
{
Home |
Main Index |
Thread Index |
Old Index