Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48676
b: refs/heads/master
c: 5c95d3f
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Len Brown committed Feb 16, 2007
1 parent cd556ac commit 2aff447
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8d4956c201c2f7683289f70095443c59a39f94ef
refs/heads/master: 5c95d3f5783ab184f64b7848f0a871352c35c3cf
8 changes: 8 additions & 0 deletions trunk/drivers/acpi/processor_idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@
#include <linux/sched.h> /* need_resched() */
#include <linux/latency.h>

/*
* Include the apic definitions for x86 to have the APIC timer related defines
* available also for UP (on SMP it gets magically included via linux/smp.h).
*/
#ifdef CONFIG_X86
#include <asm/apic.h>
#endif

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

Expand Down

0 comments on commit 2aff447

Please sign in to comment.