Remove upc_{control,register} syscalls and everything that has to do with it.
authorSascha Wildner <saw@online.de>
Wed, 12 Dec 2012 20:40:16 +0000 (21:40 +0100)
committerSascha Wildner <saw@online.de>
Wed, 12 Dec 2012 20:41:32 +0000 (21:41 +0100)
commit7adb15b6dcf5e168299d7b37219522427f73b0c9
tree2019fba13f5e6aa547dba1f4b748dfde6a105577
parent47388162eff1ff692a152b98b5b12d547067a026
Remove upc_{control,register} syscalls and everything that has to do with it.

It's no longer used for anything.

Requested-by: vsrinivas
Approved-by: dillon
38 files changed:
Makefile_upgrade.inc
lib/libc/sys/Makefile.inc
lib/libc/sys/upc_register.2 [deleted file]
sys/conf/files
sys/cpu/i386/include/cpu.h
sys/cpu/x86_64/include/cpu.h
sys/kern/init_sysent.c
sys/kern/kern_exec.c
sys/kern/kern_exit.c
sys/kern/kern_upcall.c [deleted file]
sys/kern/syscalls.c
sys/kern/syscalls.master
sys/platform/pc32/i386/genassym.c
sys/platform/pc32/i386/ipl.s
sys/platform/pc32/i386/machdep.c
sys/platform/pc32/i386/trap.c
sys/platform/pc64/x86_64/genassym.c
sys/platform/pc64/x86_64/ipl.s
sys/platform/pc64/x86_64/machdep.c
sys/platform/pc64/x86_64/trap.c
sys/platform/vkernel/i386/cpu_regs.c
sys/platform/vkernel/i386/genassym.c
sys/platform/vkernel/i386/trap.c
sys/platform/vkernel64/x86_64/cpu_regs.c
sys/platform/vkernel64/x86_64/trap.c
sys/sys/globaldata.h
sys/sys/proc.h
sys/sys/signalvar.h
sys/sys/syscall.h
sys/sys/syscall.mk
sys/sys/sysproto.h
sys/sys/sysunion.h
sys/sys/upcall.h [deleted file]
sys/vm/vm_map.c
sys/vm/vm_map.h
test/sysperf/Makefile
test/sysperf/upcall.S [deleted file]
test/sysperf/upcall1.c [deleted file]