mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 21:21:09 +00:00
Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2
Conflicts: arch/parisc/kernel/irq.c arch/x86/include/asm/fixmap_64.h arch/x86/include/asm/setup.h kernel/irq/handle.c Semantic merge: arch/x86/include/asm/fixmap.h Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
commit
6e15cf0486
465 changed files with 17724 additions and 17880 deletions
|
@ -3377,7 +3377,7 @@ int __init ip_rt_init(void)
|
|||
int rc = 0;
|
||||
|
||||
#ifdef CONFIG_NET_CLS_ROUTE
|
||||
ip_rt_acct = __alloc_percpu(256 * sizeof(struct ip_rt_acct));
|
||||
ip_rt_acct = __alloc_percpu(256 * sizeof(struct ip_rt_acct), __alignof__(struct ip_rt_acct));
|
||||
if (!ip_rt_acct)
|
||||
panic("IP: failed to allocate ip_rt_acct\n");
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue