commit | c6669c223a409199a45bb8f31a2e160ee26d19cc | [log] [tgz] |
---|---|---|
author | Graf Yang <graf.yang@analog.com> | Wed Jan 13 06:09:34 2010 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Tue Mar 09 00:30:49 2010 -0500 |
tree | cb46eb31a6ed699ce7ed31e874e965a38f987bd5 | |
parent | 7e1082b7dbb60081b157d82106da33686cb9ea91 [diff] |
Blackfin: fix up mm locking in address dumping The locking code in the address dumper needs to grab the mm's mmap_sem so that other CPUs do not get an inconsistent view. On UP systems this really wasn't a problem, but it is easy to trigger a race on SMP systems when another CPU removes a mapping. Signed-off-by: Graf Yang <graf.yang@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>