Blackfin: convert ptrace to new memory functions
authorMike Frysinger <vapier@gentoo.org>
Thu, 25 Jun 2009 00:02:58 +0000 (20:02 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 17 Sep 2009 01:28:45 +0000 (21:28 -0400)
commitc014e15a2f667f91b5c2d08a90d77197a89d8065
tree8c02bf94abe2fcc53b8be94da527bbb2a42c671f
parent18070dd6692a35bec266ed9ea559c24da4fdeeef
Blackfin: convert ptrace to new memory functions

Now that we have a Blackfin memory function to figure out how to properly
access the different regions, drop the custom memory range checks in our
ptrace code and use that.  It makes the code nicer and fixes bugs where
the ptrace logic wasn't handling all the different regions.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/kernel/ptrace.c