Commit 37a2f9f
x86, kdump: Change copy_oldmem_page() to use cached addressing
The copy of /proc/vmcore to a user buffer proceeds much faster
if the kernel addresses memory as cached.
With this patch we have seen an increase in transfer rate from
less than 15MB/s to 80-460MB/s, depending on size of the
transfer. This makes a big difference in time needed to save a
system dump.
Signed-off-by: Cliff Wickman <[email protected]>
Acked-by: "Eric W. Biederman" <[email protected]>
Cc: [email protected]
Cc: <[email protected]> # as far back as it would apply
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>1 parent 1c5f50e commit 37a2f9f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments