* [Linux-ia64] skip _PRT entry for non-existent IOSAPICs
@ 2003-01-17 6:41 Takayoshi Kochi
0 siblings, 0 replies; only message in thread
From: Takayoshi Kochi @ 2003-01-17 6:41 UTC (permalink / raw)
To: linux-ia64
[-- Attachment #1: Type: Text/Plain, Size: 503 bytes --]
Hi,
On some machines that support I/O hot-plugging,
it happens that after boottime one or more IO SAPICs appear
after hot-plug event. Even in that case, ACPI _PRT entries
can exist for devices behind those IO SAPICs at boottime
for future use.
Currently iosapic.c will give up parsing _PRT entries
once one of them hits such a non-existent IO SAPIC.
This patch fixes the problem on 2.5 ia64 bk tree.
For 2.4, we don't have this problem now.
Thanks,
---
Takayoshi Kochi <kochi@hpc.bs1.fc.nec.co.jp>
[-- Attachment #2: iosapic.c.diff --]
[-- Type: Text/Plain, Size: 364 bytes --]
--- ia64-2.5/arch/ia64/kernel/iosapic.c Fri Dec 27 16:27:23 2002
+++ ia64-2.5.mod/arch/ia64/kernel/iosapic.c Fri Jan 17 15:31:50 2003
@@ -752,7 +752,7 @@
if (index < 0) {
printk(KERN_WARNING"IOSAPIC: GSI 0x%x has no IOSAPIC!\n", gsi);
- return;
+ continue;
}
addr = iosapic_lists[index].addr;
gsi_base = iosapic_lists[index].gsi_base;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-01-17 6:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-17 6:41 [Linux-ia64] skip _PRT entry for non-existent IOSAPICs Takayoshi Kochi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.