kernel/arch/ia64/include/asm/agp.h
.. .. @@ -14,8 +14,8 @@ 14 14 * in coherent mode, which lets us map the AGP memory as normal (write-back) memory 15 15 * (unlike x86, where it gets mapped "write-coalescing"). 16 16 */ 17 -#define map_page_into_agp(page) /* nothing */18 -#define unmap_page_from_agp(page) /* nothing */17 +#define map_page_into_agp(page) do { } while (0)18 +#define unmap_page_from_agp(page) do { } while (0)19 19 #define flush_agp_cache() mb() 20 20 21 21 /* GATT allocation. Returns/accepts GATT kernel virtual address. */