Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32249
b: refs/heads/master
c: 868e81b
h: refs/heads/master
i:
  32247: 86dd2b0
v: v3
  • Loading branch information
Yoshinori Sato authored and Linus Torvalds committed Jul 10, 2006
1 parent 19f36e5 commit 1406664
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 80d6679a62fe45f440d042099d997a42e4e8c59d
refs/heads/master: 868e81b8ada8fa05bdc08b5e6fa73307caaeab6d
1 change: 0 additions & 1 deletion trunk/include/asm-h8300/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ extern unsigned long memory_end;

#define MAP_NR(addr) (((unsigned long)(addr)-PAGE_OFFSET) >> PAGE_SHIFT)
#define virt_to_page(addr) (mem_map + (((unsigned long)(addr)-PAGE_OFFSET) >> PAGE_SHIFT))
#define virt_to_page(addr) (mem_map + (((unsigned long)(addr)-PAGE_OFFSET) >> PAGE_SHIFT))
#define page_to_virt(page) ((((page) - mem_map) << PAGE_SHIFT) + PAGE_OFFSET)
#define pfn_valid(page) (page < max_mapnr)

Expand Down

0 comments on commit 1406664

Please sign in to comment.