Skip to content

Commit

Permalink
[MIPS] fixmap: delete unused __set_fixmap, set_fixmap and set_fixmap_…
Browse files Browse the repository at this point in the history
…nocache

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Jan 29, 2008
1 parent 39a5110 commit ae0c69a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions 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 ae0c69a

Please sign in to comment.