Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89028
b: refs/heads/master
c: 1b17fce
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Ingo Molnar committed Apr 17, 2008
1 parent fbbbf28 commit fe261cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: cf030ebd40e37cb11d1efa6677890f40f21e16f4
refs/heads/master: 1b17fce6078ab0672f6702097680b65124de5f05
5 changes: 2 additions & 3 deletions trunk/include/asm-x86/suspend_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
#include <asm/desc.h>
#include <asm/i387.h>

static inline int
arch_prepare_suspend(void)
static inline int arch_prepare_suspend(void)
{
return 0;
}
Expand All @@ -25,7 +24,7 @@ arch_prepare_suspend(void)
*/
struct saved_context {
struct pt_regs regs;
u16 ds, es, fs, gs, ss;
u16 ds, es, fs, gs, ss;
unsigned long gs_base, gs_kernel_base, fs_base;
unsigned long cr0, cr2, cr3, cr4, cr8;
unsigned long efer;
Expand Down

0 comments on commit fe261cc

Please sign in to comment.