Changeset 566f5e5c in mainline


Ignore:
Timestamp:
2007-06-06T16:34:06Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
72c4ed4
Parents:
4a8635b
Message:

Fix ia32xen so that it can be built.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32xen/src/smp/apic.c

    r4a8635b r566f5e5c  
    500500 * @param flags Flags.
    501501 */
    502 void io_apic_change_ioredtbl(int pin, int dest, uint8_t v, int flags)
     502void io_apic_change_ioredtbl(uint8_t pin, uint8_t dest, uint8_t v, int flags)
    503503{
    504504        io_redirection_reg_t reg;
Note: See TracChangeset for help on using the changeset viewer.