Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136493
b: refs/heads/master
c: 3819cd4
h: refs/heads/master
i:
  136491: 61ca80a
v: v3
  • Loading branch information
Brian Gerst authored and Tejun Heo committed Jan 23, 2009
1 parent 7ad8b4e commit ec4d243
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 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: 03d2989df9c1c7df5b33c7a87e0790465461836a
refs/heads/master: 3819cd489ec5d18a4cbd2f05acdc516473caa105
1 change: 0 additions & 1 deletion trunk/arch/x86/include/asm/hardirq_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include <linux/threads.h>
#include <linux/irq.h>
#include <asm/apic.h>

typedef struct {
unsigned int __softirq_pending;
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/x86/kernel/cpu/mcheck/mce_intel_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <linux/interrupt.h>
#include <linux/percpu.h>
#include <asm/processor.h>
#include <asm/apic.h>
#include <asm/msr.h>
#include <asm/mce.h>
#include <asm/hw_irq.h>
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/x86/kernel/efi_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <asm/proto.h>
#include <asm/efi.h>
#include <asm/cacheflush.h>
#include <asm/fixmap.h>

static pgd_t save_pgd __initdata;
static unsigned long efi_flags __initdata;
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/x86/kernel/irq_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <linux/smp.h>
#include <asm/io_apic.h>
#include <asm/idle.h>
#include <asm/apic.h>

DEFINE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
EXPORT_PER_CPU_SYMBOL(irq_stat);
Expand Down

0 comments on commit ec4d243

Please sign in to comment.