diff options
author | Jason Wessel <jason.wessel@windriver.com> | 2010-04-02 11:33:29 -0500 |
---|---|---|
committer | Jason Wessel <jason.wessel@windriver.com> | 2010-04-02 14:58:17 -0500 |
commit | a0279bd58060ccedbd414edf97d50cfa3778c370 (patch) | |
tree | af70474c8f284ce4a0429b22417699fa7b40e9a5 /drivers | |
parent | 42be79e37e264557f12860fa4cc84b4de3685954 (diff) | |
download | linux-3.10-a0279bd58060ccedbd414edf97d50cfa3778c370.tar.gz linux-3.10-a0279bd58060ccedbd414edf97d50cfa3778c370.tar.bz2 linux-3.10-a0279bd58060ccedbd414edf97d50cfa3778c370.zip |
kgdb: have ebin2mem call probe_kernel_write once
Rather than call probe_kernel_write() one byte at a time, process the
whole buffer locally and pass the entire result in one go. This way,
architectures that need to do special handling based on the length can
do so, or we only end up calling memcpy() once.
[sonic.zhang@analog.com: Reported original problem and preliminary patch]
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions