mirror of
https://github.com/torvalds/linux.git
synced 2026-07-19 03:59:06 +02:00
Original patch by Harald Welte, with feedback from Herbert Xu and testing by Sébastien Bernard. EBTABLES, ARP tables, and IP/IP6 tables all assume that cpus are numbered linearly. That is not necessarily true. This patch fixes that up by calculating the largest possible cpu number, and allocating enough per-cpu structure space given that. Signed-off-by: David S. Miller <davem@davemloft.net> |
||
|---|---|---|
| .. | ||
| cpu | ||
| asm-offsets.c | ||
| cf-enabler.c | ||
| cpufreq.c | ||
| early_printk.c | ||
| entry.S | ||
| head.S | ||
| init_task.c | ||
| io_generic.c | ||
| io.c | ||
| irq.c | ||
| kgdb_jmp.S | ||
| kgdb_stub.c | ||
| Makefile | ||
| module.c | ||
| process.c | ||
| ptrace.c | ||
| semaphore.c | ||
| setup.c | ||
| sh_bios.c | ||
| sh_ksyms.c | ||
| signal.c | ||
| smp.c | ||
| sys_sh.c | ||
| time.c | ||
| traps.c | ||
| vmlinux.lds.S | ||