public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* pte_addr_t size reduction for 64 GB case?
@ 2004-05-19  4:42 Albert Cahalan
  2004-05-19  7:44 ` Andrew Morton
  2004-05-19 11:18 ` Rik van Riel
  0 siblings, 2 replies; 4+ messages in thread
From: Albert Cahalan @ 2004-05-19  4:42 UTC (permalink / raw)
  To: linux-kernel mailing list; +Cc: riel

When handling 64 GB on i386, pte_addr_t really only
needs 33 bits to find the PTE. It sure doesn't need
the full 64 bits it is using.

How about cheating a bit? If the pte_addr_t only had
the high 32 bits of the 36-bit pointer, it would point
to a pair of the 8-byte PTEs in a 16-byte chunk of RAM.
Then simply examine the PTEs to see which one is the
correct one.



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

end of thread, other threads:[~2004-05-19 11:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-19  4:42 pte_addr_t size reduction for 64 GB case? Albert Cahalan
2004-05-19  7:44 ` Andrew Morton
2004-05-19  8:08   ` William Lee Irwin III
2004-05-19 11:18 ` Rik van Riel

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