int __init get_memcfg_numaq(void) { early_check_numaq(); if (!found_numaq) return 0; smp_dump_qct(); return 1; }
int __init numaq_numa_init(void) { early_check_numaq(); if (!found_numaq) return -ENOENT; smp_dump_qct(); return 0; }
/* * Unlike Summit, we don't really care to let the NUMA-Q * fall back to flat mode. Don't compile for NUMA-Q * unless you really need it! */ int __init get_memcfg_numaq(void) { smp_dump_qct(); return 1; }