Subversion Repositories Kolibri OS

Rev

Rev 3747 | Rev 4559 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3747 Rev 4370
Line 10... Line 10...
10
#define page_to_pfn(page) (page_to_phys(page)>>12)
10
#define page_to_pfn(page) (page_to_phys(page)>>12)
Line 11... Line 11...
11
 
11
 
12
/* to align the pointer to the (next) page boundary */
12
/* to align the pointer to the (next) page boundary */
Line -... Line 13...
-
 
13
#define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE)
-
 
14
 
13
#define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE)
15
#define offset_in_page(p)       ((unsigned long)(p) & ~PAGE_MASK)