From a40320f8cfabfb9cc67f31b2d7b284645d289135 Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Wed, 15 Jun 2011 10:35:38 -0400 Subject: [PATCH] --- yaml --- r: 262261 b: refs/heads/master c: cf8e98d15361f8c594da00a3f7a500787fc1a426 h: refs/heads/master i: 262259: c90a68c6bc5e5baba7b53aee54c0d6b4194b7d97 v: v3 --- [refs] | 2 +- trunk/arch/tile/include/asm/fixmap.h | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/[refs] b/[refs] index 8bbee35204f7..d4691e499eb4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 93ea927eb15b736fa4a431f789b1097318129d2a +refs/heads/master: cf8e98d15361f8c594da00a3f7a500787fc1a426 diff --git a/trunk/arch/tile/include/asm/fixmap.h b/trunk/arch/tile/include/asm/fixmap.h index 51537ff9265a..c66f7933beaa 100644 --- a/trunk/arch/tile/include/asm/fixmap.h +++ b/trunk/arch/tile/include/asm/fixmap.h @@ -75,12 +75,6 @@ extern void __set_fixmap(enum fixed_addresses idx, #define set_fixmap(idx, phys) \ __set_fixmap(idx, phys, PAGE_KERNEL) -/* - * Some hardware wants to get fixmapped without caching. - */ -#define set_fixmap_nocache(idx, phys) \ - __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE) - #define clear_fixmap(idx) \ __set_fixmap(idx, 0, __pgprot(0))