commit | b1f006b65c12b85df81f12c1073ad18fd26f4a16 | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yhlu.kernel@gmail.com> | Mon Jun 09 18:11:36 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Jul 08 10:36:04 2008 +0200 |
tree | ac8705bfbb8178142cf79fc19b0bb873c2f3e07c | |
parent | b20d70b70e9aa854c47d2af10659f1033b6d69bb [diff] |
x86: make generic arch support NUMAQ, fix #2 we are checking mptable early for numaq, so don't need to reserve_bootmem for it. bootmem is not there yet. do the same thing as 64-bit. found it on 64g above system from 64-bit kernel kexec to 32 bit kernel with numaq support. Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>