Commit e8c5f64c authored by Jeff Garzik's avatar Jeff Garzik

Parenthize nth_page() macro arg, in linux/mm.h.

parent 27b4d8ff
......@@ -41,7 +41,7 @@ extern int sysctl_legacy_va_layout;
#define MM_VM_SIZE(mm) TASK_SIZE
#endif
#define nth_page(page,n) pfn_to_page(page_to_pfn((page)) + n)
#define nth_page(page,n) pfn_to_page(page_to_pfn((page)) + (n))
/*
* Linux kernel virtual memory manager primitives.
......
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