Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136984
b: refs/heads/master
c: 13093cb
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Feb 26, 2009
1 parent 1ad26e4 commit 50b118d
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: 2e31add2a7e2a15d07f592c21ba35870fa9a1d1f
refs/heads/master: 13093cb0e59053bf97910de3a24f07cdff71c62c
2 changes: 2 additions & 0 deletions trunk/arch/x86/mm/iomap_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,15 @@ reserve_io_memtype_wc(u64 base, unsigned long size, pgprot_t *prot)
out_err:
return -EINVAL;
}
EXPORT_SYMBOL_GPL(reserve_io_memtype_wc);

void
free_io_memtype(u64 base, unsigned long size)
{
if (pat_enabled)
free_memtype(base, base + size);
}
EXPORT_SYMBOL_GPL(free_io_memtype);

/* Map 'pfn' using fixed map 'type' and protections 'prot'
*/
Expand Down

0 comments on commit 50b118d

Please sign in to comment.