Commit 601c7b50 authored by Anton Blanchard's avatar Anton Blanchard

ppc64: Fix sysinfo translation, spotted by Dave Miller

parent 8fccfda6
......@@ -1147,7 +1147,7 @@ struct sysinfo32 {
u32 totalhigh;
u32 freehigh;
u32 mem_unit;
char _f[20-2*sizeof(long)-sizeof(int)];
char _f[20-2*sizeof(int)-sizeof(int)];
};
extern asmlinkage long sys_sysinfo(struct sysinfo *info);
......
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