Eric,

In include/cpu/cpufixup.h, there is a typo on line 14

#define cpu_fixup() do {} while(0)

should read:

#define cpufixup(x) do {} while(0)

Regards


Reply via email to