diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-01-20 19:29:52 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-01-20 19:29:52 +0000 |
commit | dc03750949e2e70682a3e30352a3589cb8a3e1f5 (patch) | |
tree | 10e3ebdb262c3a00fbf29b2c24a5e7406aa16abc /sys/arch/hppa/include | |
parent | 6762e0378d6629c9f91c348c648036cac67da8f0 (diff) |
cleanup some rudimentaries
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r-- | sys/arch/hppa/include/pmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/pmap.h b/sys/arch/hppa/include/pmap.h index 51fcdb0f786..872917dfad3 100644 --- a/sys/arch/hppa/include/pmap.h +++ b/sys/arch/hppa/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.5 1999/01/03 04:01:35 mickey Exp $ */ +/* $OpenBSD: pmap.h,v 1.6 1999/01/20 19:29:51 mickey Exp $ */ /* * Copyright 1996 1995 by Open Software Foundation, Inc. @@ -106,7 +106,7 @@ struct pv_entry { u_int pv_va; /* virtual page number */ u_int pv_tlbprot; /* TLB format protection */ u_int pv_tlbpage; /* physical page (for TLB load) */ - u_int pv_tlbsw; + u_int pv_pad; /* pad to 32 bytes */ }; #define NPVPPG (NBPG/32-1) |