Example #1
0
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);
}
Example #2
0
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\n",0);

#ifdef DUMP_DBATS
    dump_dbats();
#endif

    total = pplus_get_mem_size(0xfef80000);
    return (total);
}