Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298031
b: refs/heads/master
c: e252675
h: refs/heads/master
i:
  298029: c0f5e1c
  298027: 964656d
  298023: 35d0993
  298015: 97bf5f8
v: v3
  • Loading branch information
Jan Beulich authored and Len Brown committed Mar 30, 2012
1 parent 8f02c43 commit 597859e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 89e96ada572fb216e582dbe3f64e1a6939a37f74
refs/heads/master: e252675fb722d4a307cc380a06a905f03cf9951c
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/osl.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ static void acpi_unmap(acpi_physical_address pg_off, void __iomem *vaddr)
unsigned long pfn;

pfn = pg_off >> PAGE_SHIFT;
if (page_is_ram(pfn))
if (should_use_kmap(pfn))
kunmap(pfn_to_page(pfn));
else
iounmap(vaddr);
Expand Down

0 comments on commit 597859e

Please sign in to comment.