diff options
author | Yinghai Lu <yinghailu@gmail.com> | 2004-10-22 18:45:36 +0000 |
---|---|---|
committer | Yinghai Lu <yinghailu@gmail.com> | 2004-10-22 18:45:36 +0000 |
commit | ccf0bc01aa00a026d136685b0f5f95109f6c85df (patch) | |
tree | 9c636208d9c2b11f9037095b28c6e8aa39b08ced /src/cpu/intel/socket_mPGA604_533Mhz | |
parent | a1653cfea55c82ab12f46e14d7ecd7e7ca5e89a8 (diff) |
s2735 half update
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1705 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/intel/socket_mPGA604_533Mhz')
-rw-r--r-- | src/cpu/intel/socket_mPGA604_533Mhz/chip.h | 2 | ||||
-rw-r--r-- | src/cpu/intel/socket_mPGA604_533Mhz/socket_mPGA604_533Mhz.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/intel/socket_mPGA604_533Mhz/chip.h b/src/cpu/intel/socket_mPGA604_533Mhz/chip.h index f08d8eef50..bf5cbc70eb 100644 --- a/src/cpu/intel/socket_mPGA604_533Mhz/chip.h +++ b/src/cpu/intel/socket_mPGA604_533Mhz/chip.h @@ -1,4 +1,4 @@ -extern struct chip_operations cpu_intel_socket_mPGA604_533Mhz_control; +extern struct chip_operations cpu_intel_socket_mPGA604_533Mhz_ops; struct cpu_intel_socket_mPGA604_533Mhz_config { }; diff --git a/src/cpu/intel/socket_mPGA604_533Mhz/socket_mPGA604_533Mhz.c b/src/cpu/intel/socket_mPGA604_533Mhz/socket_mPGA604_533Mhz.c index aba9cd3ec4..0831ac09c0 100644 --- a/src/cpu/intel/socket_mPGA604_533Mhz/socket_mPGA604_533Mhz.c +++ b/src/cpu/intel/socket_mPGA604_533Mhz/socket_mPGA604_533Mhz.c @@ -2,6 +2,6 @@ #include "chip.h" -struct chip_operations cpu_intel_socket_mPGA604_533Mhz_control = { +struct chip_operations cpu_intel_socket_mPGA604_533Mhz_ops = { .name = "socket mPGA604_533Mhz", }; |