The NetBSD Project

CVS log for src/sys/arch/sparc64/sparc64/pmap.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / sparc64 / sparc64

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: netbsd-2-0


Revision 1.156.2.2 / (download) - annotate - [select for diffs], Fri Jan 7 14:28:19 2005 UTC (19 years, 3 months ago) by jdc
Branch: netbsd-2-0
CVS Tags: netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE
Changes since 1.156.2.1: +86 -68 lines
Diff to previous 1.156.2.1 (colored) to branchpoint 1.156 (colored) next main 1.157 (colored)

Pull up revision 1.158 (requested by martin in ticket #1014).

Better return value checking for pseg_get/pseg_set. Turn Debugger() calls
into proper panics and sprinkle some KASSERTs. Closes PR 27288.

Revision 1.156.2.1 / (download) - annotate - [select for diffs], Fri Jan 7 14:21:57 2005 UTC (19 years, 3 months ago) by jdc
Branch: netbsd-2-0
Changes since 1.156: +3 -3 lines
Diff to previous 1.156 (colored)

Pull up revision 1.157 (requested by martin in ticket #1013).

do the invalidation of the (virtually-addressed) L1 cache in pmap_remove_all()
(ie. just before we skip the per-page cache invalidations while tearing down
each context) instead of just before we recycle all the contexts in ctx_alloc().
the latter is not good enough since a (physically tagged) L1 cache line is
valid for all contexts, not just the one that was used to instantiate it.
fixes PRs 24126, 25669 and 27730.

Revision 1.156 / (download) - annotate - [select for diffs], Sun Mar 21 14:19:30 2004 UTC (20 years, 1 month ago) by pk
Branch: MAIN
CVS Tags: netbsd-2-base, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1
Branch point for: netbsd-2-0, netbsd-2
Changes since 1.155: +231 -251 lines
Diff to previous 1.155 (colored)

Mostly switch to promlib interface. Postpone the use of prom_makememarr()
since the sparc64 memory range properties aren't compatible yet.

Fix pmap_calculate_colors() in the process.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>