diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-07-05 23:09:37 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-07-05 23:09:37 +0000 |
commit | aba344fdfed81b2c03d6114c54cfd73a486aa10b (patch) | |
tree | d032d8430bf1234c3ecc6f6330d6de6e887e5963 /init/main.c | |
parent | 40c138bfc6d37dbff5339f84575db1e3cec6e34e (diff) |
Merge with Linux 2.3.9.
Diffstat (limited to 'init/main.c')
-rw-r--r-- | init/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c index f8f83d97c..4bc8c7727 100644 --- a/init/main.c +++ b/init/main.c @@ -1202,6 +1202,7 @@ asmlinkage void __init start_kernel(void) dcache_init(); vma_init(); buffer_init(memory_end-memory_start); + page_cache_init(memory_end-memory_start); signals_init(); inode_init(); file_table_init(); |