[PATCH] missing prototype (mm/page_alloc.c)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user