Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176116
b: refs/heads/master
c: 5dd48a2
h: refs/heads/master
v: v3
  • Loading branch information
steve@digidescorp.com authored and Michal Simek committed Dec 14, 2009
1 parent e09db57 commit f1ebb2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 4f911b0daf0f7028a4fe792b701a48d10da36d84
refs/heads/master: 5dd48a235c3f78620e582ebb253d64d02747d173
3 changes: 2 additions & 1 deletion trunk/arch/microblaze/include/asm/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ extern int page_is_ram(unsigned long pfn);
# endif /* CONFIG_MMU */

# ifndef CONFIG_MMU
# define pfn_valid(pfn) ((pfn) >= min_low_pfn && (pfn) <= max_mapnr)
# define pfn_valid(pfn) (((pfn) >= min_low_pfn) && \
((pfn) <= (min_low_pfn + max_mapnr)))
# define ARCH_PFN_OFFSET (PAGE_OFFSET >> PAGE_SHIFT)
# else /* CONFIG_MMU */
# define ARCH_PFN_OFFSET (memory_start >> PAGE_SHIFT)
Expand Down

0 comments on commit f1ebb2e

Please sign in to comment.