Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/booke Add an empty pmap_md_tlb_info_init.
details: https://anonhg.NetBSD.org/src/rev/18b69da8932e
branches: trunk
changeset: 766652:18b69da8932e
user: matt <matt%NetBSD.org@localhost>
date: Wed Jun 29 06:05:38 2011 +0000
description:
Add an empty pmap_md_tlb_info_init.
diffstat:
sys/arch/powerpc/booke/booke_pmap.c | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r d7c8f168957a -r 18b69da8932e sys/arch/powerpc/booke/booke_pmap.c
--- a/sys/arch/powerpc/booke/booke_pmap.c Wed Jun 29 06:03:52 2011 +0000
+++ b/sys/arch/powerpc/booke/booke_pmap.c Wed Jun 29 06:05:38 2011 +0000
@@ -37,7 +37,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: booke_pmap.c,v 1.7 2011/06/23 02:33:44 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: booke_pmap.c,v 1.8 2011/06/29 06:05:38 matt Exp $");
#include <sys/param.h>
#include <sys/kcore.h>
@@ -329,3 +329,11 @@
return true;
}
+
+#ifdef MULTIPROCESSOR
+void
+pmap_md_tlb_info_attach(struct pmap_tlb_info *ti, struct cpu_info *ci)
+{
+ /* nothing */
+}
+#endif /* MULTIPROCESSOR */
Home |
Main Index |
Thread Index |
Old Index