Commit bf49af10 authored by Mike Rapoport's avatar Mike Rapoport Committed by Andrei Vagin

lazy-pages: spelling: s/pagefalt/#PF

travis-ci: success for lazy-pages: spelling: s/pagefalt/#PF
Signed-off-by: 's avatarMike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 450981ca
...@@ -676,7 +676,7 @@ static int handle_user_fault(struct epoll_rfd *lpfd) ...@@ -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
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment