From: Andi Kleen Just fix two warnings on x86-64 that were recently introduced (one by me and the other by the sort extable changes) --- arch/x86_64/mm/extable.c | 1 - arch/x86_64/mm/k8topology.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff -puN arch/x86_64/mm/extable.c~x86_64-warnings-fix arch/x86_64/mm/extable.c --- 25/arch/x86_64/mm/extable.c~x86_64-warnings-fix 2004-01-25 21:14:35.000000000 -0800 +++ 25-akpm/arch/x86_64/mm/extable.c 2004-01-25 21:14:35.000000000 -0800 @@ -55,5 +55,4 @@ void sort_extable(struct exception_table } } } while (change != 0); - return 0; } diff -puN arch/x86_64/mm/k8topology.c~x86_64-warnings-fix arch/x86_64/mm/k8topology.c --- 25/arch/x86_64/mm/k8topology.c~x86_64-warnings-fix 2004-01-25 21:14:35.000000000 -0800 +++ 25-akpm/arch/x86_64/mm/k8topology.c 2004-01-25 21:14:35.000000000 -0800 @@ -75,7 +75,7 @@ int __init k8_scan_nodes(unsigned long s continue; } if (nodeid >= numnodes) { - printk("Ignoring excess node %d (%x:%x)\n", nodeid, + printk("Ignoring excess node %d (%lx:%lx)\n", nodeid, base, limit); continue; } _