PR_UNALIGN_SIGBUS
res |= PR_UNALIGN_SIGBUS; \
if (value & PR_UNALIGN_SIGBUS) \
if (!(current->thread.align_ctl & PR_UNALIGN_SIGBUS))
if (user_mode(regs) && (current->thread.align_ctl & PR_UNALIGN_SIGBUS))
if (user_mode(regs) && (current->thread.align_ctl & PR_UNALIGN_SIGBUS))