]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfc4dcd92f8f9b520326d36a0e9733908ac660e6c
tree8c02bf94abe2fcc53b8be94da527bbb2a42c671f
parent03b0f576efe4c78dd06c4f22b2199618228d405b
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