CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2011/07/07 16:50:42
Modified files: sys/arch/hppa64/hppa64: locore.S pmap.c Log message: Add missing bits to the syscall entry path. Not perfect yet, but it works for at least the open(2), write(2) and exit(2) system calls. Map the syscall entry page publically. For now the physical address is hardcoded because of toolchain problems. It is somewhat likely to say the same as long as we don't add stuff to the start of locore.S.