From d90bae95ff19041fdcd5d46912e0b79f2e798dd1 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 14 Jan 2003 16:06:54 +0000 Subject: fix cutnpaste in the cpu table for the itlbna field; from herr weissmanndude --- sys/arch/hppa/hppa/machdep.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/hppa/hppa/machdep.c b/sys/arch/hppa/hppa/machdep.c index cc0891eb0ec..595450a2fb0 100644 --- a/sys/arch/hppa/hppa/machdep.c +++ b/sys/arch/hppa/hppa/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.96 2003/01/14 12:17:07 mickey Exp $ */ +/* $OpenBSD: machdep.c,v 1.97 2003/01/14 16:06:53 mickey Exp $ */ /* * Copyright (c) 1999-2002 Michael Shalayeff @@ -231,17 +231,17 @@ const struct hppa_cpu_typed { } cpu_types[] = { #ifdef HP7000_CPU { "PCX", hpcx, 0x10, 0, - desidhash_x, itlb_x, itlbna_l, dtlb_x, dtlbna_x, tlbd_x, + desidhash_x, itlb_x, itlbna_x, dtlb_x, dtlbna_x, tlbd_x, ibtlb_g, NULL, pbtlb_g}, #endif #ifdef HP7100_CPU { "PCXS", hpcxs, 0x11, 0, - desidhash_s, itlb_s, itlbna_l, dtlb_s, dtlbna_s, tlbd_s, + desidhash_s, itlb_s, itlbna_s, dtlb_s, dtlbna_s, tlbd_s, ibtlb_g, NULL, pbtlb_g}, #endif #ifdef HP7200_CPU { "PCXT", hpcxt, 0x11, HPPA_FTRS_BTLBU, - desidhash_t, itlb_t, itlbna_l, dtlb_t, dtlbna_t, tlbd_t, + desidhash_t, itlb_t, itlbna_t, dtlb_t, dtlbna_t, tlbd_t, ibtlb_g, NULL, pbtlb_g}, /* HOW? { "PCXT'", hpcxta,0x11, HPPA_FTRS_BTLBU, desidhash_t, itlb_t, itlbna_l, dtlb_t, dtlbna_t, tlbd_t, -- cgit v1.2.3