Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138713
b: refs/heads/master
c: 12074fa
h: refs/heads/master
i:
  138711: e51ebee
v: v3
  • Loading branch information
Akinobu Mita authored and Ingo Molnar committed Mar 11, 2009
1 parent 2e553ea commit 5eb249a
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: bb6d59ca927d855ffac567b35c0a790c67016103
refs/heads/master: 12074fa1073013dd11f1cff41db018d5cff4ecd9
2 changes: 2 additions & 0 deletions trunk/arch/x86/mm/highmem_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ void *kmap_atomic_prot_pfn(unsigned long pfn, enum km_type type, pgprot_t prot)

pagefault_disable();

debug_kmap_atomic_prot(type);

idx = type + KM_TYPE_NR * smp_processor_id();
vaddr = __fix_to_virt(FIX_KMAP_BEGIN + idx);
set_pte(kmap_pte - idx, pfn_pte(pfn, prot));
Expand Down

0 comments on commit 5eb249a

Please sign in to comment.