Rev 534 | Rev 1221 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 534 | Rev 615 | ||
---|---|---|---|
Line 320... | Line 320... | ||
320 | void ct_io_apic_entry(struct __io_apic_entry *ioa) |
320 | void ct_io_apic_entry(struct __io_apic_entry *ioa) |
321 | { |
321 | { |
322 | static int io_apic_count = 0; |
322 | static int io_apic_count = 0; |
323 | 323 | ||
324 | /* this ioapic is marked unusable */ |
324 | /* this ioapic is marked unusable */ |
325 | if (ioa->io_apic_flags & 1 == 0) |
325 | if ((ioa->io_apic_flags & 1) == 0) |
326 | return; |
326 | return; |
327 | 327 | ||
328 | if (io_apic_count++ > 0) { |
328 | if (io_apic_count++ > 0) { |
329 | /* |
329 | /* |
330 | * Multiple IO APIC's are currently not supported. |
330 | * Multiple IO APIC's are currently not supported. |