Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64/doc Update sparc64 TODO list: pmap_calculat...



details:   https://anonhg.NetBSD.org/src/rev/6f29c76e0f99
branches:  trunk
changeset: 810604:6f29c76e0f99
user:      palle <palle%NetBSD.org@localhost>
date:      Sun Sep 06 18:41:34 2015 +0000

description:
Update sparc64 TODO list: pmap_calculate_colors() is now working on sun4v planforms (fixed by martin@)

diffstat:

 sys/arch/sparc64/doc/TODO |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r c030a54e0a99 -r 6f29c76e0f99 sys/arch/sparc64/doc/TODO
--- a/sys/arch/sparc64/doc/TODO Sun Sep 06 16:45:09 2015 +0000
+++ b/sys/arch/sparc64/doc/TODO Sun Sep 06 18:41:34 2015 +0000
@@ -1,4 +1,4 @@
- /* $NetBSD: TODO,v 1.12 2015/09/05 21:08:40 palle Exp $ */
+ /* $NetBSD: TODO,v 1.13 2015/09/06 18:41:34 palle Exp $ */
 
 Things to be done:
 
@@ -16,9 +16,8 @@
 - libkvm
 - ofwboot: tlb_init_sun4v() hardcodes number of slots to 64
 - locore.s: sun4v_datatrap missing implementation for trap levels 0 and 1
-- pmap.c: pmap_calculate_colors() should known about sun4v
 - check build without SUN4V defined
-- replace relevant references til %ver with GET_MAXCWP
+- replace relevant references to %ver with GET_MAXCWP
 - pmap_mp_init(): sun4v missing handling
 - replace constructs like "wrpr %g0, PSTATE_KERN, %pstate" with NORMAL_GLOBALS
 - replace constructs line "wrpr %g0, PSTATE_INTR, %pstate" with ALTERNATE_GOBALS



Home | Main Index | Thread Index | Old Index