[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: src
- To: source-changes_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: CVS: cvs.openbsd.org: src
- From: Miod Vallat <miod_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Sun, 23 Dec 2001 21:12:40 -0700 (MST)
- Reply-to: Miod Vallat <miod_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
CVSROOT: /cvs
Module name: src
Changes by: miod_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 2001/12/23 21:12:40
Modified files:
sys/arch/mvme88k/include: mmu.h pmap.h vmparam.h
sys/arch/mvme88k/mvme88k: m88110.c m8820x.c machdep.c pmap.c
trap.c
Removed files:
sys/arch/mvme88k/include: pte.h
Log message:
- completely change the mmu segment and page table structure definitions,
to use constant bitmasks instead of bitfields.
- remove unnecessary (as long as we are not running SMP) locks on the
physsegs.
- update the pmap code to take these changes into account, and gratuitously
change several names and code paths to be closer to existing m68k pmaps. It's
a bit faster now.
- change pmap.c's usage of vm_{offset,size}_t to {p,v}{addr,size}_t.
- remove dead or unused stuff from pmap.c, fix typos, etc
Tested on 187 and 188, should not make things worse for 197.
Visit your host, monkey.org