summaryrefslogtreecommitdiffstats
path: root/arch/tile/include/asm/fixmap.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2011-08-02 21:16:11 -1000
committerLinus Torvalds <torvalds@linux-foundation.org>2011-08-02 21:16:11 -1000
commit1850536b93888e6cc3ee42e63e20e61f35f8b3e2 (patch)
tree7b78bf5196ca79f52f0fd7c932ea8062c91ff154 /arch/tile/include/asm/fixmap.h
parented8f37370d83e695c0a4fa5d5fc7a83ecb947526 (diff)
parentd1afa65ca59d4e6a5f1a8c1ab9bfa73f2fa8b777 (diff)
downloadop-kernel-dev-1850536b93888e6cc3ee42e63e20e61f35f8b3e2.zip
op-kernel-dev-1850536b93888e6cc3ee42e63e20e61f35f8b3e2.tar.gz
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
* git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile: arch/tile/mm/init.c: trivial: use BUG_ON arch/tile: remove useless set_fixmap_nocache() macro arch/tile: add hypervisor-based character driver for SPI flash ROM ioctl-number.txt: add the tile hardwall ioctl range tile: use generic-y format for one-line asm-generic headers clocksource: tile: convert to use clocksource_register_hz
Diffstat (limited to 'arch/tile/include/asm/fixmap.h')
-rw-r--r--arch/tile/include/asm/fixmap.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/tile/include/asm/fixmap.h b/arch/tile/include/asm/fixmap.h
index 51537ff..c66f793 100644
--- a/arch/tile/include/asm/fixmap.h
+++ b/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))
OpenPOWER on IntegriCloud