linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* large page support for IOP331
       [not found] <9ff69a5d1002240003g7f615a06q93ef28aea0b30dcf@mail.gmail.com>
@ 2010-02-24  8:12 ` Prashant Bhole
  0 siblings, 0 replies; 4+ messages in thread
From: Prashant Bhole @ 2010-02-24  8:12 UTC (permalink / raw)
  To: linux-arm-kernel

Hi All,
I am using kernel 2.6.24 for a custom hardware with IOP331 processor.

Is there any support of large page for arm architecture?

I tried to change the page size by changing PAGE_SHIFT to make page
?size 8K/16K. But kernel didn't boot.
Am I missing something?


Thanks,
--
~p~r~a~s~h~a~n~t~

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

* large page support for IOP331
@ 2010-02-24  9:00 Prashant Bhole
  2010-02-24  9:11 ` Russell King - ARM Linux
  0 siblings, 1 reply; 4+ messages in thread
From: Prashant Bhole @ 2010-02-24  9:00 UTC (permalink / raw)
  To: linux-arm-kernel

Hi All,
I am using kernel 2.6.24 for a custom hardware with IOP331 processor.

Is there any support of large page for arm architecture?

I tried to change the page size by changing PAGE_SHIFT to make page
 size 8K/16K. But kernel didn't boot.
Am I missing something?


Thanks,

-- 
~p~r~a~s~h~a~n~t~

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

* large page support for IOP331
  2010-02-24  9:00 large page support for IOP331 Prashant Bhole
@ 2010-02-24  9:11 ` Russell King - ARM Linux
  2010-02-24  9:38   ` Prashant Bhole
  0 siblings, 1 reply; 4+ messages in thread
From: Russell King - ARM Linux @ 2010-02-24  9:11 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Feb 24, 2010 at 02:30:30PM +0530, Prashant Bhole wrote:
> Is there any support of large page for arm architecture?

The short answer is no.

The long answer is that to have 16K pages, it causes bigger problems
with the 2nd level page tables, which from the hardware perspective
are only 256 per L1 entry, but are required to be in unique pages.

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

* large page support for IOP331
  2010-02-24  9:11 ` Russell King - ARM Linux
@ 2010-02-24  9:38   ` Prashant Bhole
  0 siblings, 0 replies; 4+ messages in thread
From: Prashant Bhole @ 2010-02-24  9:38 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Feb 24, 2010 at 2:41 PM, Russell King - ARM Linux
<linux@arm.linux.org.uk> wrote:
> On Wed, Feb 24, 2010 at 02:30:30PM +0530, Prashant Bhole wrote:
>> Is there any support of large page for arm architecture?
>
> The short answer is no.
>
> The long answer is that to have 16K pages, it causes bigger problems
> with the 2nd level page tables, which from the hardware perspective
> are only 256 per L1 entry, but are required to be in unique pages.
>

But we have 64 bit memory subsystem for IOP331 and
IOP331 developer's manual:

http://download.intel.com/design/iio/manuals/27394202.pdf

Page number 452, Table 218 says that we can have 8K and 16K
pages. Please correct me if I am wrong

-- 
~p~r~a~s~h~a~n~t~

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

end of thread, other threads:[~2010-02-24  9:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-24  9:00 large page support for IOP331 Prashant Bhole
2010-02-24  9:11 ` Russell King - ARM Linux
2010-02-24  9:38   ` Prashant Bhole
     [not found] <9ff69a5d1002240003g7f615a06q93ef28aea0b30dcf@mail.gmail.com>
2010-02-24  8:12 ` Prashant Bhole

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).