Changeset 5cb223f in mainline for kernel/arch/ia32/src/smp/smp.c


Ignore:
Timestamp:
2009-02-19T22:00:44Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4544884
Parents:
7d60cf5
Message:

Adapt most of the kernel to ioport8_t, ioport16_t and ioport32_t types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/smp/smp.c

    r7d60cf5 r5cb223f  
    123123         * BIOS will not do the POST after the INIT signal.
    124124         */
    125         pio_write_8(0x70, 0xf);
    126         pio_write_8(0x71, 0xa);
     125        pio_write_8((ioport8_t *)0x70, 0xf);
     126        pio_write_8((ioport8_t *)0x71, 0xa);
    127127
    128128        pic_disable_irqs(0xffff);
Note: See TracChangeset for help on using the changeset viewer.