mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
lazy-pages: spelling: s/pagefalt/#PF
travis-ci: success for lazy-pages: spelling: s/pagefalt/#PF Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
committed by
Andrei Vagin
parent
450981caf0
commit
bf49af10c5
@@ -676,7 +676,7 @@ static int handle_user_fault(struct epoll_rfd *lpfd)
|
|||||||
|
|
||||||
/* Align requested address to the next page boundary */
|
/* Align requested address to the next page boundary */
|
||||||
address = msg.arg.pagefault.address & ~(page_size() - 1);
|
address = msg.arg.pagefault.address & ~(page_size() - 1);
|
||||||
pr_debug("%d: pagefalt at 0x%llx\n", lpi->pid, address);
|
pr_debug("%d: #PF at 0x%llx\n", lpi->pid, address);
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user