Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99650
b: refs/heads/master
c: 97e7b6f
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Ingo Molnar committed May 12, 2008
1 parent 6d4c906 commit 738cf13
Show file tree
Hide file tree
Showing 4 changed files with 7 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: 0bc471d93051a19545257909bc2ed2ad3b389b54
refs/heads/master: 97e7b6f54c0d66586a658e985630cd63040311fb
4 changes: 4 additions & 0 deletions trunk/include/asm-x86/hw_irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ extern void print_IO_APIC(void);
extern int IO_APIC_get_PCI_irq_vector(int bus, int slot, int fn);
extern void setup_ioapic_dest(void);

#ifdef CONFIG_X86_64
extern void enable_IO_APIC(void);
#endif

/* IPI functions */
extern void send_IPI_self(int vector);
extern void send_IPI(int dest, int vector);
Expand Down
3 changes: 0 additions & 3 deletions trunk/include/asm-x86/hw_irq_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ extern spinlock_t vector_lock;
* Interrupt entry/exit code at both C and assembly level
*/

extern void enable_IO_APIC(void);
extern void native_init_IRQ(void);

#include <asm/ptrace.h>

#endif
2 changes: 2 additions & 0 deletions trunk/include/asm-x86/irq_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ extern void fixup_irqs(cpumask_t map);

#define __ARCH_HAS_DO_SOFTIRQ 1

extern void native_init_IRQ(void);

#endif /* _ASM_IRQ_H */

0 comments on commit 738cf13

Please sign in to comment.