Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78046
b: refs/heads/master
c: ae0c69a
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Jan 29, 2008
1 parent c21dc82 commit a6fa8b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: 39a51109dd14001185b0cd122ca46cce1d0795bf
refs/heads/master: ae0c69acd61918cecd8e2949d9575271bc2fdfff
10 changes: 0 additions & 10 deletions trunk/include/asm-mips/fixmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,6 @@ enum fixed_addresses {
__end_of_fixed_addresses
};

extern void __set_fixmap(enum fixed_addresses idx,
unsigned long phys, pgprot_t flags);

#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)
/*
* used by vmalloc.c.
*
Expand Down

0 comments on commit a6fa8b4

Please sign in to comment.