提交 78d9955b 编写于 作者: A Al Viro 提交者: Linus Torvalds

[PATCH] missing prototype (mm/page_alloc.c)

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 538bacf8
...@@ -1896,7 +1896,7 @@ static int __devinit pageset_cpuup_callback(struct notifier_block *nfb, ...@@ -1896,7 +1896,7 @@ static int __devinit pageset_cpuup_callback(struct notifier_block *nfb,
static struct notifier_block pageset_notifier = static struct notifier_block pageset_notifier =
{ &pageset_cpuup_callback, NULL, 0 }; { &pageset_cpuup_callback, NULL, 0 };
void __init setup_per_cpu_pageset() void __init setup_per_cpu_pageset(void)
{ {
int err; int err;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册