K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2018-11-29T03:39:11.195031Z K 7 svn:log V 345 Fix thread creation in PowerPC64 ELFv2 processes. Summary: Currently, the upcall used to create threads assumes ELFv1. Instead, we should check which sysentvec is in use on the process and act accordingly. This makes ELFv2 threaded processes work. Submitted by: git_bdragon.rtk0.net Differential Revision: https://reviews.freebsd.org/D18330 END