Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2970 → Rev 2971

/kernel/branches/kolibri_pe/include/mm.h
17,6 → 17,7
void *parent; /**< If allocated by slab, this points there */
} frame_t;
 
 
typedef struct
{
SPINLOCK_DECLARE(lock); /**< this lock protects everything below */
53,7 → 54,6
#define PG_UW 7
 
 
 
#define PAGE_SIZE 4096
#define PAGE_WIDTH 12