Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11297
b: refs/heads/master
c: 8c18fe2
h: refs/heads/master
i:
  11295: a75d3b4
v: v3
  • Loading branch information
Russell King authored and Russell King committed Oct 29, 2005
1 parent a79bbfc commit c728043
Show file tree
Hide file tree
Showing 2 changed files with 3 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: fb31690fbac6f4055c1765522752e4746759f5de
refs/heads/master: 8c18fe2562c45180c407872d05857c55c1e5e37b
4 changes: 2 additions & 2 deletions trunk/include/asm-arm/mach/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ struct meminfo;
#define MT_ROM 6
#define MT_IXP2000_DEVICE 7

#define __phys_to_pfn(paddr) (paddr >> PAGE_SHIFT)
#define __pfn_to_phys(pfn) (pfn << PAGE_SHIFT)
#define __phys_to_pfn(paddr) ((paddr) >> PAGE_SHIFT)
#define __pfn_to_phys(pfn) ((pfn) << PAGE_SHIFT)

extern void create_memmap_holes(struct meminfo *);
extern void memtable_init(struct meminfo *);
Expand Down

0 comments on commit c728043

Please sign in to comment.