Commit 1e5cf911 authored by Martin J. Bligh's avatar Martin J. Bligh Committed by Linus Torvalds

[PATCH] 4/6 Fix the type of get_zholes_size for NUMA-Q

From Andy Whitcroft

Fix the type of get_zholes_size for NUMA-Q
parent 6842f6e4
......@@ -157,7 +157,7 @@ struct sys_cfg_data {
struct eachquadmem eq[MAX_NUMNODES]; /* indexed by quad id */
};
static inline unsigned long get_zholes_size(int nid)
static inline unsigned long *get_zholes_size(int nid)
{
return 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