x86: additional defconfig updates
authorH. Peter Anvin <hpa@zytor.com>
Thu, 4 Sep 2008 00:24:03 +0000 (17:24 -0700)
committerIngo Molnar <mingo@elte.hu>
Fri, 5 Sep 2008 16:57:14 +0000 (18:57 +0200)
Additional updates to the x86 defconfigs.  The goals are, as before:

- Make them usable to testers, more so than distributors or end users,
  both of which are likely to have their own config already.
- Keep 32 and 64 bits as similar as is practical.

Changes:

- Use a more generic CPU type (ppro and generic, respectively).
- Bump number of CPUs to 64 (few if any NR_CPUS arrays left).
- Enable PAT.
- Enable OPTIMIZE_INLINE.
- Enable microcode update support.
- Build SMT scheduler support (in addition to MC).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found