Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110338
b: refs/heads/master
c: 08aadf0
h: refs/heads/master
v: v3
  • Loading branch information
Gustavo F. Padovan authored and Ingo Molnar committed Jul 31, 2008
1 parent 79a8442 commit 5def764
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8092c654de9a964c14d89da56834f73a80548a58
refs/heads/master: 08aadf069d0482ade033badefa8f03eb2fcddd9c
7 changes: 3 additions & 4 deletions trunk/arch/x86/kernel/crash_dump_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@

#include <linux/errno.h>
#include <linux/crash_dump.h>

#include <asm/uaccess.h>
#include <asm/io.h>
#include <linux/uaccess.h>
#include <linux/io.h>

/**
* copy_oldmem_page - copy one page from "oldmem"
Expand All @@ -25,7 +24,7 @@
* in the current kernel. We stitch up a pte, similar to kmap_atomic.
*/
ssize_t copy_oldmem_page(unsigned long pfn, char *buf,
size_t csize, unsigned long offset, int userbuf)
size_t csize, unsigned long offset, int userbuf)
{
void *vaddr;

Expand Down

0 comments on commit 5def764

Please sign in to comment.