Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2013 12:08:39 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-current@freebsd.org
Cc:        matt <sendtomatt@gmail.com>
Subject:   Re: CPU0: Local APIC error 0x80
Message-ID:  <201302271208.39119.jhb@freebsd.org>
In-Reply-To: <512A70AC.6050906@gmail.com>
References:  <512A70AC.6050906@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday, February 24, 2013 2:57:32 pm matt wrote:
> What does this mean exactly?
> 
> Whenever I call/evaluate certain ACPI paths, this gets printed on console.
> 
> I assume it's a concurrent access issue or something, or perhaps just a
> bios/uefi problem?

#define	APIC_ESR_ILLEGAL_REGISTER	0x00000080

It means something wrote to an invalid lapic register.  It is probably a bug 
in your BIOS, yes.

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302271208.39119.jhb>