mm/page: remove the stupid (again)

main
anna 2 years ago
parent 56767c59ed
commit b2c6b5e193
Signed by: fef
GPG Key ID: EC22E476DC2D3D84

@ -193,7 +193,7 @@ void paging_init(vm_paddr_t phys_end)
* two buddies can be coalesced into one. In reality, the
* reference count is invalid because the page is reserved. */
atom_init(&vm_page_array[i].count, 1);
atom_init(&vm_page_array[1].attr, _PGA_RSVD_MASK);
atom_init(&vm_page_array[i].attr, _PGA_RSVD_MASK);
}
/*

Loading…
Cancel
Save