Merge branch 'vm/lazy-loading' into vm/page-swap-synch

This commit is contained in:
Themis Demetriades
2024-12-04 19:11:37 +00:00
parent 4bf6914cfa
commit 1e236a5c47
7 changed files with 59 additions and 43 deletions

View File

@@ -536,4 +536,4 @@ put_user (uint8_t *udst, uint8_t byte)
: "=&a"(error_code), "=m"(*udst)
: "q"(byte));
return error_code != -1;
}
}