Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148665
b: refs/heads/master
c: f6783d2
h: refs/heads/master
i:
  148663: 6b0d02c
v: v3
  • Loading branch information
Sergio Luis authored and Rafael J. Wysocki committed Jun 12, 2009
1 parent 5ff8771 commit 26cb8f2
Show file tree
Hide file tree
Showing 3 changed files with 11 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: 62b0124761b9c2e304ee07dcf4db46c4a3dfec11
refs/heads/master: f6783d20d4b85b360b4a6f86bdbd9282a4a7004c
6 changes: 5 additions & 1 deletion trunk/arch/x86/power/cpu_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@
* Copyright (c) 2001 Patrick Mochel <mochel@osdl.org>
*/

#include <linux/module.h>
#include <linux/suspend.h>
#include <linux/smp.h>

#include <asm/pgtable.h>
#include <asm/proto.h>
#include <asm/mtrr.h>
#include <asm/page.h>
#include <asm/mce.h>
#include <asm/xcr.h>
#include <asm/suspend.h>
Expand Down
8 changes: 5 additions & 3 deletions trunk/arch/x86/power/cpu_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@
* Copyright (c) 2001 Patrick Mochel <mochel@osdl.org>
*/

#include <linux/smp.h>
#include <linux/suspend.h>
#include <asm/proto.h>
#include <asm/page.h>
#include <linux/smp.h>

#include <asm/pgtable.h>
#include <asm/proto.h>
#include <asm/mtrr.h>
#include <asm/page.h>
#include <asm/mce.h>
#include <asm/xcr.h>
#include <asm/suspend.h>

Expand Down

0 comments on commit 26cb8f2

Please sign in to comment.