Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262261
b: refs/heads/master
c: cf8e98d
h: refs/heads/master
i:
  262259: c90a68c
v: v3
  • Loading branch information
Chris Metcalf committed Jun 15, 2011
1 parent 4b08156 commit a40320f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 93ea927eb15b736fa4a431f789b1097318129d2a
refs/heads/master: cf8e98d15361f8c594da00a3f7a500787fc1a426
6 changes: 0 additions & 6 deletions trunk/arch/tile/include/asm/fixmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit a40320f

Please sign in to comment.