linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RE: [SOLVED] RE: 2.6.0-test3 latest bk hangs when enabling IO-APIC
@ 2003-08-19  3:17 Brown, Len
  2003-08-19 12:54 ` Stian Jordet
  0 siblings, 1 reply; 10+ messages in thread
From: Brown, Len @ 2003-08-19  3:17 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Stian Jordet, linux-kernel

> So... concrete suggestions?  Overall, IMO, move everything under 
> CONFIG_ACPI, or, make CONFIG_ACPI_BOOT a _peer_ option, whose 
> selection 
> or lackthereof doesn't affect CONFIG_ACPI visibility at all.

Simply re-naming CONFIG_ACPI_HT to be CONFIG_ACPI_BOOT might help, as it
would be more clear that it is necessary for the rest of ACPI.  However,
it may not be obvious that it provides the minimal config to enable HT.

Re: peers
Unfortunately ACPI doesn't work so well if CONFIG_ACPI_BOOT is left out.
Yes, it's conceivable, but I spent several hours tinkering with it in
search of a "noht" build option, but ditched it b/c it seemed like a
build option very few would use.

Re: CONFIG_ACPI is the the master switch, and all other ACPI options
subservient...
If implemented literally, this is sort of a pain, as CONFIG_ACPI appears
all over the code.  However, a dummy config master ACPI config option
could be used to enable the menu that contains all the rest of ACPI...

-Len

^ permalink raw reply	[flat|nested] 10+ messages in thread
* RE: [SOLVED] RE: 2.6.0-test3 latest bk hangs when enabling IO-APIC
@ 2003-08-19  1:15 Brown, Len
  2003-08-19  1:57 ` Jeff Garzik
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Brown, Len @ 2003-08-19  1:15 UTC (permalink / raw)
  To: Stian Jordet; +Cc: linux-kernel

CONFIG_ACPI_HT is mostly just an alias for CONFIG_ACPI_BOOT -- the early
boot part of ACPI without the run-time events included in the full ACPI
implementation.  Unless I screwed up the config dependencies, it should
be impossible to enable the full CONFIG_ACPI without including
CONFIG_ACPI_HT.

When full CONFIG_ACPI is used, the cmdline "acpi=ht" can be used to
revert to just the CONFIG_ACPI_HT behaviour.

The help built into config should explain this clearly, let me know if
it doesn't.

Thanks,
-Len

Ps. The "noapic" flag is actually broken in the baseline kernel in some
cases (ACPI enabled), a fix will come with the next batch...

> -----Original Message-----
> From: Stian Jordet [mailto:liste@jordet.nu] 
> Sent: Monday, August 18, 2003 7:12 PM
> To: Brown, Len
> Cc: linux-kernel@vger.kernel.org
> Subject: Re: [SOLVED] RE: 2.6.0-test3 latest bk hangs when 
> enabling IO-APIC
> 
> 
> tir, 19.08.2003 kl. 01.06 skrev Stian Jordet:
> > man, 18.08.2003 kl. 22.06 skrev Stian Jordet:
> > > man, 18.08.2003 kl. 21.23 skrev Stian Jordet:
> > > > man, 18.08.2003 kl. 19.53 skrev Brown, Len: 
> > > > > Try booting with pci=noacpi, and if that doesn't work acpi=off
> > > > > If either of those work, then file in bugzilla with 
> component=ACPI and
> > > > > assign it to len.brown@intel.com
> > > > 
> > > > It works when booting with noapic, but not with 
> acpi=off nor pci=noapic.
> > > > Does that mean I can't blame you for it?
> > > 
> > > Just to confuse myself (and whoever reading my mails). 
> When I disabled
> > > the second onboard ide-port, the kernel booted, but usb 
> didn't work.
> > > Absolutely no problem what so ever with -test3.
> > 
> > I had to enable CONFIG_ACPI_HT=y. But you must have screwed 
> something
> > up, since my P3's really, really don't have any Hyper 
> Threading :) ACPI
> > was already enabled, and from the help texts, there shouldn't be any
> > difference with ACPI_HT then. Nevermind, I'm happy :)
> 
> Sorry for spamming, but when I think of it, I don't think acpi is
> enabled at all without the CONFIG_ACPI_HT. Because my 
> computer actually
> uses to hang when enabling io-apic without acpi support enabled (in
> other words, my pc is useless without acpi enabled).
> 
> Once again, sorry for flooding.
> 
> Best regards,
> Stian
> 
> 

^ permalink raw reply	[flat|nested] 10+ messages in thread
* RE: 2.6.0-test3 latest bk hangs when enabling IO-APIC
@ 2003-08-18 17:53 Brown, Len
  2003-08-18 19:23 ` Stian Jordet
  0 siblings, 1 reply; 10+ messages in thread
From: Brown, Len @ 2003-08-18 17:53 UTC (permalink / raw)
  To: Stian Jordet, linux-kernel

Try booting with pci=noacpi, and if that doesn't work acpi=off
If either of those work, then file in bugzilla with component=ACPI and
assign it to len.brown@intel.com

Thanks,
-Len

> -----Original Message-----
> From: Stian Jordet [mailto:liste@jordet.nu] 
> Sent: Monday, August 18, 2003 9:10 AM
> To: linux-kernel@vger.kernel.org
> Subject: 2.6.0-test3 latest bk hangs when enabling IO-APIC
> 
> 
> Hello,
> 
> latest bk of 2.6.0-test3 hangs with these three lines:
> 
> ENABLING IO-APIC IRQs
> Setting 2 in the phys_id_present_map
> ...changing IO-APIC physical APIC ID to 2 ... ok.
> 
> And there it stays forever. 2.6.0-test3 worked like a charm. This is a
> Asus CUV265-DLS motherboard. Dual P3.
> 
> Should I file a bugreport at bugzilla?
> 
> Best regards,
> Stian
> 
> -
> To unsubscribe from this list: send the line "unsubscribe 
> linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2003-08-22  2:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-19  3:17 [SOLVED] RE: 2.6.0-test3 latest bk hangs when enabling IO-APIC Brown, Len
2003-08-19 12:54 ` Stian Jordet
2003-08-19 15:26   ` Jeff Garzik
2003-08-19 15:44     ` Stian Jordet
  -- strict thread matches above, loose matches on Subject: below --
2003-08-19  1:15 Brown, Len
2003-08-19  1:57 ` Jeff Garzik
2003-08-19  7:22 ` Stian Jordet
2003-08-22  2:11 ` Mark W. Alexander
2003-08-18 17:53 Brown, Len
2003-08-18 19:23 ` Stian Jordet
2003-08-18 20:06   ` Stian Jordet
2003-08-18 23:06     ` [SOLVED] " Stian Jordet
2003-08-18 23:12       ` Stian Jordet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).