Blackfin arch: fix bug - gdb signull case make trunk kernel panic frequently
authorJie Zhang <jie.zhang@analog.com>
Thu, 5 Mar 2009 10:50:26 +0000 (18:50 +0800)
committerBryan Wu <cooloney@kernel.org>
Thu, 5 Mar 2009 10:50:26 +0000 (18:50 +0800)
Use copy_to_user_page and copy_from_user_page instead of
memcpy. copy_to_user_page does cache flush when necessary.

Signed-off-by: Jie Zhang <jie.zhang@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>

No differences found