Home
last modified time | relevance | path

Searched refs:MEM_SIZE_IS_IN_BYTES (Results 1 – 1 of 1) sorted by relevance

/linux/arch/mips/loongson64/
H A Dinit.c67 /* Memory size comes in MB if MEM_SIZE_IS_IN_BYTES not set */ in szmem()
68 if (mem_size & MEM_SIZE_IS_IN_BYTES) in szmem()
69 mem_size &= ~MEM_SIZE_IS_IN_BYTES; in szmem()