blob: ad6e3ca01a1b522283e96f43b3d4278b59ace142 (
plain)
1
2
3
4
5
6
7
|
unsigned char microcode[] __attribute__ ((aligned(16))) = {
#if !CONFIG_K8_REV_F_SUPPORT
#include "microcode_rev_c.h"
#include "microcode_rev_d.h"
#include "microcode_rev_e.h"
#endif
};
|