kernel - Remove mplock in process trap/signal code (non-performance)
commit28d459467fba270712bd9034907b12b41e705d9b
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 9 Jan 2017 23:23:33 +0000 (9 15:23 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 9 Jan 2017 23:23:33 +0000 (9 15:23 -0800)
tree48121ae281ae1c73fcf4a385d3b87192cfa12996
parent92aa89bfeb5938020126f7978c1bdbe60cf386db
kernel - Remove mplock in process trap/signal code (non-performance)

* Remove the mplock from paths that no longer need it.  This is mostly
  incidental, since processes do not usually recover from traps like
  SIGBUS or SIGSEGV.
sys/platform/pc64/x86_64/trap.c
sys/platform/vkernel64/x86_64/trap.c