Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/uebayasi-xip]: src/sys/arch/hppa/hppa Fix a typo; pointed out by Chuck S...



details:   https://anonhg.NetBSD.org/src/rev/74aaecc78fd6
branches:  uebayasi-xip
changeset: 751716:74aaecc78fd6
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Fri May 28 08:32:20 2010 +0000

description:
Fix a typo; pointed out by Chuck Silvers.

diffstat:

 sys/arch/hppa/hppa/pmap.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2d1d07f2fdc2 -r 74aaecc78fd6 sys/arch/hppa/hppa/pmap.c
--- a/sys/arch/hppa/hppa/pmap.c Fri May 28 07:50:44 2010 +0000
+++ b/sys/arch/hppa/hppa/pmap.c Fri May 28 08:32:20 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.63.2.3 2010/04/30 14:39:27 uebayasi Exp $   */
+/*     $NetBSD: pmap.c,v 1.63.2.4 2010/05/28 08:32:20 uebayasi Exp $   */
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.63.2.3 2010/04/30 14:39:27 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.63.2.4 2010/05/28 08:32:20 uebayasi Exp $");
 
 #include "opt_device_page.h"
 #include "opt_xip.h"
@@ -1118,7 +1118,7 @@
                                continue;
 
                        sheep = PHYS_TO_VM_PAGE(PTE_PAGE(*pde));
-                       struct vm_page_md * const md = VM_PAGE_TO_MD(sheap);
+                       struct vm_page_md * const md = VM_PAGE_TO_MD(sheep);
                        for (haggis = md->pvh_list; haggis != NULL; )
                                if (haggis->pv_pmap == pmap) {
 



Home | Main Index | Thread Index | Old Index