]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Split the unaligned access check flags out of md_flags in struct mdthread
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 31 Jul 2002 19:37:03 +0000 (19:37 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 31 Jul 2002 19:37:03 +0000 (19:37 +0000)
commit7e71ff5ea7946c2de55619f3fabfe25978012353
treee169afa5b97e9fd6aa879eeb5b639e4464c6ad6a
parentc488362e1a68c12db2b84696bf565ae3be421a36
- Split the unaligned access check flags out of md_flags in struct mdthread
  and move them into md_uac in struct mdproc.  mdproc is protected by the
  proc lock.  md_flags now is only ever modified by the current thread, so
  it doesn't need a lock.
- Rename the constants for all the per-thread MD flags to use MDTD_*
  instead of MDP_*.
sys/alpha/alpha/exception.s
sys/alpha/alpha/genassym.c
sys/alpha/alpha/machdep.c
sys/alpha/alpha/sys_machdep.c
sys/alpha/alpha/trap.c
sys/alpha/alpha/vm_machdep.c
sys/alpha/include/proc.h
sys/alpha/osf1/osf1_signal.c