projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c6fdbb
)
powerpc/44x: Fix a spelling mismach to mismatch in head_44x.S
author
Bhaskar Chowdhury
<unixbhaskar@gmail.com>
Tue, 2 Feb 2021 09:37:46 +0000
(15:07 +0530)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Mon, 8 Feb 2021 13:10:51 +0000
(
00:10
+1100)
s/mismach/mismatch/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/r/20210202093746.5198-1-unixbhaskar@gmail.com
arch/powerpc/kernel/head_44x.S
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/head_44x.S
b/arch/powerpc/kernel/head_44x.S
index 8e36718f31674de7a8f6cc663893512b81b75fc1..813fa305c33bd324ca68f898f4727efd69f96b7a 100644
(file)
--- a/
arch/powerpc/kernel/head_44x.S
+++ b/
arch/powerpc/kernel/head_44x.S
@@
-376,7
+376,7
@@
interrupt_base:
/* Load the next available TLB index */
lwz r13,tlb_44x_index@l(r10)
- bne 2f /* Bail if permission mismach */
+ bne 2f /* Bail if permission misma
t
ch */
/* Increment, rollover, and store TLB index */
addi r13,r13,1
@@
-471,7
+471,7
@@
interrupt_base:
/* Load the next available TLB index */
lwz r13,tlb_44x_index@l(r10)
- bne 2f /* Bail if permission mismach */
+ bne 2f /* Bail if permission misma
t
ch */
/* Increment, rollover, and store TLB index */
addi r13,r13,1