Prev: [PATCH 2/2 #upstream] libata: always use ata_qc_complete_multiple() for NCQ command completions
Next: [PATCH 4/5] cpumask: remove struct cpumask definition when CONFIG_CPUMASK_OFFSTACK=y
From: Rusty Russell on 25 Jun 2010 09:10 This patch series finally gets the last remaining cpumask_t in the core kernel, and thus allows us to make 'struct cpumask' undefined in the CONFIG_CPUMASK_OFFSTACK case. This gives us confidence that noone is manipulating a cpumask except via the cpumask_ functions, so we can finally short-allocate them (ie. nr_cpu_ids not NR_CPUS) for the CONFIG_CPUMASK_OFFSTACK=y case. This series has been tested on 32-bit only, so handle with care! Cheers, Rusty. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |