Set MMX and SSE where needed. Note that many boards don't even bother
[coreboot.git] / src / cpu / intel / socket_mPGA479M / socket_mPGA479M.c
1 #include <device/device.h>
2 #include "chip.h"
3
4
5 struct chip_operations cpu_intel_socket_mPGA479M_ops = {
6         CHIP_NAME("Socket mPGA479M CPU")
7 };