public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* APIC Lockups upon bootup
@ 2002-11-03  5:17 David T Hollis
  0 siblings, 0 replies; only message in thread
From: David T Hollis @ 2002-11-03  5:17 UTC (permalink / raw)
  To: linux-kernel

I am attempting to install RedHat 8.0 onto an Athlon XP1600 system 
(Amptron/PCChips motherboard K7-825LM 8/12/2002 BIOS) but I consistently 
die at bootup at "ESR value before enabling vector: 00000002".  I have 
tried using 'noapic' and 'nosmp' to no avail.  In looking at the code, I 
must be dying just a few lines after it gives me the above output:



        if (APIC_INTEGRATED(ver) && !esr_disable) {             /* 
!82489DX */
                maxlvt = get_maxlvt();
                if (maxlvt > 3)         /* Due to the Pentium erratum 
3AP. */
                        apic_write(APIC_ESR, 0);
                value = apic_read(APIC_ESR);
                printk("ESR value before enabling vector: %08lx\n", value);

=====  I die somewhere in this code ?!?!?! ================
                value = ERROR_APIC_VECTOR;      // enables sending errors
                apic_write_around(APIC_LVTERR, value);
                /*
                 * spec says clear errors after enabling vector.
                 */
                if (maxlvt > 3)
                        apic_write(APIC_ESR, 0);
                value = apic_read(APIC_ESR);
                printk("ESR value after enabling vector: %08lx\n", value);


Anyone have any ideas?  I've never seen anything like this anywhere. 
 Google searches have turned up empty as well.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-11-03  5:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-03  5:17 APIC Lockups upon bootup David T Hollis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox