linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Highmem support on ppc32 plattform with PREEMPT_RT_FULL option
@ 2013-05-14 11:04 Heiko Schumann
  2013-05-31 19:56 ` Sebastian Andrzej Siewior
  0 siblings, 1 reply; 2+ messages in thread
From: Heiko Schumann @ 2013-05-14 11:04 UTC (permalink / raw)
  To: linux-rt-users

Hello,

i´ve a ppc32 processor with 2 GB Ram. I use a 3.8.4 Kernel with vendor
and 3.8.4rt2 patch. To support  2 GB of RAM i´ve to set the kernel
option HIGHMEM. But this option is not available when PREEMPT_RT_FULL
is selected.
Is there a workaround or additional patch to use more than 1GB RAM on
a ppc32 with the option PREEMPT_RT_FULL?

Thanks
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: Highmem support on ppc32 plattform with PREEMPT_RT_FULL option
  2013-05-14 11:04 Highmem support on ppc32 plattform with PREEMPT_RT_FULL option Heiko Schumann
@ 2013-05-31 19:56 ` Sebastian Andrzej Siewior
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Andrzej Siewior @ 2013-05-31 19:56 UTC (permalink / raw)
  To: Heiko Schumann; +Cc: linux-rt-users

* Heiko Schumann | 2013-05-14 13:04:34 [+0200]:

>Hello,
Hi,

>i´ve a ppc32 processor with 2 GB Ram. I use a 3.8.4 Kernel with vendor
>and 3.8.4rt2 patch. To support  2 GB of RAM i´ve to set the kernel
>option HIGHMEM. But this option is not available when PREEMPT_RT_FULL
>is selected.
>Is there a workaround or additional patch to use more than 1GB RAM on
>a ppc32 with the option PREEMPT_RT_FULL?

No, we have only arm and x86 so far. Either try to do the same thing on
Power that has been on ARM & x86.
A workaround would be to adjust lowmem, virtual base and user stack.
That means your userland wouldn't have 3GiB virtual address space but
the kernel could access 2GiB.
Something like 
  CONFIG_PAGE_OFFSET=0x40000000
  CONFIG_KERNEL_START=0x40000000
  CONFIG_TASK_SIZE=0x40000000

should work.

>
>Thanks

Sebatian
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2013-05-31 19:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14 11:04 Highmem support on ppc32 plattform with PREEMPT_RT_FULL option Heiko Schumann
2013-05-31 19:56 ` Sebastian Andrzej Siewior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).