Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22420
b: refs/heads/master
c: 152475c
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Poetzl authored and Linus Torvalds committed Mar 22, 2006
1 parent 38acf33 commit 3d0abc4
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 9430d58e34ec3861e1ca72f8e49105b227aad327
refs/heads/master: 152475cb0a65ed73301cfbd7d7afab65536643f7
10 changes: 6 additions & 4 deletions trunk/include/asm-i386/acpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ __acpi_release_global_lock (unsigned int *lock)
:"=r"(n_hi), "=r"(n_lo) \
:"0"(n_hi), "1"(n_lo))

#ifdef CONFIG_X86_IO_APIC
extern void check_acpi_pci(void);
#else
static inline void check_acpi_pci(void) { }
#endif

#ifdef CONFIG_ACPI
extern int acpi_lapic;
extern int acpi_ioapic;
Expand All @@ -128,8 +134,6 @@ extern int acpi_gsi_to_irq(u32 gsi, unsigned int *irq);
extern int skip_ioapic_setup;
extern int acpi_skip_timer_override;

extern void check_acpi_pci(void);

static inline void disable_ioapic_setup(void)
{
skip_ioapic_setup = 1;
Expand All @@ -142,8 +146,6 @@ static inline int ioapic_setup_disabled(void)

#else
static inline void disable_ioapic_setup(void) { }
static inline void check_acpi_pci(void) { }

#endif

static inline void acpi_noirq_set(void) { acpi_noirq = 1; }
Expand Down

0 comments on commit 3d0abc4

Please sign in to comment.