blob: 78eae3673250b1a5b6273ed0b33133de60f9b624 [file] [log] [blame]
Kyösti Mälkki5fe1fb7a2013-12-08 07:21:05 +02001unsigned char microcode[] __attribute__ ((aligned(16))) = {
2#include CONFIG_AMD_UCODE_PATCH_FILE
3
4 /* Dummy terminator */
5 0x0, 0x0, 0x0, 0x0,
6 0x0, 0x0, 0x0, 0x0,
7 0x0, 0x0, 0x0, 0x0,
8 0x0, 0x0, 0x0, 0x0,
9};