Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298060
b: refs/heads/master
c: 8cdde12
h: refs/heads/master
v: v3
  • Loading branch information
Myron Stowe authored and Len Brown committed Mar 30, 2012
1 parent 2502075 commit 9718af7
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: 37d2a3622d249d83413c92a1cd9e94b5237d0fcc
refs/heads/master: 8cdde126aa60ced0d63ff137378e09dd01dfadda
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 9718af7

Please sign in to comment.