init.c
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:17k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  *  linux/arch/cris/mm/init.c
  3.  *
  4.  *  Copyright (C) 1995  Linus Torvalds
  5.  *  Copyright (C) 2000,2001  Axis Communications AB
  6.  *
  7.  *  Authors:  Bjorn Wesen (bjornw@axis.com)
  8.  *
  9.  *  $Log: init.c,v $
  10.  *  Revision 1.35  2002/05/17 05:33:59  starvik
  11.  *  Limit cache flush range to the size of the cache
  12.  *
  13.  *  Revision 1.34  2002/04/22 11:48:51  johana
  14.  *  Added KERN_INFO (2.4.19-pre7)
  15.  *
  16.  *  Revision 1.33  2002/03/19 15:22:17  bjornw
  17.  *  Added flush_etrax_cache
  18.  *
  19.  *  Revision 1.32  2002/03/15 17:09:31  bjornw
  20.  *  Added prepare_rx_descriptor as a workaround for a bug
  21.  *
  22.  *  Revision 1.31  2001/11/13 16:22:00  bjornw
  23.  *  Skip calculating totalram and sharedram in si_meminfo
  24.  *
  25.  *  Revision 1.30  2001/11/12 19:02:10  pkj
  26.  *  Fixed compiler warnings.
  27.  *
  28.  *  Revision 1.29  2001/07/25 16:09:50  bjornw
  29.  *  val->sharedram will stay 0
  30.  *
  31.  *  Revision 1.28  2001/06/28 16:30:17  bjornw
  32.  *  Oops. This needs to wait until 2.4.6 is merged
  33.  *
  34.  *  Revision 1.27  2001/06/28 14:04:07  bjornw
  35.  *  Fill in sharedram
  36.  *
  37.  *  Revision 1.26  2001/06/18 06:36:02  hp
  38.  *  Enable free_initmem of __init-type pages
  39.  *
  40.  *  Revision 1.25  2001/06/13 00:02:23  bjornw
  41.  *  Use a separate variable to store the current pgd to avoid races in schedule
  42.  *
  43.  *  Revision 1.24  2001/05/15 00:52:20  hp
  44.  *  Only map segment 0xa as seg if CONFIG_JULIETTE
  45.  *
  46.  *  Revision 1.23  2001/04/04 14:35:40  bjornw
  47.  *  * Removed get_pte_slow and friends (2.4.3 change)
  48.  *  * Removed bad_pmd handling (2.4.3 change)
  49.  *
  50.  *  Revision 1.22  2001/04/04 13:38:04  matsfg
  51.  *  Moved ioremap to a separate function instead
  52.  *
  53.  *  Revision 1.21  2001/03/27 09:28:33  bjornw
  54.  *  ioremap used too early - lets try it in mem_init instead
  55.  *
  56.  *  Revision 1.20  2001/03/23 07:39:21  starvik
  57.  *  Corrected according to review remarks
  58.  *
  59.  *  Revision 1.19  2001/03/15 14:25:17  bjornw
  60.  *  More general shadow registers and ioremaped addresses for external I/O
  61.  *
  62.  *  Revision 1.18  2001/02/23 12:46:44  bjornw
  63.  *  * 0xc was not CSE1; 0x8 is, same as uncached flash, so we move the uncached
  64.  *    flash during CRIS_LOW_MAP from 0xe to 0x8 so both the flash and the I/O
  65.  *    is mapped straight over (for !CRIS_LOW_MAP the uncached flash is still 0xe)
  66.  *
  67.  *  Revision 1.17  2001/02/22 15:05:21  bjornw
  68.  *  Map 0x9 straight over during LOW_MAP to allow for memory mapped LEDs
  69.  *
  70.  *  Revision 1.16  2001/02/22 15:02:35  bjornw
  71.  *  Map 0xc straight over during LOW_MAP to allow for memory mapped I/O
  72.  *
  73.  *  Revision 1.15  2001/01/10 21:12:10  bjornw
  74.  *  loops_per_sec -> loops_per_jiffy
  75.  *
  76.  *  Revision 1.14  2000/11/22 16:23:20  bjornw
  77.  *  Initialize totalhigh counters to 0 to make /proc/meminfo look nice.
  78.  *
  79.  *  Revision 1.13  2000/11/21 16:37:51  bjornw
  80.  *  Temporarily disable initmem freeing
  81.  *
  82.  *  Revision 1.12  2000/11/21 13:55:07  bjornw
  83.  *  Use CONFIG_CRIS_LOW_MAP for the low VM map instead of explicit CPU type
  84.  *
  85.  *  Revision 1.11  2000/10/06 12:38:22  bjornw
  86.  *  Cast empty_bad_page correctly (should really be of * type from the start..
  87.  *
  88.  *  Revision 1.10  2000/10/04 16:53:57  bjornw
  89.  *  Fix memory-map due to LX features
  90.  *
  91.  *  Revision 1.9  2000/09/13 15:47:49  bjornw
  92.  *  Wrong count in reserved-pages loop
  93.  *
  94.  *  Revision 1.8  2000/09/13 14:35:10  bjornw
  95.  *  2.4.0-test8 added a new arg to free_area_init_node
  96.  *
  97.  *  Revision 1.7  2000/08/17 15:35:55  bjornw
  98.  *  2.4.0-test6 removed MAP_NR and inserted virt_to_page
  99.  *
  100.  *
  101.  */
  102. #include <linux/config.h>
  103. #include <linux/signal.h>
  104. #include <linux/sched.h>
  105. #include <linux/kernel.h>
  106. #include <linux/errno.h>
  107. #include <linux/string.h>
  108. #include <linux/types.h>
  109. #include <linux/ptrace.h>
  110. #include <linux/mman.h>
  111. #include <linux/mm.h>
  112. #include <linux/swap.h>
  113. #include <linux/smp.h>
  114. #include <linux/bootmem.h>
  115. #include <asm/system.h>
  116. #include <asm/segment.h>
  117. #include <asm/pgalloc.h>
  118. #include <asm/pgtable.h>
  119. #include <asm/dma.h>
  120. #include <asm/svinto.h>
  121. #include <asm/io.h>
  122. #include <asm/mmu_context.h>
  123. static unsigned long totalram_pages;
  124. struct pgtable_cache_struct quicklists;  /* see asm/pgalloc.h */
  125. const char bad_pmd_string[] = "Bad pmd in pte_alloc: %08lxn";
  126. extern void die_if_kernel(char *,struct pt_regs *,long);
  127. extern void show_net_buffers(void);
  128. extern void tlb_init(void);
  129. unsigned long empty_zero_page;
  130. /* trim the page-table cache if necessary */
  131. int 
  132. do_check_pgt_cache(int low, int high)
  133. {
  134.         int freed = 0;
  135.         if(pgtable_cache_size > high) {
  136.                 do {
  137.                         if(pgd_quicklist) {
  138.                                 free_pgd_slow(get_pgd_fast());
  139.                                 freed++;
  140.                         }
  141.                         if(pmd_quicklist) {
  142.                                 pmd_free_slow(pmd_alloc_one_fast(NULL, 0));
  143.                                 freed++;
  144.                         }
  145.                         if(pte_quicklist) {
  146.                                 pte_free_slow(pte_alloc_one_fast(NULL, 0));
  147. freed++;
  148.                         }
  149.                 } while(pgtable_cache_size > low);
  150.         }
  151.         return freed;
  152. }
  153. void 
  154. show_mem(void)
  155. {
  156. int i,free = 0,total = 0,cached = 0, reserved = 0, nonshared = 0;
  157. int shared = 0;
  158. printk("nMem-info:n");
  159. show_free_areas();
  160. printk("Free swap:       %6dkBn",nr_swap_pages<<(PAGE_SHIFT-10));
  161. i = max_mapnr;
  162. while (i-- > 0) {
  163. total++;
  164. if (PageReserved(mem_map+i))
  165. reserved++;
  166. else if (PageSwapCache(mem_map+i))
  167. cached++;
  168. else if (!page_count(mem_map+i))
  169. free++;
  170. else if (page_count(mem_map+i) == 1)
  171. nonshared++;
  172. else
  173. shared += page_count(mem_map+i) - 1;
  174. }
  175. printk("%d pages of RAMn",total);
  176. printk("%d free pagesn",free);
  177. printk("%d reserved pagesn",reserved);
  178. printk("%d pages nonsharedn",nonshared);
  179. printk("%d pages sharedn",shared);
  180. printk("%d pages swap cachedn",cached);
  181. printk("%ld pages in page table cachen",pgtable_cache_size);
  182. show_buffers();
  183. }
  184. /*
  185.  * The kernel is already mapped with a kernel segment at kseg_c so 
  186.  * we don't need to map it with a page table. However head.S also
  187.  * temporarily mapped it at kseg_4 so we should set up the ksegs again,
  188.  * clear the TLB and do some other paging setup stuff.
  189.  */
  190. void __init 
  191. paging_init(void)
  192. {
  193. int i;
  194. unsigned long zones_size[MAX_NR_ZONES];
  195. printk("Setting up paging and the MMU.n");
  196. /* clear out the init_mm.pgd that will contain the kernel's mappings */
  197. for(i = 0; i < PTRS_PER_PGD; i++)
  198. swapper_pg_dir[i] = __pgd(0);
  199. /* make sure the current pgd table points to something sane
  200.  * (even if it is most probably not used until the next 
  201.  *  switch_mm)
  202.  */
  203. current_pgd = init_mm.pgd;
  204. /* initialise the TLB (tlb.c) */
  205. tlb_init();
  206. /* see README.mm for details on the KSEG setup */
  207. #ifndef CONFIG_CRIS_LOW_MAP
  208. /* This code is for the corrected Etrax-100 LX version 2... */
  209. #define CACHED_BOOTROM (KSEG_A | 0x08000000UL)
  210. *R_MMU_KSEG = ( IO_STATE(R_MMU_KSEG, seg_f, seg  ) | /* cached flash */
  211. IO_STATE(R_MMU_KSEG, seg_e, seg  ) | /* uncached flash */
  212. IO_STATE(R_MMU_KSEG, seg_d, page ) | /* vmalloc area */
  213. IO_STATE(R_MMU_KSEG, seg_c, seg  ) | /* kernel area */
  214. IO_STATE(R_MMU_KSEG, seg_b, seg  ) | /* kernel reg area */
  215. IO_STATE(R_MMU_KSEG, seg_a, seg  ) | /* bootrom/regs cached */ 
  216. IO_STATE(R_MMU_KSEG, seg_9, page ) | /* user area */
  217. IO_STATE(R_MMU_KSEG, seg_8, page ) |
  218. IO_STATE(R_MMU_KSEG, seg_7, page ) |
  219. IO_STATE(R_MMU_KSEG, seg_6, page ) |
  220. IO_STATE(R_MMU_KSEG, seg_5, page ) |
  221. IO_STATE(R_MMU_KSEG, seg_4, page ) |
  222. IO_STATE(R_MMU_KSEG, seg_3, page ) |
  223. IO_STATE(R_MMU_KSEG, seg_2, page ) |
  224. IO_STATE(R_MMU_KSEG, seg_1, page ) |
  225. IO_STATE(R_MMU_KSEG, seg_0, page ) );
  226. *R_MMU_KBASE_HI = ( IO_FIELD(R_MMU_KBASE_HI, base_f, 0x0 ) |
  227.     IO_FIELD(R_MMU_KBASE_HI, base_e, 0x8 ) |
  228.     IO_FIELD(R_MMU_KBASE_HI, base_d, 0x0 ) |
  229.     IO_FIELD(R_MMU_KBASE_HI, base_c, 0x4 ) |
  230.     IO_FIELD(R_MMU_KBASE_HI, base_b, 0xb ) |
  231.     IO_FIELD(R_MMU_KBASE_HI, base_a, 0x3 ) |
  232.     IO_FIELD(R_MMU_KBASE_HI, base_9, 0x0 ) |
  233.     IO_FIELD(R_MMU_KBASE_HI, base_8, 0x0 ) );
  234. *R_MMU_KBASE_LO = ( IO_FIELD(R_MMU_KBASE_LO, base_7, 0x0 ) |
  235.     IO_FIELD(R_MMU_KBASE_LO, base_6, 0x0 ) |
  236.     IO_FIELD(R_MMU_KBASE_LO, base_5, 0x0 ) |
  237.     IO_FIELD(R_MMU_KBASE_LO, base_4, 0x0 ) |
  238.     IO_FIELD(R_MMU_KBASE_LO, base_3, 0x0 ) |
  239.     IO_FIELD(R_MMU_KBASE_LO, base_2, 0x0 ) |
  240.     IO_FIELD(R_MMU_KBASE_LO, base_1, 0x0 ) |
  241.     IO_FIELD(R_MMU_KBASE_LO, base_0, 0x0 ) );
  242. #else
  243. /* Etrax-100 LX version 1 has a bug so that we cannot map anything
  244.  * across the 0x80000000 boundary, so we need to shrink the user-virtual
  245.  * area to 0x50000000 instead of 0xb0000000 and map things slightly
  246.  * different. The unused areas are marked as paged so that we can catch
  247.  * freak kernel accesses there.
  248.  *
  249.  * The ARTPEC chip is mapped at 0xa so we pass that segment straight
  250.  * through. We cannot vremap it because the vmalloc area is below 0x8
  251.  * and Juliette needs an uncached area above 0x8.
  252.  *
  253.  * Same thing with 0xc and 0x9, which is memory-mapped I/O on some boards.
  254.  * We map them straight over in LOW_MAP, but use vremap in LX version 2.
  255.  */
  256. #define CACHED_BOOTROM (KSEG_F | 0x08000000UL)
  257. *R_MMU_KSEG = ( IO_STATE(R_MMU_KSEG, seg_f, seg  ) |  /* cached bootrom/regs */ 
  258. IO_STATE(R_MMU_KSEG, seg_e, page ) |
  259. IO_STATE(R_MMU_KSEG, seg_d, page ) | 
  260. IO_STATE(R_MMU_KSEG, seg_c, page ) |   
  261. IO_STATE(R_MMU_KSEG, seg_b, seg  ) |  /* kernel reg area */
  262. #ifdef CONFIG_JULIETTE
  263. IO_STATE(R_MMU_KSEG, seg_a, seg  ) |  /* ARTPEC etc. */
  264. #else
  265. IO_STATE(R_MMU_KSEG, seg_a, page ) |
  266. #endif
  267. IO_STATE(R_MMU_KSEG, seg_9, seg  ) |  /* LED's on some boards */
  268. IO_STATE(R_MMU_KSEG, seg_8, seg  ) |  /* CSE0/1, flash and I/O */
  269. IO_STATE(R_MMU_KSEG, seg_7, page ) |  /* kernel vmalloc area */
  270. IO_STATE(R_MMU_KSEG, seg_6, seg  ) |  /* kernel DRAM area */
  271. IO_STATE(R_MMU_KSEG, seg_5, seg  ) |  /* cached flash */
  272. IO_STATE(R_MMU_KSEG, seg_4, page ) |  /* user area */
  273. IO_STATE(R_MMU_KSEG, seg_3, page ) |  /* user area */
  274. IO_STATE(R_MMU_KSEG, seg_2, page ) |  /* user area */
  275. IO_STATE(R_MMU_KSEG, seg_1, page ) |  /* user area */
  276. IO_STATE(R_MMU_KSEG, seg_0, page ) ); /* user area */
  277. *R_MMU_KBASE_HI = ( IO_FIELD(R_MMU_KBASE_HI, base_f, 0x3 ) |
  278.     IO_FIELD(R_MMU_KBASE_HI, base_e, 0x0 ) |
  279.     IO_FIELD(R_MMU_KBASE_HI, base_d, 0x0 ) |
  280.     IO_FIELD(R_MMU_KBASE_HI, base_c, 0x0 ) |
  281.     IO_FIELD(R_MMU_KBASE_HI, base_b, 0xb ) |
  282. #ifdef CONFIG_JULIETTE
  283.     IO_FIELD(R_MMU_KBASE_HI, base_a, 0xa ) |
  284. #else
  285.     IO_FIELD(R_MMU_KBASE_HI, base_a, 0x0 ) |
  286. #endif
  287.     IO_FIELD(R_MMU_KBASE_HI, base_9, 0x9 ) |
  288.     IO_FIELD(R_MMU_KBASE_HI, base_8, 0x8 ) );
  289. *R_MMU_KBASE_LO = ( IO_FIELD(R_MMU_KBASE_LO, base_7, 0x0 ) |
  290.     IO_FIELD(R_MMU_KBASE_LO, base_6, 0x4 ) |
  291.     IO_FIELD(R_MMU_KBASE_LO, base_5, 0x0 ) |
  292.     IO_FIELD(R_MMU_KBASE_LO, base_4, 0x0 ) |
  293.     IO_FIELD(R_MMU_KBASE_LO, base_3, 0x0 ) |
  294.     IO_FIELD(R_MMU_KBASE_LO, base_2, 0x0 ) |
  295.     IO_FIELD(R_MMU_KBASE_LO, base_1, 0x0 ) |
  296.     IO_FIELD(R_MMU_KBASE_LO, base_0, 0x0 ) );
  297. #endif
  298. *R_MMU_CONTEXT = ( IO_FIELD(R_MMU_CONTEXT, page_id, 0 ) );
  299. /* The MMU has been enabled ever since head.S but just to make
  300.  * it totally obvious we do it here as well.
  301.  */
  302. *R_MMU_CTRL = ( IO_STATE(R_MMU_CTRL, inv_excp, enable ) |
  303. IO_STATE(R_MMU_CTRL, acc_excp, enable ) |
  304. IO_STATE(R_MMU_CTRL, we_excp,  enable ) );
  305. *R_MMU_ENABLE = IO_STATE(R_MMU_ENABLE, mmu_enable, enable);
  306. /*
  307.  * initialize the bad page table and bad page to point
  308.  * to a couple of allocated pages
  309.  */
  310. empty_zero_page = (unsigned long)alloc_bootmem_pages(PAGE_SIZE);
  311. memset((void *)empty_zero_page, 0, PAGE_SIZE);
  312. /* All pages are DMA'able in Etrax, so put all in the DMA'able zone */
  313. zones_size[0] = ((unsigned long)high_memory - PAGE_OFFSET) >> PAGE_SHIFT;
  314. for (i = 1; i < MAX_NR_ZONES; i++)
  315. zones_size[i] = 0;
  316. /* Use free_area_init_node instead of free_area_init, because the former
  317.  * is designed for systems where the DRAM starts at an address substantially
  318.  * higher than 0, like us (we start at PAGE_OFFSET). This saves space in the
  319.  * mem_map page array.
  320.  */
  321. free_area_init_node(0, 0, 0, zones_size, PAGE_OFFSET, 0);
  322. }
  323. extern unsigned long loops_per_jiffy; /* init/main.c */
  324. unsigned long loops_per_usec;
  325. extern char _stext, _edata, _etext;
  326. extern char __init_begin, __init_end;
  327. void __init
  328. mem_init(void)
  329. {
  330. int codesize, reservedpages, datasize, initsize;
  331. unsigned long tmp;
  332. if(!mem_map)
  333. BUG();
  334. /* max/min_low_pfn was set by setup.c
  335.  * now we just copy it to some other necessary places...
  336.  *
  337.  * high_memory was also set in setup.c
  338.  */
  339. max_mapnr = num_physpages = max_low_pfn - min_low_pfn;
  340.  
  341. /* this will put all memory onto the freelists */
  342.         totalram_pages = free_all_bootmem();
  343. reservedpages = 0;
  344. for (tmp = 0; tmp < max_mapnr; tmp++) {
  345. /*
  346.                  * Only count reserved RAM pages
  347.                  */
  348. if (PageReserved(mem_map + tmp))
  349. reservedpages++;
  350. }
  351. codesize =  (unsigned long) &_etext - (unsigned long) &_stext;
  352.         datasize =  (unsigned long) &_edata - (unsigned long) &_etext;
  353.         initsize =  (unsigned long) &__init_end - (unsigned long) &__init_begin;
  354.         printk("Memory: %luk/%luk available (%dk kernel code, %dk reserved, %dk data, "
  355.        "%dk init)n" ,
  356.        (unsigned long) nr_free_pages() << (PAGE_SHIFT-10),
  357.        max_mapnr << (PAGE_SHIFT-10),
  358.        codesize >> 10,
  359.        reservedpages << (PAGE_SHIFT-10),
  360.        datasize >> 10,
  361.        initsize >> 10
  362.                );
  363. /* HACK alert - calculate a loops_per_usec for asm/delay.h here
  364.  * since this is called just after calibrate_delay in init/main.c
  365.  * but before places which use udelay. cannot be in time.c since
  366.  * that is called _before_ calibrate_delay
  367.  */
  368. loops_per_usec = (loops_per_jiffy * HZ) / 1000000;
  369. return;
  370. }
  371. /* Initialize remaps of some I/O-ports. This is designed to be callable
  372.  * multiple times from the drivers init-sections, because we don't know
  373.  * beforehand which driver will get initialized first.
  374.  */
  375. void 
  376. init_ioremap(void)
  377. {
  378.   
  379. /* Give the external I/O-port addresses their values */
  380.         static int initialized = 0;
  381.   
  382.         if( !initialized ) {
  383.                 initialized++;
  384.             
  385. #ifdef CONFIG_CRIS_LOW_MAP
  386.                /* Simply a linear map (see the KSEG map above in paging_init) */
  387.                port_cse1_addr = (volatile unsigned long *)(MEM_CSE1_START | 
  388.                                                            MEM_NON_CACHEABLE);
  389.                port_csp0_addr = (volatile unsigned long *)(MEM_CSP0_START |
  390.                                                            MEM_NON_CACHEABLE);
  391.                port_csp4_addr = (volatile unsigned long *)(MEM_CSP4_START |
  392.                                                            MEM_NON_CACHEABLE);
  393. #else
  394.                /* Note that nothing blows up just because we do this remapping 
  395.                 * it's ok even if the ports are not used or connected 
  396.                 * to anything (or connected to a non-I/O thing) */        
  397.                port_cse1_addr = (volatile unsigned long *)
  398.                  ioremap((unsigned long)(MEM_CSE1_START | 
  399.                                          MEM_NON_CACHEABLE), 16);
  400.                port_csp0_addr = (volatile unsigned long *)
  401.                  ioremap((unsigned long)(MEM_CSP0_START |
  402.                                          MEM_NON_CACHEABLE), 16);
  403.                port_csp4_addr = (volatile unsigned long *)
  404.                  ioremap((unsigned long)(MEM_CSP4_START |
  405.                                          MEM_NON_CACHEABLE), 16);
  406. #endif
  407.         }
  408. }
  409. /* Helper function for the two below */
  410. static inline void
  411. flush_etrax_cacherange(void *startadr, int length)
  412. {
  413. /* CACHED_BOOTROM is mapped to the boot-rom area (cached) which
  414.  * we can use to get fast dummy-reads of cachelines
  415.  */
  416. volatile short *flushadr = (volatile short *)(((unsigned long)startadr & ~PAGE_MASK) |
  417.       CACHED_BOOTROM);
  418. length = length > 8192 ? 8192 : length;  /* No need to flush more than cache size */
  419. while(length > 0) {
  420. short tmp = *flushadr;           /* dummy read to flush */
  421. flushadr += (32/sizeof(short));  /* a cacheline is 32 bytes */
  422. length -= 32;
  423. }
  424. }
  425. /* Due to a bug in Etrax100(LX) all versions, receiving DMA buffers
  426.  * will occationally corrupt certain CPU writes if the DMA buffers
  427.  * happen to be hot in the cache.
  428.  * 
  429.  * As a workaround, we have to flush the relevant parts of the cache
  430.  * before (re) inserting any receiving descriptor into the DMA HW.
  431.  */
  432. void
  433. prepare_rx_descriptor(struct etrax_dma_descr *desc)
  434. {
  435. flush_etrax_cacherange((void *)desc->buf, desc->sw_len ? desc->sw_len : 65536);
  436. }
  437. /* Do the same thing but flush the entire cache */
  438. void
  439. flush_etrax_cache(void)
  440. {
  441. flush_etrax_cacherange(0, 8192);
  442. }
  443. /* free the pages occupied by initialization code */
  444. void 
  445. free_initmem(void)
  446. {
  447.         unsigned long addr;
  448.         addr = (unsigned long)(&__init_begin);
  449.         for (; addr < (unsigned long)(&__init_end); addr += PAGE_SIZE) {
  450.                 ClearPageReserved(virt_to_page(addr));
  451.                 set_page_count(virt_to_page(addr), 1);
  452.                 free_page(addr);
  453.                 totalram_pages++;
  454.         }
  455.         printk (KERN_INFO "Freeing unused kernel memory: %luk freedn", 
  456. (&__init_end - &__init_begin) >> 10);
  457. }
  458. void 
  459. si_meminfo(struct sysinfo *val)
  460. {
  461.         val->totalram = totalram_pages;
  462.         val->sharedram = 0;
  463.         val->freeram = nr_free_pages();
  464.         val->bufferram = atomic_read(&buffermem_pages);
  465.         val->totalhigh = 0;
  466.         val->freehigh = 0;
  467.         val->mem_unit = PAGE_SIZE;
  468. }