summaryrefslogtreecommitdiff
path: root/src/cpu/intel/socket_mPGA603/chip.h
diff options
context:
space:
mode:
authorEric Biederman <ebiederm@xmission.com>2004-10-27 01:18:16 +0000
committerEric Biederman <ebiederm@xmission.com>2004-10-27 01:18:16 +0000
commit3566b3d545dd13f3760e6aa1fc50159243991e1d (patch)
tree2d35076ba899562ce61837e4d272f27537b0dd78 /src/cpu/intel/socket_mPGA603/chip.h
parenteefdb038981a0fcc93df5c6c934f8138a43873bb (diff)
downloadcoreboot-3566b3d545dd13f3760e6aa1fc50159243991e1d.tar.xz
- Bug fixes to the P-III support
- Initial Pentium-M support git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1718 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/intel/socket_mPGA603/chip.h')
-rw-r--r--src/cpu/intel/socket_mPGA603/chip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/intel/socket_mPGA603/chip.h b/src/cpu/intel/socket_mPGA603/chip.h
index def3e9c02f..eee4b9cf90 100644
--- a/src/cpu/intel/socket_mPGA603/chip.h
+++ b/src/cpu/intel/socket_mPGA603/chip.h
@@ -1,4 +1,4 @@
-extern struct chip_operations cpu_intel_socket_mPGA603_400Mhz_control;
+extern struct chip_operations cpu_intel_socket_mPGA603_control;
-struct cpu_intel_socket_mPGA603_400Mhz_config {
+struct cpu_intel_socket_mPGA603_config {
};