Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14451
b: refs/heads/master
c: 1d4c452
h: refs/heads/master
i:
  14449: fbb511d
  14447: c1aedc4
v: v3
  • Loading branch information
Kyle McMartin committed Nov 17, 2005
1 parent 6db8516 commit 724921b
Show file tree
Hide file tree
Showing 3 changed files with 8 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: d911aed8adf74e1fae88d082b8474b2175b7f1da
refs/heads/master: 1d4c452a85503cdb4bca5925cf698b61d3aa43a0
2 changes: 2 additions & 0 deletions trunk/arch/parisc/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
#include <linux/spinlock.h>
#include <linux/types.h>

#include <asm/smp.h>

#undef PARISC_IRQ_CR16_COUNTS

extern irqreturn_t timer_interrupt(int, void *, struct pt_regs *);
Expand Down
6 changes: 5 additions & 1 deletion trunk/include/asm-parisc/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ extern unsigned long cpu_present_mask;

#define raw_smp_processor_id() (current_thread_info()->cpu)

#endif /* CONFIG_SMP */
#else /* CONFIG_SMP */

static inline void smp_send_all_nop(void) { return; }

#endif

#define NO_PROC_ID 0xFF /* No processor magic marker */
#define ANY_PROC_ID 0xFF /* Any processor magic marker */
Expand Down

0 comments on commit 724921b

Please sign in to comment.