Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167373
b: refs/heads/master
c: 6a5e293
h: refs/heads/master
i:
  167371: cea9412
v: v3
  • Loading branch information
Russell King committed Oct 11, 2009
1 parent 8235ec7 commit db6438c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e9ac829185c5d17787d78c13c05a40c39d660239
refs/heads/master: 6a5e293f1b34920c69a932ce37b4a4714a428dc7
2 changes: 2 additions & 0 deletions trunk/arch/arm/mm/highmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ void *kmap_atomic(struct page *page, enum km_type type)
if (!PageHighMem(page))
return page_address(page);

debug_kmap_atomic(type);

kmap = kmap_high_get(page);
if (kmap)
return kmap;
Expand Down

0 comments on commit db6438c

Please sign in to comment.