The patch titled ia64: fix typo in per_cpu_offset has been removed from the -mm tree. Its filename was ia64-fix-typo-in-per_cpu_offset.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: ia64: fix typo in per_cpu_offset From: "Luming Yu" <luming.yu@xxxxxxxxx> Signed-off-by: Yu Luming <luming.yu@xxxxxxxxx> Cc: "Luck, Tony" <tony.luck@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-ia64/percpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/asm-ia64/percpu.h~ia64-fix-typo-in-per_cpu_offset include/asm-ia64/percpu.h --- a/include/asm-ia64/percpu.h~ia64-fix-typo-in-per_cpu_offset +++ a/include/asm-ia64/percpu.h @@ -46,7 +46,7 @@ #ifdef CONFIG_SMP extern unsigned long __per_cpu_offset[NR_CPUS]; -#define per_cpu_offset(x) (__per_cpu_offset(x)) +#define per_cpu_offset(x) (__per_cpu_offset[x]) /* Equal to __per_cpu_offset[smp_processor_id()], but faster to access: */ DECLARE_PER_CPU(unsigned long, local_per_cpu_offset); _ Patches currently in -mm which might be from luming.yu@xxxxxxxxx are serial-only-use-pnp-irq-if-its-valid.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html