TODO revision 1.6
11.6Spalle /* $NetBSD: TODO,v 1.6 2014/07/27 17:46:43 palle Exp $ */
21.1Spalle
31.1SpalleThings to be done:
41.1Spalle
51.5Spallecommon:
61.5Spalle- make %g6 point to curcpu
71.5Spalle- make %g7 point to curlwp
81.5Spalle
91.1Spallesun4u:
101.1Spalle
111.1Spallesun4v:
121.1Spalle- 64-bit kernel support
131.1Spalle- 32-bit kernel support
141.2Spalle- libkvm
151.2Spalle- ofwboot: tlb_init_sun4v() hardcodes number of slots to 64
161.3Spalle- locore.s: sun4v_datatrap missing implementation for trap levels 0 and 1
171.3Spalle- pmap.c: pmap_calculate_colors() should known about sun4v
181.4Spalle- cpu.c: cpu_attach() does not emit cache info on sun4v
191.5Spalle- check build without SUN4V defined
201.5Spalle- replace relevant references til %ver with GET_MAXCWP
211.6Spalle- pmap_mp_init(): sun4v missing handling
221.6Spalle- cpu_pmap_prepare: sun4v multi???
231.6Spalle- replace constructs like "wrpr %g0, PSTATE_KERN, %pstate" with NORMAL_GLOBALS
241.6Spalle- replace constructs line "wrpr %g0, PSTATE_INTR, %pstate" with ALTERNATE_GOBALS
25