Date: Mon, 29 Mar 2010 19:13:34 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/amd64 apic_vector.S local_apic.c src/sys/amd64/include apicvar.h src/sys/i386/i386 apic_vector.s local_apic.c src/sys/i386/include apicvar.h Message-ID: <201003291914.o2TJEPjF007270@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2010-03-29 19:13:34 UTC FreeBSD src repository Modified files: sys/amd64/amd64 apic_vector.S local_apic.c sys/amd64/include apicvar.h sys/i386/i386 apic_vector.s local_apic.c sys/i386/include apicvar.h Log: SVN rev 205851 on 2010-03-29 19:13:34Z by jhb Add a handler for the local APIC error interrupt. For now it just prints out the current value of the local APIC error register when the interrupt fires. MFC after: 1 week Revision Changes Path 1.113 +12 -0 src/sys/amd64/amd64/apic_vector.S 1.65 +29 -18 src/sys/amd64/amd64/local_apic.c 1.34 +3 -2 src/sys/amd64/include/apicvar.h 1.115 +13 -0 src/sys/i386/i386/apic_vector.s 1.68 +30 -18 src/sys/i386/i386/local_apic.c 1.37 +3 -2 src/sys/i386/include/apicvar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003291914.o2TJEPjF007270>