Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 121 → Rev 122

/SPARTAN/trunk/include/mm/vm.h
73,7 → 73,6
struct vm {
spinlock_t lock;
link_t vm_area_head;
int j;
pte_t *ptl0;
};