Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121381
b: refs/heads/master
c: 32272a2
h: refs/heads/master
i:
  121379: dcf24bd
v: v3
  • Loading branch information
Martin Schwidefsky committed Dec 25, 2008
1 parent 76512d5 commit 9718c59
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 91d5d45ee0a8978870fd12e5c3fe394a530ec2ed
refs/heads/master: 32272a26974d2027384fd4010cd1780fca425d94
2 changes: 1 addition & 1 deletion trunk/include/asm-generic/memory_model.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

/* memmap is virtually contigious. */
#define __pfn_to_page(pfn) (vmemmap + (pfn))
#define __page_to_pfn(page) ((page) - vmemmap)
#define __page_to_pfn(page) (unsigned long)((page) - vmemmap)

#elif defined(CONFIG_SPARSEMEM)
/*
Expand Down

0 comments on commit 9718c59

Please sign in to comment.