diff options
author | John Baldwin <jhb@FreeBSD.org> | 2004-03-15 18:48:28 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2004-03-15 18:48:28 +0000 |
commit | 8ac61436e6793deeba249d8e2b8332d60c83470f (patch) | |
tree | 8eba7733b3a1f60380c2220587bc77c938f2c537 /usr.bin/Makefile.inc | |
parent | d2b1b4f3c57dde2d2206df5b799a7409237ed91d (diff) | |
download | src-8ac61436e6793deeba249d8e2b8332d60c83470f.tar.gz src-8ac61436e6793deeba249d8e2b8332d60c83470f.zip |
Drop the proc lock around calls to the MD functions ptrace_single_step(),
ptrace_set_pc(), and cpu_ptrace() so that those functions are free to
acquire Giant, sleep, etc. We already do a PHOLD/PRELE around them so
that it is safe to sleep inside of these routines if necessary. This
allows ptrace() to be marked MP safe again as it no longer triggers lock
order reversals on Alpha.
Tested by: wilko
Notes
Notes:
svn path=/head/; revision=127034
Diffstat (limited to 'usr.bin/Makefile.inc')
0 files changed, 0 insertions, 0 deletions