* [PATCH 0226/1529] Fix typo
@ 2016-05-21 12:06 Andrea Gelmini
2016-05-22 21:52 ` Paul Mackerras
0 siblings, 1 reply; 2+ messages in thread
From: Andrea Gelmini @ 2016-05-21 12:06 UTC (permalink / raw)
To: andrea.gelmini
Cc: trivial, benh, paulus, mpe, anton, cyrilbur, mikey, khandual,
linuxppc-dev
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
arch/powerpc/kernel/process.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/kernel/process.c b/arch/powerpc/kernel/process.c
index e2f12cb..6d39786 100644
--- a/arch/powerpc/kernel/process.c
+++ b/arch/powerpc/kernel/process.c
@@ -709,7 +709,7 @@ static inline int set_dawr(struct arch_hw_breakpoint *brk)
dawrx |= (brk->type & (HW_BRK_TYPE_PRIV_ALL)) \
>> 3; //* PRIM bits */
/* dawr length is stored in field MDR bits 48:53. Matches range in
- doublewords (64 bits) baised by -1 eg. 0b000000=1DW and
+ doublewords (64 bits) raised by -1 eg. 0b000000=1DW and
0b111111=64DW.
brk->len is in bytes.
This aligns up to double word size, shifts and does the bias.
@@ -794,7 +794,7 @@ static void tm_reclaim_thread(struct thread_struct *thr,
* this state.
* We do this using the current MSR, rather tracking it in
* some specific thread_struct bit, as it has the additional
- * benifit of checking for a potential TM bad thing exception.
+ * benefit of checking for a potential TM bad thing exception.
*/
if (!MSR_TM_SUSPENDED(mfmsr()))
return;
--
2.8.2.534.g1f66975
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 0226/1529] Fix typo
2016-05-21 12:06 [PATCH 0226/1529] Fix typo Andrea Gelmini
@ 2016-05-22 21:52 ` Paul Mackerras
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mackerras @ 2016-05-22 21:52 UTC (permalink / raw)
To: Andrea Gelmini
Cc: trivial, benh, mpe, anton, cyrilbur, mikey, khandual,
linuxppc-dev
On Sat, May 21, 2016 at 02:06:00PM +0200, Andrea Gelmini wrote:
> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
> ---
> arch/powerpc/kernel/process.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/powerpc/kernel/process.c b/arch/powerpc/kernel/process.c
> index e2f12cb..6d39786 100644
> --- a/arch/powerpc/kernel/process.c
> +++ b/arch/powerpc/kernel/process.c
> @@ -709,7 +709,7 @@ static inline int set_dawr(struct arch_hw_breakpoint *brk)
> dawrx |= (brk->type & (HW_BRK_TYPE_PRIV_ALL)) \
> >> 3; //* PRIM bits */
> /* dawr length is stored in field MDR bits 48:53. Matches range in
> - doublewords (64 bits) baised by -1 eg. 0b000000=1DW and
> + doublewords (64 bits) raised by -1 eg. 0b000000=1DW and
biased
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-05-22 21:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-21 12:06 [PATCH 0226/1529] Fix typo Andrea Gelmini
2016-05-22 21:52 ` Paul Mackerras
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).