Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24772
b: refs/heads/master
c: c1c57d7
h: refs/heads/master
v: v3
  • Loading branch information
Bjorn Helgaas authored and Tony Luck committed Mar 30, 2006
1 parent 7e5b2cc commit 71bb4bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3283a67d8618c9a292eced23e8753ab64adc6dba
refs/heads/master: c1c57d767100417f63c18da52d7e96f82b2b9e1a
6 changes: 3 additions & 3 deletions trunk/arch/ia64/mm/ioremap.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ __ioremap (unsigned long offset, unsigned long size)
void __iomem *
ioremap (unsigned long offset, unsigned long size)
{
if (efi_mem_attribute_range(offset, size, EFI_MEMORY_UC))
return __ioremap(offset, size);

if (efi_mem_attribute_range(offset, size, EFI_MEMORY_WB))
return phys_to_virt(offset);

if (efi_mem_attribute_range(offset, size, EFI_MEMORY_UC))
return __ioremap(offset, size);

/*
* Someday this should check ACPI resources so we
* can do the right thing for hot-plugged regions.
Expand Down

0 comments on commit 71bb4bc

Please sign in to comment.