Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/hp700 Use new HPPA_CPU_PCXWP for PA8600 (Land...



details:   https://anonhg.NetBSD.org/src/rev/9186c9bdc1c8
branches:  trunk
changeset: 777625:9186c9bdc1c8
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Feb 26 07:52:52 2012 +0000

description:
Use new HPPA_CPU_PCXWP for PA8600 (Landshark)

diffstat:

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

diffs (27 lines):

diff -r 3f9bdd4c7675 -r 9186c9bdc1c8 sys/arch/hp700/hp700/machdep.c
--- a/sys/arch/hp700/hp700/machdep.c    Sun Feb 26 07:51:56 2012 +0000
+++ b/sys/arch/hp700/hp700/machdep.c    Sun Feb 26 07:52:52 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.108 2012/02/23 21:38:53 skrll Exp $      */
+/*     $NetBSD: machdep.c,v 1.109 2012/02/26 07:52:52 skrll Exp $      */
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.108 2012/02/23 21:38:53 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.109 2012/02/26 07:52:52 skrll Exp $");
 
 #include "opt_cputype.h"
 #include "opt_ddb.h"
@@ -384,7 +384,7 @@
 #endif
 #ifdef HP8600_CPU
        { "PA8600", "Landshark", "PCXW+",
-         hpcxwp, HPPA_CPU_PCXW2 /*XXX NH */,
+         hpcxwp, HPPA_CPU_PCXWP,
          HPPA_FTRS_W32B, "2.0",
          desidhash_u, itlb_u, dtlb_u, itlbna_u, dtlbna_u, tlbd_u,
          ibtlb_u, NULL, pbtlb_u, NULL },



Home | Main Index | Thread Index | Old Index