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 Add empty init/fini routines ...
details: https://anonhg.NetBSD.org/src/rev/9c5c41c9076f
branches: pgoyette-compat
changeset: 830807:9c5c41c9076f
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Thu Sep 27 21:35:54 2018 +0000
description:
Add empty init/fini routines so MI code can call them.
diffstat:
sys/arch/amd64/amd64/netbsd32_machdep_13.c | 18 ++++++++++++++++--
1 files changed, 16 insertions(+), 2 deletions(-)
diffs (36 lines):
diff -r 702e26c591d7 -r 9c5c41c9076f sys/arch/amd64/amd64/netbsd32_machdep_13.c
--- a/sys/arch/amd64/amd64/netbsd32_machdep_13.c Thu Sep 27 21:34:57 2018 +0000
+++ b/sys/arch/amd64/amd64/netbsd32_machdep_13.c Thu Sep 27 21:35:54 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_machdep_13.c,v 1.1.2.1 2018/09/14 05:37:08 pgoyette Exp $ */
+/* $NetBSD: netbsd32_machdep_13.c,v 1.1.2.2 2018/09/27 21:35:54 pgoyette Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep_13.c,v 1.1.2.1 2018/09/14 05:37:08 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep_13.c,v 1.1.2.2 2018/09/27 21:35:54 pgoyette Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
@@ -144,3 +144,17 @@
return (EJUSTRETURN);
}
+
+void
+netbsd32_machdep_md_13_init(void)
+{
+
+ /* Nothing to do */
+}
+
+void
+netbsd32_machdep_md_13_fini(void)
+{
+
+ /* Nothing to do */
+}
Home |
Main Index |
Thread Index |
Old Index