The patch titled ia64: fix typo in per_cpu_offset has been added to the -mm tree. Its filename is ia64-fix-typo-in-per_cpu_offset.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 ia64-fix-typo-in-per_cpu_offset.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