Searched refs:bitmap_bits (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dsrmmu.c403 unsigned int bitmap_bits; local
410 bitmap_bits = srmmu_nocache_size >> SRMMU_NOCACHE_BITMAP_SHIFT;
416 srmmu_nocache_bitmap = __alloc_bootmem(bitmap_bits >> 3, SMP_CACHE_BYTES, 0UL);
417 bit_map_init(&srmmu_nocache_map, srmmu_nocache_bitmap, bitmap_bits);

Completed in 37 milliseconds