public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* EFI returning incorrect value?
@ 2006-09-26 16:55 JWM
  2006-09-26 19:25 ` Bjorn Helgaas
  2006-09-28 19:15 ` Bjorn Helgaas
  0 siblings, 2 replies; 3+ messages in thread
From: JWM @ 2006-09-26 16:55 UTC (permalink / raw)
  To: linux-ia64

    Hi all;

    I've been trying to work through issues related to write combining on a 
Bull Ia64 system and something caught my attention.
    efi_range_is_wc returns a 0 - false or 1- true to say whether the 
address range is available for write combining.
    It calls efi_mem_attributes i.e.

    if(!(efi_mem_attributes(paddr) & EFI_MEMORY_WC))
            return 0;

    However - the attribute returned from efi_mem_attributes is often 0 - 
which is defined as EFI_MEMORY_RUNTIME - or the range requires a runtime 
mapping. This doesn't seem to be what was wanted - unless EFI must have a 
mapping on this platform before WC is available for some reason.

    Can anyone enlighten me on this?
    ....JW

 


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

end of thread, other threads:[~2006-09-28 19:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-26 16:55 EFI returning incorrect value? JWM
2006-09-26 19:25 ` Bjorn Helgaas
2006-09-28 19:15 ` Bjorn Helgaas

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