aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-02-18 04:56:39 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-02-18 04:56:39 -0800
commitb75add94ae319a72f0eb31ac8482ac12057dce30 (patch)
tree2544ff9d619aa305ddd82436e1c7e47c94e91550 /init
parent7de09205dfa6911306464954015921fc90a9eafd (diff)
downloadhistory-b75add94ae319a72f0eb31ac8482ac12057dce30.tar.gz
[PATCH] remove max_anon limit
From: Tim Hockin <thockin@sun.com> Remove the max_anon via dynamically allocation. We also change the idr_pre_get() interface to take a gfp mask, which should have always been there.
Diffstat (limited to 'init')
-rw-r--r--init/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c
index f34e2a2069c555..eebe5302bbb208 100644
--- a/init/main.c
+++ b/init/main.c
@@ -460,6 +460,7 @@ asmlinkage void __init start_kernel(void)
fork_init(num_physpages);
proc_caches_init();
buffer_init();
+ unnamed_dev_init();
security_scaffolding_startup();
vfs_caches_init(num_physpages);
radix_tree_init();