kernel-hacking-2024-linux-s.../arch/x86
Mike Travis d7b381bb7b x86: fixup_irqs() doesnt need an argument.
Impact: cleanup, remove on-stack cpumask.

The "map" arg is always cpu_online_mask.  Importantly, set_affinity
always ands the argument with cpu_online_mask anyway, so we don't need
to do it in fixup_irqs(), avoiding a temporary.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Mike Travis <travis@sgi.com>
2008-12-16 17:40:57 -08:00
..
boot x86: use limited register constraint for setnz 2008-11-25 15:38:03 +01:00
configs
crypto
ia32
include/asm x86: fixup_irqs() doesnt need an argument. 2008-12-16 17:40:57 -08:00
kernel x86: fixup_irqs() doesnt need an argument. 2008-12-16 17:40:57 -08:00
kvm KVM: MMU: avoid creation of unreachable pages in the shadow 2008-11-26 12:34:27 +02:00
lguest cpumask: convert struct clock_event_device to cpumask pointers. 2008-12-13 21:20:26 +10:30
lib Merge commit 'v2.6.28-rc2' into core/locking 2008-10-28 16:54:49 +01:00
mach-default
mach-generic x86 smp: modify send_IPI_mask interface to accept cpumask_t pointers 2008-12-16 17:40:56 -08:00
mach-rdc321x
mach-voyager cpumask: centralize cpu_online_map and cpu_possible_map 2008-12-13 21:19:41 +10:30
math-emu
mm Merge commit 'v2.6.28-rc7'; branch 'x86/dumpstack' into tracing/ftrace 2008-12-03 08:55:34 +01:00
oprofile x86/oprofile: fix Intel cpu family 6 detection 2008-12-03 17:17:17 +01:00
pci Merge branches 'irq/sparseirq', 'x86/quirks' and 'x86/reboot' into cpus4096 2008-12-12 13:49:24 +01:00
power x86, hibernate: fix breakage on x86_32 with CONFIG_NUMA set 2008-11-12 23:28:51 +01:00
vdso trace: rename unlikely profiler to branch profiler 2008-11-12 22:27:58 +01:00
video
xen xen: convert to cpumask_var_t and new cpumask primitives. 2008-12-16 17:40:57 -08:00
Kconfig x86: enable MAXSMP 2008-12-16 17:40:55 -08:00
Kconfig.cpu x86, bts, ftrace: a BTS ftrace plug-in prototype 2008-11-25 17:31:13 +01:00
Kconfig.debug
Makefile
Makefile_32.cpu