mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 05:48:05 +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:
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 */
|
||||
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
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user