[PATCH] ppc64: Fix spelling error in callback name

From: Benjamin Herrenschmidt
Date: Mon Sep 27 2004 - 01:27:03 EST


Hi !

A small spelling error slipped into a new ppc_md. platform call I added
in my last patch. Not very problematic but worth fixing before any code
using the new call gets pushed.

Signed-off-by: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>

===== include/asm-ppc64/machdep.h 1.32 vs edited =====
--- 1.32/include/asm-ppc64/machdep.h 2004-09-21 16:07:38 +10:00
+++ edited/include/asm-ppc64/machdep.h 2004-09-27 16:20:10 +10:00
@@ -58,7 +58,7 @@
int local);
/* special for kexec, to be called in real mode, linar mapping is
* destroyed as well */
- void (*htpe_clear_all)(void);
+ void (*hpte_clear_all)(void);

void (*tce_build)(struct iommu_table * tbl,
long index,
===== arch/ppc64/kernel/pSeries_lpar.c 1.41 vs edited =====
--- 1.41/arch/ppc64/kernel/pSeries_lpar.c 2004-09-22 14:40:30 +10:00
+++ edited/arch/ppc64/kernel/pSeries_lpar.c 2004-09-27 16:20:05 +10:00
@@ -439,7 +439,7 @@
ppc_md.hpte_insert = pSeries_lpar_hpte_insert;
ppc_md.hpte_remove = pSeries_lpar_hpte_remove;
ppc_md.flush_hash_range = pSeries_lpar_flush_hash_range;
- ppc_md.htpe_clear_all = pSeries_lpar_hptab_clear;
+ ppc_md.hpte_clear_all = pSeries_lpar_hptab_clear;

htab_finish_init();
}


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/