commit | 5b7c3c918c9c26c50d220b2b50359208cb5a1dbe | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jun 02 21:17:37 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jun 09 16:47:22 2009 +1000 |
tree | b5c39c81cfb0591ae2b05a9fae2071bb364381ae | |
parent | e821ea70f3b4873b50056a1e0f74befed1014c09 [diff] |
powerpc: Introduce CONFIG_PPC_BOOK3S This patch introduce a new Kconfig option, CONFIG_PPC_BOOK3S that represents processors that are compliant with the "classic" (aka "server") variant of the PowerPC architecture. It replaces CONFIG_6xx on 32-bit (though the symbol is still defined for compatibility) and encompass all currently supported 64-bit processors. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>