Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27674
b: refs/heads/master
c: d9b8d0d
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Jun 19, 2006
1 parent 74a2cf5 commit 4f0f4e4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 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: e53639d8f313974a87540015cbb0832905be6056
refs/heads/master: d9b8d0da404cf952a425d990c37c29c166eec954
3 changes: 0 additions & 3 deletions trunk/include/asm-mips/mmzone.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
#define kvaddr_to_nid(kvaddr) pa_to_nid(__pa(kvaddr))
#define pfn_to_nid(pfn) pa_to_nid((pfn) << PAGE_SHIFT)

/* XXX: FIXME -- wli */
#define kern_addr_valid(addr) (0)

#endif /* CONFIG_DISCONTIGMEM */

#endif /* _ASM_MMZONE_H_ */
2 changes: 0 additions & 2 deletions trunk/include/asm-mips/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -379,9 +379,7 @@ static inline void update_mmu_cache(struct vm_area_struct *vma,
__update_cache(vma, address, pte);
}

#ifndef CONFIG_NEED_MULTIPLE_NODES
#define kern_addr_valid(addr) (1)
#endif

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

0 comments on commit 4f0f4e4

Please sign in to comment.