All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fixes nr_cpus bug along with irq stack bootmem allocation.
@ 2016-09-15 20:54 Atish Patra
  0 siblings, 0 replies; only message in thread
From: Atish Patra @ 2016-09-15 20:54 UTC (permalink / raw)
  To: sparclinux

The first patch fixes a panic caused by nr_cpus boot parameter.
In addition to that, irq stack boot memory is allocated before 
cpu_possible_mask is modified. This can lead to wastage of boot
memory if nr_cpus is set to a lower value. The second patch
addresses this issue.

Atish Patra (2):
  sparc64: Fix cpu_possible_mask if nr_cpus is set
  sparc64: Fix irq stack bootmem allocation.

 arch/sparc/include/asm/smp_64.h |    1 +
 arch/sparc/kernel/setup_64.c    |   26 ++++++++++++++++++++++++++
 arch/sparc/kernel/smp_64.c      |   14 ++++++++++++++
 arch/sparc/mm/init_64.c         |   16 ----------------
 4 files changed, 41 insertions(+), 16 deletions(-)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-09-15 20:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-15 20:54 [PATCH 0/2] Fixes nr_cpus bug along with irq stack bootmem allocation Atish Patra

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.