Message ID | 20190413035621.tohihjksatqushwf@treble (mailing list archive) |
---|---|
State | Mainlined, archived |
Commit | 4ad499c94264a2ee05aacc518b9bde658318e510 |
Headers | show |
Series | Documentation: Add ARM64 to kernel-parameters.rst | expand |
On 4/12/19 8:56 PM, Josh Poimboeuf wrote: > Add ARM64 to the legend of architectures. It's already used in several > places in kernel-parameters.txt. > > Suggested-by: Randy Dunlap <rdunlap@infradead.org> > Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com> > --- > Documentation/admin-guide/kernel-parameters.rst | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/admin-guide/kernel-parameters.rst b/Documentation/admin-guide/kernel-parameters.rst > index b8d0bc07ed0a..0124980dca2d 100644 > --- a/Documentation/admin-guide/kernel-parameters.rst > +++ b/Documentation/admin-guide/kernel-parameters.rst > @@ -88,6 +88,7 @@ parameter is applicable:: > APIC APIC support is enabled. > APM Advanced Power Management support is enabled. > ARM ARM architecture is enabled. > + ARM64 ARM64 architecture is enabled. > AX25 Appropriate AX.25 support is enabled. > CLK Common clock infrastructure is enabled. > CMA Contiguous Memory Area support is enabled. > Thanks.
On Fri, 12 Apr 2019 22:56:21 -0500 Josh Poimboeuf <jpoimboe@redhat.com> wrote: > Add ARM64 to the legend of architectures. It's already used in several > places in kernel-parameters.txt. > > Suggested-by: Randy Dunlap <rdunlap@infradead.org> > Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com> It looks like nobody has picked this up...so I've applied it. Thanks, jon
On Fri, May 03, 2019 at 06:37:56AM -0600, Jonathan Corbet wrote: > On Fri, 12 Apr 2019 22:56:21 -0500 > Josh Poimboeuf <jpoimboe@redhat.com> wrote: > > > Add ARM64 to the legend of architectures. It's already used in several > > places in kernel-parameters.txt. > > > > Suggested-by: Randy Dunlap <rdunlap@infradead.org> > > Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com> > > It looks like nobody has picked this up...so I've applied it. It's queued and tagged in the arm64 tree, which should also be in next! Will
On Fri, 3 May 2019 13:39:40 +0100 Will Deacon <will.deacon@arm.com> wrote: > > It looks like nobody has picked this up...so I've applied it. > > It's queued and tagged in the arm64 tree, which should also be in next! Just looked again, I still don't see it there. Josh's mitigations= change is there, but not this one. In any case, I've unapplied it, so it's all yours. Thanks, jon
On Fri, May 03, 2019 at 06:47:19AM -0600, Jonathan Corbet wrote: > On Fri, 3 May 2019 13:39:40 +0100 > Will Deacon <will.deacon@arm.com> wrote: > > > > It looks like nobody has picked this up...so I've applied it. > > > > It's queued and tagged in the arm64 tree, which should also be in next! > > Just looked again, I still don't see it there. Josh's mitigations= change > is there, but not this one. In any case, I've unapplied it, so it's all > yours. Weird... I see it in -next as 4ad499c94264: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=4ad499c94264a2ee05aacc518b9bde658318e510 Will
diff --git a/Documentation/admin-guide/kernel-parameters.rst b/Documentation/admin-guide/kernel-parameters.rst index b8d0bc07ed0a..0124980dca2d 100644 --- a/Documentation/admin-guide/kernel-parameters.rst +++ b/Documentation/admin-guide/kernel-parameters.rst @@ -88,6 +88,7 @@ parameter is applicable:: APIC APIC support is enabled. APM Advanced Power Management support is enabled. ARM ARM architecture is enabled. + ARM64 ARM64 architecture is enabled. AX25 Appropriate AX.25 support is enabled. CLK Common clock infrastructure is enabled. CMA Contiguous Memory Area support is enabled.
Add ARM64 to the legend of architectures. It's already used in several places in kernel-parameters.txt. Suggested-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com> --- Documentation/admin-guide/kernel-parameters.rst | 1 + 1 file changed, 1 insertion(+)