CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/08/29 13:54:33
Modified files:
sys/arch/sparc64/sparc64: pmap.c
Log message:
Make sure the interrupt stack for the boot processor is properly aligned to
a 64K boundary. This means we don't have to worry about virtual cache aliasing
anymore since SPARC V9 CPUs have at most a 16K aliasing.
