#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 */ //git.distanz.ch/cgit.cgi/linux/net-next.git/atom/?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2016-08-04 16:38:15 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2016-08-09 14:50:17 +1000
commitd2cf5be07ff7c7cde8bef8551a30e8e86e2037a7 (patch)
tree0d6a33d015e3725334fe9686aa0e5b415f4cfdc9
parent416f37d0816b9720b8227953e55954d81456f991 (diff)
crypto: crc32c-vpmsum - Convert to CPU feature based module autoloading
This patch utilises the GENERIC_CPU_AUTOPROBE infrastructure to automatically load the crc32c-vpmsum module if the CPU supports it. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>