Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1161129 > unrolled thread
| Started by | Steve Capper <steve.capper@linaro.org> |
|---|---|
| First post | 2015-06-09 10:50 +0200 |
| Last post | 2015-06-10 04:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] ARM: pgtable: Fix typo in the comment Steve Capper <steve.capper@linaro.org> - 2015-06-09 10:50 +0200
RE: [PATCH] ARM: pgtable: Fix typo in the comment "Hyuk Myeong" <hyuk.myeong@lge.com> - 2015-06-10 04:40 +0200
| From | Steve Capper <steve.capper@linaro.org> |
|---|---|
| Date | 2015-06-09 10:50 +0200 |
| Subject | Re: [PATCH] ARM: pgtable: Fix typo in the comment |
| Message-ID | <pznon-1lp-29@gated-at.bofh.it> |
On 9 June 2015 at 07:52, Hyuk Myeong <hyuk.myeong@lge.com> wrote: > This patch fix a spelling typo in the comment in pgtable-2level.h. > Hi Hyuk, > Signed-off-by: Hyuk Myeong <hyuk.myeong@lge.com> > --- > arch/arm/include/asm/pgtable-2level.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/include/asm/pgtable-2level.h > b/arch/arm/include/asm/pgtable-2level.h > index bfd662e..49f91be 100644 > --- a/arch/arm/include/asm/pgtable-2level.h > +++ b/arch/arm/include/asm/pgtable-2level.h > @@ -66,7 +66,7 @@ > * > * However, when the "young" bit is cleared, we deny access to the page > * by clearing the hardware PTE. Currently Linux does not flush the TLB > - * for us in this case, which means the TLB will retain the transation > + * for us in this case, which means the TLB will retain the transaction Don't you mean "translation" rather than "transaction"? Cheers, -- Steve > * until either the TLB entry is evicted under pressure, or a context > * switch which changes the user space mapping occurs. > */ > -- > 1.9.3 > -- 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/
[toc] | [next] | [standalone]
| From | "Hyuk Myeong" <hyuk.myeong@lge.com> |
|---|---|
| Date | 2015-06-10 04:40 +0200 |
| Message-ID | <pzE5Q-O4-5@gated-at.bofh.it> |
| In reply to | #1161129 |
Hello Steve, On Tue, June 09, 2015 5:43 PM, Steve Capper <steve.capper@linaro.org> wrote: > On 9 June 2015 at 07:52, Hyuk Myeong <hyuk.myeong@lge.com> wrote: >> This patch fix a spelling typo in the comment in pgtable-2level.h. >> > > Hi Hyuk, > >> Signed-off-by: Hyuk Myeong <hyuk.myeong@lge.com> >> --- >> arch/arm/include/asm/pgtable-2level.h | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/arch/arm/include/asm/pgtable-2level.h >> b/arch/arm/include/asm/pgtable-2level.h >> index bfd662e..49f91be 100644 >> --- a/arch/arm/include/asm/pgtable-2level.h >> +++ b/arch/arm/include/asm/pgtable-2level.h >> @@ -66,7 +66,7 @@ >> * >> * However, when the "young" bit is cleared, we deny access to the page >> * by clearing the hardware PTE. Currently Linux does not flush the TLB >> - * for us in this case, which means the TLB will retain the transation >> + * for us in this case, which means the TLB will retain the transaction > > Don't you mean "translation" rather than "transaction"? > Cheers, Thank you for the advice I had been confused between the two because I assumed that "transaction" is not that bad in this context (as a set of the translation) Like you said, if "translation" is better here than I will send a new patch -- 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/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web