commit | e56e03b0cfeb997a4be9ad874c193824364942e0 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sun Jun 07 16:31:52 2009 -0400 |
committer | Mike Frysinger <vapier@gentoo.org> | Mon Jun 22 21:15:34 2009 -0400 |
tree | 5a49f9a42d1577c13ee59d016bd0630c60de58d1 | |
parent | ac1b7c378ef26fba6694d5f118fe7fc16fee2fe2 [diff] |
Blackfin: unify memory region checks between kgdb and traps The kgdb (in multiple places) and traps code developed pretty much identical checks for how to access different regions of the Blackfin memory map, but each wasn't 100%, so unify them to avoid duplication, bitrot, and bugs with edge cases. Signed-off-by: Mike Frysinger <vapier@gentoo.org>