Skip to content
Snippets Groups Projects
Commit fd6dd6e8 authored by Liang Zhen's avatar Liang Zhen
Browse files

replace #if by #ifdef

parent 8c9b78c4
No related branches found
No related tags found
No related merge requests found
......@@ -566,7 +566,7 @@ kiblnd_kvaddr_to_page (unsigned long vaddr)
LASSERT (page != NULL);
return page;
}
#if CONFIG_HIGHMEM
#ifdef CONFIG_HIGHMEM
if (vaddr >= PKMAP_BASE &&
vaddr < (PKMAP_BASE + LAST_PKMAP * PAGE_SIZE)) {
/* No highmem pages only used for bulk (kiov) I/O */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment