diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-02-05 19:29:28 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-02-05 19:29:28 -0500 |
commit | f0c2c2b2aa78e96941ded5ab03f85bf60e45d44b (patch) | |
tree | d28552ae626e7d65239a0376a1dcfcd4b507082f /arch | |
parent | d81c22080d99e4e981b139261ec40ec3179fd21c (diff) |
move header files to their own directory
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/kernel/apic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/i386/kernel/apic.c b/arch/i386/kernel/apic.c index 2e8909f570..36b0159d94 100644 --- a/arch/i386/kernel/apic.c +++ b/arch/i386/kernel/apic.c | |||
@@ -26,7 +26,7 @@ | |||
26 | #include <linux/sysdev.h> | 26 | #include <linux/sysdev.h> |
27 | #include <linux/cpu.h> | 27 | #include <linux/cpu.h> |
28 | #include <linux/module.h> | 28 | #include <linux/module.h> |
29 | #include <linux/litmus.h> | 29 | #include <litmus/litmus.h> |
30 | 30 | ||
31 | #include <asm/atomic.h> | 31 | #include <asm/atomic.h> |
32 | #include <asm/smp.h> | 32 | #include <asm/smp.h> |
@@ -44,7 +44,7 @@ | |||
44 | 44 | ||
45 | #include "io_ports.h" | 45 | #include "io_ports.h" |
46 | 46 | ||
47 | #include <linux/trace.h> | 47 | #include <litmus/trace.h> |
48 | 48 | ||
49 | /* | 49 | /* |
50 | * cpu_mask that denotes the CPUs that needs timer interrupt coming in as | 50 | * cpu_mask that denotes the CPUs that needs timer interrupt coming in as |