All of these CPUS have 32 address bits in all cases. Move this to the cpu.h

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>


git-svn-id: svn://coreboot.org/repository/coreboot-v3@972 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Ronald G. Minnich 2008-10-31 18:56:53 +00:00
commit cc82832d3a
2 changed files with 1 additions and 1 deletions

View file

@ -25,6 +25,7 @@
#define SYSCFG_MSR 0xC0010010
#define SYSCFG_MSR_MtrrFixDramModEn (1 << 19)
#define SYSCFG_MSR_MtrrFixDramEn (1 << 18)
#define CPU_ADDR_BITS 32
#ifndef __ASSEMBLER__

View file

@ -18,4 +18,3 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#define CPU_ADDR_BITS 32