summaryrefslogtreecommitdiff
path: root/irq.h
blob: 005e22418b38976242987f578e06594485189d2b (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef IRQ_H
#define IRQ_H

extern int device_irq_number(const char *ifname);
extern void device_restore_irq_affinity_list(void);
extern int device_set_irq_affinity_list(int irq, unsigned long from,
					unsigned long to);
extern int device_set_irq_affinity(int irq, unsigned long cpu);

#endif /* IRQ_H */
is.form.submit();'>
authorLinus Torvalds <torvalds@linux-foundation.org>2016-10-24 21:34:13 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-10-24 21:34:13 -0700
commit9fe68cad6e74967b88d0c6aeca7d9cd6b6e91942 (patch)
tree1b631b339e2cac5a95881d39ee6c51598e166210
parentb5cd891716a9ef118ce8d3a367b6b0fa912447fc (diff)
parent6d4952d9d9d4dc2bb9c0255d95a09405a1e958f7 (diff)
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto fix from Herbert Xu: "This fixes a regression caused by the stack vmalloc change" * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: hwrng: core - Don't use a stack buffer in add_early_randomness()
Diffstat