mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
new: msix中断
This commit is contained in:
@ -249,7 +249,8 @@ unsigned long page_init(struct Page *page, ul flags)
|
||||
{
|
||||
++page->ref_counts;
|
||||
barrier();
|
||||
++page->zone->total_pages_link;
|
||||
if (page->zone)
|
||||
++page->zone->total_pages_link;
|
||||
}
|
||||
page->anon_vma = NULL;
|
||||
spin_init(&(page->op_lock));
|
||||
|
Reference in New Issue
Block a user