Fix common misspellings
Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
这个提交包含在:
@@ -192,8 +192,8 @@ htab_insert_pte:
|
||||
rldicr r3,r0,3,63-3 /* r3 = (hash & mask) << 3 */
|
||||
|
||||
/* Call ppc_md.hpte_insert */
|
||||
ld r6,STK_PARM(r4)(r1) /* Retreive new pp bits */
|
||||
mr r4,r29 /* Retreive va */
|
||||
ld r6,STK_PARM(r4)(r1) /* Retrieve new pp bits */
|
||||
mr r4,r29 /* Retrieve va */
|
||||
li r7,0 /* !bolted, !secondary */
|
||||
li r8,MMU_PAGE_4K /* page size */
|
||||
ld r9,STK_PARM(r9)(r1) /* segment size */
|
||||
@@ -215,8 +215,8 @@ _GLOBAL(htab_call_hpte_insert1)
|
||||
rldicr r3,r0,3,63-3 /* r0 = (~hash & mask) << 3 */
|
||||
|
||||
/* Call ppc_md.hpte_insert */
|
||||
ld r6,STK_PARM(r4)(r1) /* Retreive new pp bits */
|
||||
mr r4,r29 /* Retreive va */
|
||||
ld r6,STK_PARM(r4)(r1) /* Retrieve new pp bits */
|
||||
mr r4,r29 /* Retrieve va */
|
||||
li r7,HPTE_V_SECONDARY /* !bolted, secondary */
|
||||
li r8,MMU_PAGE_4K /* page size */
|
||||
ld r9,STK_PARM(r9)(r1) /* segment size */
|
||||
@@ -495,8 +495,8 @@ htab_special_pfn:
|
||||
rldicr r3,r0,3,63-3 /* r0 = (hash & mask) << 3 */
|
||||
|
||||
/* Call ppc_md.hpte_insert */
|
||||
ld r6,STK_PARM(r4)(r1) /* Retreive new pp bits */
|
||||
mr r4,r29 /* Retreive va */
|
||||
ld r6,STK_PARM(r4)(r1) /* Retrieve new pp bits */
|
||||
mr r4,r29 /* Retrieve va */
|
||||
li r7,0 /* !bolted, !secondary */
|
||||
li r8,MMU_PAGE_4K /* page size */
|
||||
ld r9,STK_PARM(r9)(r1) /* segment size */
|
||||
@@ -522,8 +522,8 @@ _GLOBAL(htab_call_hpte_insert1)
|
||||
rldicr r3,r0,3,63-3 /* r0 = (~hash & mask) << 3 */
|
||||
|
||||
/* Call ppc_md.hpte_insert */
|
||||
ld r6,STK_PARM(r4)(r1) /* Retreive new pp bits */
|
||||
mr r4,r29 /* Retreive va */
|
||||
ld r6,STK_PARM(r4)(r1) /* Retrieve new pp bits */
|
||||
mr r4,r29 /* Retrieve va */
|
||||
li r7,HPTE_V_SECONDARY /* !bolted, secondary */
|
||||
li r8,MMU_PAGE_4K /* page size */
|
||||
ld r9,STK_PARM(r9)(r1) /* segment size */
|
||||
@@ -813,8 +813,8 @@ ht64_insert_pte:
|
||||
rldicr r3,r0,3,63-3 /* r0 = (hash & mask) << 3 */
|
||||
|
||||
/* Call ppc_md.hpte_insert */
|
||||
ld r6,STK_PARM(r4)(r1) /* Retreive new pp bits */
|
||||
mr r4,r29 /* Retreive va */
|
||||
ld r6,STK_PARM(r4)(r1) /* Retrieve new pp bits */
|
||||
mr r4,r29 /* Retrieve va */
|
||||
li r7,0 /* !bolted, !secondary */
|
||||
li r8,MMU_PAGE_64K
|
||||
ld r9,STK_PARM(r9)(r1) /* segment size */
|
||||
@@ -836,8 +836,8 @@ _GLOBAL(ht64_call_hpte_insert1)
|
||||
rldicr r3,r0,3,63-3 /* r0 = (~hash & mask) << 3 */
|
||||
|
||||
/* Call ppc_md.hpte_insert */
|
||||
ld r6,STK_PARM(r4)(r1) /* Retreive new pp bits */
|
||||
mr r4,r29 /* Retreive va */
|
||||
ld r6,STK_PARM(r4)(r1) /* Retrieve new pp bits */
|
||||
mr r4,r29 /* Retrieve va */
|
||||
li r7,HPTE_V_SECONDARY /* !bolted, secondary */
|
||||
li r8,MMU_PAGE_64K
|
||||
ld r9,STK_PARM(r9)(r1) /* segment size */
|
||||
|
@@ -753,7 +753,7 @@ void __cpuinit early_init_mmu_secondary(void)
|
||||
mtspr(SPRN_SDR1, _SDR1);
|
||||
|
||||
/* Initialize STAB/SLB. We use a virtual address as it works
|
||||
* in real mode on pSeries and we want a virutal address on
|
||||
* in real mode on pSeries and we want a virtual address on
|
||||
* iSeries anyway
|
||||
*/
|
||||
if (cpu_has_feature(CPU_FTR_SLB))
|
||||
|
@@ -424,7 +424,7 @@ void clear_user_page(void *page, unsigned long vaddr, struct page *pg)
|
||||
clear_page(page);
|
||||
|
||||
/*
|
||||
* We shouldnt have to do this, but some versions of glibc
|
||||
* We shouldn't have to do this, but some versions of glibc
|
||||
* require it (ld.so assumes zero filled pages are icache clean)
|
||||
* - Anton
|
||||
*/
|
||||
|
@@ -440,11 +440,11 @@ static void read_drconf_cell(struct of_drconf_cell *drmem, const u32 **cellp)
|
||||
}
|
||||
|
||||
/*
|
||||
* Retreive and validate the ibm,dynamic-memory property of the device tree.
|
||||
* Retrieve and validate the ibm,dynamic-memory property of the device tree.
|
||||
*
|
||||
* The layout of the ibm,dynamic-memory property is a number N of memblock
|
||||
* list entries followed by N memblock list entries. Each memblock list entry
|
||||
* contains information as layed out in the of_drconf_cell struct above.
|
||||
* contains information as laid out in the of_drconf_cell struct above.
|
||||
*/
|
||||
static int of_get_drconf_memory(struct device_node *memory, const u32 **dm)
|
||||
{
|
||||
@@ -468,7 +468,7 @@ static int of_get_drconf_memory(struct device_node *memory, const u32 **dm)
|
||||
}
|
||||
|
||||
/*
|
||||
* Retreive and validate the ibm,lmb-size property for drconf memory
|
||||
* Retrieve and validate the ibm,lmb-size property for drconf memory
|
||||
* from the device tree.
|
||||
*/
|
||||
static u64 of_get_lmb_size(struct device_node *memory)
|
||||
@@ -490,7 +490,7 @@ struct assoc_arrays {
|
||||
};
|
||||
|
||||
/*
|
||||
* Retreive and validate the list of associativity arrays for drconf
|
||||
* Retrieve and validate the list of associativity arrays for drconf
|
||||
* memory from the ibm,associativity-lookup-arrays property of the
|
||||
* device tree..
|
||||
*
|
||||
@@ -604,7 +604,7 @@ static int __cpuinit cpu_numa_callback(struct notifier_block *nfb,
|
||||
* Returns the size the region should have to enforce the memory limit.
|
||||
* This will either be the original value of size, a truncated value,
|
||||
* or zero. If the returned value of size is 0 the region should be
|
||||
* discarded as it lies wholy above the memory limit.
|
||||
* discarded as it lies wholly above the memory limit.
|
||||
*/
|
||||
static unsigned long __init numa_enforce_memory_limit(unsigned long start,
|
||||
unsigned long size)
|
||||
|
@@ -192,7 +192,7 @@ normal_tlb_miss:
|
||||
or r10,r15,r14
|
||||
|
||||
BEGIN_MMU_FTR_SECTION
|
||||
/* Set the TLB reservation and seach for existing entry. Then load
|
||||
/* Set the TLB reservation and search for existing entry. Then load
|
||||
* the entry.
|
||||
*/
|
||||
PPC_TLBSRX_DOT(0,r16)
|
||||
@@ -425,7 +425,7 @@ END_MMU_FTR_SECTION_IFSET(MMU_FTR_USE_TLBRSRV)
|
||||
|
||||
virt_page_table_tlb_miss_fault:
|
||||
/* If we fault here, things are a little bit tricky. We need to call
|
||||
* either data or instruction store fault, and we need to retreive
|
||||
* either data or instruction store fault, and we need to retrieve
|
||||
* the original fault address and ESR (for data).
|
||||
*
|
||||
* The thing is, we know that in normal circumstances, this is
|
||||
|
在新工单中引用
屏蔽一个用户