CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2009/11/24 15:46:59
Modified files: sys/arch/mips64/include: cpu.h sys/arch/mips64/mips64: cpu.c sys/arch/sgi/sgi: ip30_machdep.c Log message: smp_malloc() implemented. This function allocates memory using malloc or uvm_pglistalloc, then returns XKPHYS address of allocated memory. It's for avoid using virtual address on secondary cpus in early stage, and also in TLB handler. ok miod@