Hi Alexey,
On 18 May 2015 at 04:41, Alexey Brodkin wrote:
> Hi Simon,
>
> I was looking at how to output error message from very early init and
> found IMHO senseless code in "arch/x86/cpu/coreboot/coreboot.c":
> >8--
> int arch_cpu_init(void)
> {
> int ret
Hi Simon,
I was looking at how to output error message from very early init and
found IMHO senseless code in "arch/x86/cpu/coreboot/coreboot.c":
>8--
int arch_cpu_init(void)
{
int ret = get_coreboot_info(&lib_sysinfo);
if (ret != 0) {
2 matches
Mail list logo