All of lore.kernel.org
 help / color / mirror / Atom feed
* using PageForeign for pte allocation vs. shortcutting __pte_free_tlb()
@ 2007-01-09 10:21 Jan Beulich
  2007-01-09 10:51 ` Gerd Hoffmann
  0 siblings, 1 reply; 5+ messages in thread
From: Jan Beulich @ 2007-01-09 10:21 UTC (permalink / raw)
  To: xen-devel

In the course of trying to get CONFIG_HIGHPTE to work I stumbled across this
inconsistency between i386 and x86-64 Linux: i386 uses SetPageForeign() in
(one the non-highpte) case of pte_alloc_one(), and leaves intact native's
definition of __pte_free_tlb(), whereas x86-64 doesn't use the former but
shortcuts the latter to just invoke pte_free(). Obviously it would be nice for
these two to be consistent, the question just is which of the two behaviors
is more desirable: Obviously, performance wise using the PageForeign
mechanism would be preferable, but delta-to-native-wise I would think this
is the less desirable solution.

Thanks for any thoughts or suggestions,
Jan

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

end of thread, other threads:[~2007-01-09 11:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-09 10:21 using PageForeign for pte allocation vs. shortcutting __pte_free_tlb() Jan Beulich
2007-01-09 10:51 ` Gerd Hoffmann
2007-01-09 10:58   ` Jan Beulich
2007-01-09 11:11     ` Gerd Hoffmann
2007-01-09 11:27       ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.