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
- Re: Another issue Hamish Guthrie
- Re: Another issue Eric W. Biederman
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