00001 // _Id: init.c,v 1.4 2002-07-15 12:19:20 roart Exp $ 00002 // _Locker: $ 00003 00004 // Author. Roar Thronęs. 00005 00006 #if 0 00007 is this the erroneous one? 00008 #include<linux/vmalloc.h> 00009 #include<system_data_cells.h> 00010 00011 void __init vms_mem(void) { 00012 00013 /* turn it on, later */ 00014 00015 /* done in head.S */ 00016 00017 00018 } 00019 00020 void exe_init(void) { 00021 00022 /* split this a bit? */ 00023 00024 /* memory man */ 00025 00026 vms_mem(); 00027 00028 } 00029 #endif 00030