kernel/eka/include/page_alloc.h
branchGCC_SURGE
changeset 167 b41fc9c39ca7
parent 109 b3a1d9898418
equal deleted inserted replaced
166:d7c1885c0106 167:b41fc9c39ca7
    16 //
    16 //
    17 
    17 
    18 #ifndef __KERNEL_MODE__ 
    18 #ifndef __KERNEL_MODE__ 
    19 
    19 
    20 const int MAXSMALLPAGEBITS = 68<<3;
    20 const int MAXSMALLPAGEBITS = 68<<3;
    21 #define MINPAGEPOWER	PAGESHIFT+2
    21 #define MINPAGEPOWER	((PAGESHIFT)+2)
    22 
    22 
    23 struct paged_bitmap
    23 struct paged_bitmap
    24 {
    24 {
    25 	public:
    25 	public:
    26 		inline paged_bitmap() : iBase(0), iNbits(0) {}
    26 		inline paged_bitmap() : iBase(0), iNbits(0) {}