Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109963
b: refs/heads/master
c: d3758f8
h: refs/heads/master
i:
  109961: b1fcbff
  109959: af6978d
v: v3
  • Loading branch information
Jay Lan authored and Tony Luck committed Sep 22, 2008
1 parent 0a9d2f8 commit e83e2b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 06f95ea8988513b172080c419e4be8826c55a318
refs/heads/master: d3758f87f39c5b072dde74c55bfb988262a3a45c
5 changes: 3 additions & 2 deletions trunk/arch/ia64/kernel/efi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1232,9 +1232,10 @@ efi_initialize_iomem_resources(struct resource *code_resource,
if (md->attribute & EFI_MEMORY_WP) {
name = "System ROM";
flags |= IORESOURCE_READONLY;
} else {
} else if (md->attribute == EFI_MEMORY_UC)
name = "Uncached RAM";
else
name = "System RAM";
}
break;

case EFI_ACPI_MEMORY_NVS:
Expand Down

0 comments on commit e83e2b7

Please sign in to comment.