Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC] ARM: mm: Fix for highmem on machines with more than 14 cores
@ 2014-03-24 21:02 Anders Berg
  2014-03-24 21:02 ` Anders Berg
  0 siblings, 1 reply; 3+ messages in thread
From: Anders Berg @ 2014-03-24 21:02 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

While working of platform support for the LSI AXM5516 SoC (a 16 x A15 device)
we ran into this limitation in fixmap.h where there is not enough room for the
per-cpu pages if NR_CPUS is set to 16.

The following patch avoids the overlap by lowering the base address according to
the values of NR_CPUS and KM_TYPE_NR. Is this the way to handle this?

Thanks,
Anders


Anders Berg (1):
  ARM: mm: Fix for highmem on machines with more than 14 cores

 arch/arm/include/asm/fixmap.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
1.8.3.2

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

end of thread, other threads:[~2014-03-24 21:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-24 21:02 [PATCH RFC] ARM: mm: Fix for highmem on machines with more than 14 cores Anders Berg
2014-03-24 21:02 ` Anders Berg
2014-03-24 21:28   ` Nicolas Pitre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox