lkml.org 
[lkml]   [2004]   [Sep]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] ppc64: Fix spelling error in callback name
From
Date
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@kernel.crashing.org>

===== 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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:06    [W:0.059 / U:0.104 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site