Author: stepan Date: 2009-04-22 11:06:38 +0200 (Wed, 22 Apr 2009) New Revision: 4171
Modified: trunk/coreboot-v2/src/cpu/intel/socket_mPGA604/chip.h trunk/coreboot-v2/src/cpu/intel/socket_mPGA604/socket_mPGA604.c Log: argh... never redo parts of the original patch on the fly. This fixes the tree again. Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/coreboot-v2/src/cpu/intel/socket_mPGA604/chip.h =================================================================== --- trunk/coreboot-v2/src/cpu/intel/socket_mPGA604/chip.h 2009-04-22 09:03:08 UTC (rev 4170) +++ trunk/coreboot-v2/src/cpu/intel/socket_mPGA604/chip.h 2009-04-22 09:06:38 UTC (rev 4171) @@ -1,4 +1,4 @@ -extern struct chip_operations cpu_intel_socket_mPGA604_800Mhz_ops; +extern struct chip_operations cpu_intel_socket_mPGA604_ops;
-struct cpu_intel_socket_mPGA604_800Mhz_config { +struct cpu_intel_socket_mPGA604_config { };
Modified: trunk/coreboot-v2/src/cpu/intel/socket_mPGA604/socket_mPGA604.c =================================================================== --- trunk/coreboot-v2/src/cpu/intel/socket_mPGA604/socket_mPGA604.c 2009-04-22 09:03:08 UTC (rev 4170) +++ trunk/coreboot-v2/src/cpu/intel/socket_mPGA604/socket_mPGA604.c 2009-04-22 09:06:38 UTC (rev 4171) @@ -2,6 +2,6 @@ #include "chip.h"
-struct chip_operations cpu_intel_socket_mPGA604_800Mhz_ops = { +struct chip_operations cpu_intel_socket_mPGA604_ops = { CHIP_NAME("Socket mPGA604 CPU") };