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 Add HPPA_FTRS_TLBU to 7100LC and 7300LC...
details: https://anonhg.NetBSD.org/src/rev/54cb1d75397f
branches: trunk
changeset: 754444:54cb1d75397f
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Apr 30 15:36:45 2010 +0000
description:
Add HPPA_FTRS_TLBU to 7100LC and 7300LC CPUs.
diffstat:
sys/arch/hp700/hp700/machdep.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 649f8d7d51f1 -r 54cb1d75397f sys/arch/hp700/hp700/machdep.c
--- a/sys/arch/hp700/hp700/machdep.c Fri Apr 30 14:32:31 2010 +0000
+++ b/sys/arch/hp700/hp700/machdep.c Fri Apr 30 15:36:45 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.83 2010/04/30 14:32:31 skrll Exp $ */
+/* $NetBSD: machdep.c,v 1.84 2010/04/30 15:36:45 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.83 2010/04/30 14:32:31 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.84 2010/04/30 15:36:45 skrll Exp $");
#include "opt_cputype.h"
#include "opt_ddb.h"
@@ -332,7 +332,7 @@
#ifdef HP7100LC_CPU
{ "PA7100LC", "Hummingbird", "PCXL",
hpcxl, HPPA_CPU_PCXL,
- HPPA_FTRS_BTLBU|HPPA_FTRS_HVT, "1.1c",
+ HPPA_FTRS_TLBU | HPPA_FTRS_BTLBU | HPPA_FTRS_HVT, "1.1c",
desidhash_l, itlb_l, dtlb_l, itlbna_l, dtlbna_l, tlbd_l,
ibtlb_g, NULL, pbtlb_g, hpti_g },
#endif
@@ -346,7 +346,7 @@
#ifdef HP7300LC_CPU
{ "PA7300LC", "Velociraptor", "PCXL2",
hpcxl2, HPPA_CPU_PCXL2,
- HPPA_FTRS_BTLBU|HPPA_FTRS_HVT, "1.1e",
+ HPPA_FTRS_TLBU | HPPA_FTRS_BTLBU | HPPA_FTRS_HVT, "1.1e",
desidhash_l, itlb_l, dtlb_l, itlbna_l, dtlbna_l, tlbd_l,
ibtlb_g, NULL, pbtlb_g, hpti_g },
#endif
Home |
Main Index |
Thread Index |
Old Index