commit | 78d9955bb06493e7bd78e43dfdc17fb5f1dc59b6 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Thu Dec 15 09:18:25 2005 +0000 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Dec 15 10:04:30 2005 -0800 |
tree | 67254d5c6df42764f5666cd17a6c9b564353ed0a | |
parent | 538bacf8a4802d209f955726b66891b8a921dabf [diff] [blame] |
[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>
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 3b21a13..fe14a8c 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c
@@ -1896,7 +1896,7 @@ static struct notifier_block pageset_notifier = { &pageset_cpuup_callback, NULL, 0 }; -void __init setup_per_cpu_pageset() +void __init setup_per_cpu_pageset(void) { int err;