static unsigned long __init pplus_find_end_of_memory(void) { unsigned long total; if (ppc_md.progress) ppc_md.progress("pplus_find_end_of_memory", 0); #ifdef DUMP_DBATS dump_dbats(); #endif total = hawk_get_mem_size(PPLUS_HAWK_SMC_BASE); return (total); }
static unsigned long __init mvme5100_find_end_of_memory(void) { return hawk_get_mem_size(MVME5100_HAWK_SMC_BASE); }
/* * We need to read the Falcon/Hawk memory controller * to properly determine this value */ static unsigned long __init prpmc750_find_end_of_memory(void) { /* Read the memory size from the Hawk SMC */ return hawk_get_mem_size(PRPMC750_HAWK_SMC_BASE); }
static unsigned long __init mcpn765_find_end_of_memory(void) { return hawk_get_mem_size(MCPN765_HAWK_SMC_BASE); }