Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11159
b: refs/heads/master
c: f10fae0
h: refs/heads/master
i:
  11157: 614543d
  11155: 5ad8fa5
  11151: 673c6ce
v: v3
  • Loading branch information
Pete Popov authored and Ralf Baechle committed Oct 29, 2005
1 parent 0aabcbe commit aec359a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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: 10f6567e63a0ba9b473da9ea60452ffdb07ced02
refs/heads/master: f10fae02403fb8af141b0a440074a944ccd63504
4 changes: 3 additions & 1 deletion trunk/include/asm-mips/mach-au1x00/ioremap.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
#include <linux/config.h>
#include <linux/types.h>

#ifndef CONFIG_64BIT_PHYS_ADDR
#ifdef CONFIG_64BIT_PHYS_ADDR
extern phys_t __fixup_bigphys_addr(phys_t, phys_t);
#else
static inline phys_t __fixup_bigphys_addr(phys_t phys_addr, phys_t size)
{
return phys_addr;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-mips/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <asm/pgtable-64.h>
#endif

#include <asm/io.h>
#include <asm/pgtable-bits.h>

#define PAGE_NONE __pgprot(_PAGE_PRESENT | _CACHE_CACHABLE_NONCOHERENT)
Expand Down Expand Up @@ -362,7 +363,6 @@ static inline void update_mmu_cache(struct vm_area_struct *vma,
#endif

#ifdef CONFIG_64BIT_PHYS_ADDR
extern phys_t fixup_bigphys_addr(phys_t phys_addr, phys_t size);
extern int remap_pfn_range(struct vm_area_struct *vma, unsigned long from, unsigned long pfn, unsigned long size, pgprot_t prot);

static inline int io_remap_pfn_range(struct vm_area_struct *vma,
Expand Down

0 comments on commit aec359a

Please sign in to comment.