CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/04/12 21:52:25
Modified files:
sys/arch/alpha/include: proc.h
sys/arch/amd64/include: proc.h
sys/arch/arm/include: proc.h
sys/arch/arm64/include: proc.h
sys/arch/hppa/include: proc.h
sys/arch/i386/include: proc.h
sys/arch/m88k/include: proc.h
sys/arch/mips64/include: proc.h tcb.h
sys/arch/mips64/mips64: vm_machdep.c
sys/arch/powerpc/include: proc.h
sys/arch/sh/include: proc.h
sys/arch/sparc64/include: proc.h
sys/kern : kern_exec.c kern_fork.c kern_prot.c kern_sig.c
sys/sys : proc.h
Log message:
Provide mips64 with kernel-facing TCB_{GET,SET} macros that store it
in struct mdproc. With that, all archs have those and the __HAVE_MD_TCB
macro can be unifdef'ed as always defined.
ok kettenis@ visa@ jsing@