IN_SIGTRAMP is a macro (it never even made it into the architecture vector) that was made obsolete by PC_IN_SIGTRAMP (which in turn was made obsolete by signal trampoline frame sniffers). This patch deprecates the IN_SIGTRAMP macro. I'll look to commit in a few days. Andrew