All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] arm64: clean up /proc/cpuinfo
@ 2014-06-28  1:11 Bjorn Helgaas
  2014-06-28  1:12 ` [PATCH 1/2] arm64: add MIDR to per-CPU information Bjorn Helgaas
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Bjorn Helgaas @ 2014-06-28  1:11 UTC (permalink / raw)
  To: linux-arm-kernel

On arm64, /proc/cpuinfo currently looks like:

    Processor       : AArch64 Processor rev 0 (aarch64)
    processor       : 0
    processor       : 1
    ...
    Features        : ...

Compared to most other architectures (including arm), this has an extra
"Processor" header, and the "Features" and other bits only appear once,
so there's no way to have per-CPU features, variants, etc.

These patches make arm64 more consistent with the other architectures
by removing the extra header and printing the CPU ID information for
each CPU.

---

Bjorn Helgaas (2):
      arm64: add MIDR to per-CPU information
      arm64: kernel: update cpuinfo to print all online CPUs features


 arch/arm64/kernel/setup.c |   46 +++++++++++++++++++++++----------------------
 arch/arm64/kernel/smp.c   |    5 +++++
 2 files changed, 28 insertions(+), 23 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-06-30 15:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-28  1:11 [PATCH 0/2] arm64: clean up /proc/cpuinfo Bjorn Helgaas
2014-06-28  1:12 ` [PATCH 1/2] arm64: add MIDR to per-CPU information Bjorn Helgaas
2014-06-28  1:12 ` [PATCH 2/2] arm64: kernel: update cpuinfo to print all online CPUs features Bjorn Helgaas
2014-06-29  8:51 ` [PATCH 0/2] arm64: clean up /proc/cpuinfo Catalin Marinas
2014-06-30  9:13 ` Mark Rutland
2014-06-30 15:19   ` Bjorn Helgaas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.