public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] 64K pages on Itanium 1
@ 2002-08-01 15:00 Keith Owens
  2002-08-01 18:17 ` David Mosberger
  0 siblings, 1 reply; 2+ messages in thread
From: Keith Owens @ 2002-08-01 15:00 UTC (permalink / raw)
  To: linux-ia64

A recent 2.4.18 ia64 patch removed 64K page support for Itanium 1, only
allowing it for McKinley.  What is the restriction on Itanium 1?  I
have a test case that needs 64K pages and I was hoping to run it on Big
Sur.  The simple test of allowing 64K for Itanium 1 breaks as soon as
it enters user space, during binfmt_elf processing.



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

* Re: [Linux-ia64] 64K pages on Itanium 1
  2002-08-01 15:00 [Linux-ia64] 64K pages on Itanium 1 Keith Owens
@ 2002-08-01 18:17 ` David Mosberger
  0 siblings, 0 replies; 2+ messages in thread
From: David Mosberger @ 2002-08-01 18:17 UTC (permalink / raw)
  To: linux-ia64

>>>>> On Fri, 02 Aug 2002 01:00:42 +1000, Keith Owens <kaos@ocs.com.au> said:

  Keith> A recent 2.4.18 ia64 patch removed 64K page support for
  Keith> Itanium 1, only allowing it for McKinley.  What is the
  Keith> restriction on Itanium 1?  I have a test case that needs 64K
  Keith> pages and I was hoping to run it on Big Sur.  The simple test
  Keith> of allowing 64K for Itanium 1 breaks as soon as it enters
  Keith> user space, during binfmt_elf processing.

The problem is that Itanium 1 has few enough virtual address bits that
with 64KB pages, you end up with an overlap between the user address
space and the virtually mapped linear page table.  This can be worked
around (there was a patch from someone at SGI, at some point), but it
wasn't very clean and I didn't think it's worth bothering with it
introduced, given that Itanium 2 solves the problem automagically
(since it supports the full 64 bits of virtual address space).

	--david


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

end of thread, other threads:[~2002-08-01 18:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-01 15:00 [Linux-ia64] 64K pages on Itanium 1 Keith Owens
2002-08-01 18:17 ` David Mosberger

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