diff options
author | Jeremy Fitzhardinge <jeremy@goop.org> | 2009-02-05 14:31:15 -0500 |
---|---|---|
committer | Jeremy Fitzhardinge <jeremy@goop.org> | 2009-02-06 15:31:51 -0500 |
commit | 6cf7150084500962b8e225e2409ec01ed06a2c71 (patch) | |
tree | a0ebbad726a9c6f86daf44c22c2e82c5c9d7c874 /arch/x86/include/asm/pgtable_64.h | |
parent | 7325cc2e333cdaaabd2103552458876ea85adb33 (diff) |
x86: unify io_remap_pfn_range
Impact: cleanup
Unify io_remap_pfn_range. Don't demacro yet.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Diffstat (limited to 'arch/x86/include/asm/pgtable_64.h')
-rw-r--r-- | arch/x86/include/asm/pgtable_64.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/include/asm/pgtable_64.h b/arch/x86/include/asm/pgtable_64.h index 3b92a4ca403..100ac483a0b 100644 --- a/arch/x86/include/asm/pgtable_64.h +++ b/arch/x86/include/asm/pgtable_64.h | |||
@@ -205,9 +205,6 @@ extern int direct_gbpages; | |||
205 | extern int kern_addr_valid(unsigned long addr); | 205 | extern int kern_addr_valid(unsigned long addr); |
206 | extern void cleanup_highmap(void); | 206 | extern void cleanup_highmap(void); |
207 | 207 | ||
208 | #define io_remap_pfn_range(vma, vaddr, pfn, size, prot) \ | ||
209 | remap_pfn_range(vma, vaddr, pfn, size, prot) | ||
210 | |||
211 | #define HAVE_ARCH_UNMAPPED_AREA | 208 | #define HAVE_ARCH_UNMAPPED_AREA |
212 | #define HAVE_ARCH_UNMAPPED_AREA_TOPDOWN | 209 | #define HAVE_ARCH_UNMAPPED_AREA_TOPDOWN |
213 | 210 | ||