Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/sparc64 Removed duplicate call to prom_map_...
details: https://anonhg.NetBSD.org/src/rev/31d748437174
branches: trunk
changeset: 329376:31d748437174
user: palle <palle%NetBSD.org@localhost>
date: Wed May 21 19:33:51 2014 +0000
description:
Removed duplicate call to prom_map_phys()
diffstat:
sys/arch/sparc64/sparc64/pmap.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 4ec10194a94a -r 31d748437174 sys/arch/sparc64/sparc64/pmap.c
--- a/sys/arch/sparc64/sparc64/pmap.c Wed May 21 18:41:43 2014 +0000
+++ b/sys/arch/sparc64/sparc64/pmap.c Wed May 21 19:33:51 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.286 2014/01/09 20:13:54 palle Exp $ */
+/* $NetBSD: pmap.c,v 1.287 2014/05/21 19:33:51 palle Exp $ */
/*
*
* Copyright (C) 1996-1999 Eduardo Horvath.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.286 2014/01/09 20:13:54 palle Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.287 2014/05/21 19:33:51 palle Exp $");
#undef NO_VCACHE /* Don't forget the locked TLB in dostart */
#define HWREF
@@ -1026,7 +1026,6 @@
BDPRINTF(PDB_BOOT1, ("Inserting mesgbuf into pmap_kernel()\n"));
/* it's not safe to call pmap_enter so we need to do this ourselves */
va = (vaddr_t)msgbufp;
- prom_map_phys(phys_msgbuf, msgbufsiz, (vaddr_t)msgbufp, -1);
while (msgbufsiz) {
data = TSB_DATA(0 /* global */,
PGSZ_8K,
Home |
Main Index |
Thread Index |
Old Index