Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100086
b: refs/heads/master
c: 4fb3dc2
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jul 10, 2008
1 parent e6855f3 commit 12ccae5
Show file tree
Hide file tree
Showing 3 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: ad2fc2cd925300b8127cf682f5a1c7511ae9dd27
refs/heads/master: 4fb3dc2729c22ed1b023475fe28b720460251de1
4 changes: 4 additions & 0 deletions trunk/include/asm-x86/genapic_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ enum uv_system_type {UV_NONE, UV_LEGACY_APIC, UV_X2APIC, UV_NON_UNIQUE_APIC};
#define is_uv_system() 0
#define uv_wakeup_secondary(a, b) 1

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

#endif
4 changes: 4 additions & 0 deletions trunk/include/asm-x86/genapic_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ extern int uv_wakeup_secondary(int phys_apicid, unsigned int start_rip);

extern void setup_apic_routing(void);

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

#endif

0 comments on commit 12ccae5

Please sign in to comment.