diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-01-14 16:06:54 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-01-14 16:06:54 +0000 |
commit | d90bae95ff19041fdcd5d46912e0b79f2e798dd1 (patch) | |
tree | 1f7be1cacd2658a158b678baba007d8c022bd6cf | |
parent | 3a3eae64fec9a25a795fad17482d2f9bf108db1d (diff) |
fix cutnpaste in the cpu table for the itlbna field; from herr weissmanndude
-rw-r--r-- | sys/arch/hppa/hppa/machdep.c | 8 |
1 files 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, |