Prev: [PATCH] Staging:asus_oled: Fixed problem of style tabs in asus_oled.c
Next: [PATCH] devtmpfs: support !CONFIG_TMPFS
From: Justin Piszcz on 12 Mar 2010 05:30 Hello, I am trying to figure out why a particular host using a Gigabyte motherboard (AMD) continues to crash, memory/CPU OK, voltages normal, I see this in the kernel log: [ 0.138774] PCI: Using ACPI for IRQ routing [ 0.138825] PCI: pci_cache_line_size set to 64 bytes [ 0.138830] pci 0000:00:00.0: address space collision: [mem 0xe0000000-0xffffffff 64bit] already in use If memory gets mapped into this space somehow, can that cause a spontaenous reboot? What is the workaround for this problem? There are no PCI cards in this system, only a graphics card. I suppose the next things to try: apic=off lapic=off Justin. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Justin Piszcz on 12 Mar 2010 05:50 On Fri, 12 Mar 2010, Justin Piszcz wrote: > Hello, > > I am trying to figure out why a particular host using a Gigabyte motherboard > (AMD) continues to crash, memory/CPU OK, voltages normal, I see this in > the kernel log: > > [ 0.138774] PCI: Using ACPI for IRQ routing > [ 0.138825] PCI: pci_cache_line_size set to 64 bytes > [ 0.138830] pci 0000:00:00.0: address space collision: [mem > 0xe0000000-0xffffffff 64bit] already in use > > If memory gets mapped into this space somehow, can that cause a spontaenous > reboot? What is the workaround for this problem? > > There are no PCI cards in this system, only a graphics card. > > I suppose the next things to try: > apic=off > lapic=off Correction- noapic nolapic -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Justin Piszcz on 12 Mar 2010 06:10 On Fri, 12 Mar 2010, Justin Piszcz wrote: > > > On Fri, 12 Mar 2010, Justin Piszcz wrote: > >> Hello, >> >> I am trying to figure out why a particular host using a Gigabyte >> motherboard >> (AMD) continues to crash, memory/CPU OK, voltages normal, I see this in >> the kernel log: >> >> [ 0.138774] PCI: Using ACPI for IRQ routing >> [ 0.138825] PCI: pci_cache_line_size set to 64 bytes >> [ 0.138830] pci 0000:00:00.0: address space collision: [mem >> 0xe0000000-0xffffffff 64bit] already in use >> >> If memory gets mapped into this space somehow, can that cause a spontaenous >> reboot? What is the workaround for this problem? >> >> There are no PCI cards in this system, only a graphics card. >> >> I suppose the next things to try: >> apic=off >> lapic=off > > Correction- > noapic > nolapic > -- [ 0.029932] pci_root PNP0A03:00: ignoring host bridge windows from ACPI; boot with "pci=use_crs" to use them After booting with pci=use_crs, the collision goes away, as does another problem with the jmicron controller, will see if this fixes it. Justin. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Justin Piszcz on 12 Mar 2010 07:50 On Fri, 12 Mar 2010, Justin Piszcz wrote: Problem persists. Others seem to have similar issues: http://lkml.org/lkml/2010/1/9/157 Some boards not compatible it appears.. Justin. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Justin Piszcz on 12 Mar 2010 08:00
On Fri, 12 Mar 2010, Justin Piszcz wrote: > > > On Fri, 12 Mar 2010, Justin Piszcz wrote: > > Problem persists. > > Others seem to have similar issues: > http://lkml.org/lkml/2010/1/9/157 > > Some boards not compatible it appears.. > > Justin. > > Even with all boards removed: [ 0.133537] pci 0000:00:00.0: address space collision: [mem 0xe0000000-0xffffffff 64bit] already in use 00:00.0 Host bridge: ATI Technologies Inc RD790 Northbridge only dual slot PCI-e_GFX and HT3 K8 part -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |