Changeset 466 for branches/1.2/xc_shm.c
- Timestamp:
- 08/05/2007 02:37:02 AM (16 months ago)
- Files:
-
- 1 modified
-
branches/1.2/xc_shm.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/xc_shm.c
r163 r466 20 20 { 21 21 extern void xc_shm_mem_init(); 22 #ifdef HAVE_XCACHE_TEST 22 23 extern void xc_shm_malloc_register(); 24 #endif 23 25 extern void xc_shm_mmap_register(); 24 26 25 27 memset(xc_shm_schemes, 0, sizeof(xc_shm_schemes)); 26 28 xc_shm_mem_init(); 29 #ifdef HAVE_XCACHE_TEST 27 30 xc_shm_malloc_register(); 31 #endif 28 32 xc_shm_mmap_register(); 29 33 }

