Changeset abbc16e in mainline for arch/ia32/src/smp/apic.c


Ignore:
Timestamp:
2006-06-16T11:17:54Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
62939f7
Parents:
b6529ae
Message:

Fix some broken doxygen comments.

File:
1 edited

Legend:

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

    rb6529ae rabbc16e  
    174174 *
    175175 * @param n Interrupt vector.
    176  * @param stack Interrupted stack.
     176 * @param istate Interrupted state.
    177177 */
    178178void apic_spurious(int n, istate_t *istate)
     
    444444 *
    445445 * @param n Interrupt vector number.
    446  * @param stack Interrupted stack.
     446 * @param istate Interrupted state.
    447447 */
    448448void l_apic_timer_interrupt(int n, istate_t *istate)
     
    483483 *
    484484 * @param address IO APIC register address.
    485  * @param Content to be written to the addressed IO APIC register.
     485 * @param x Content to be written to the addressed IO APIC register.
    486486 */
    487487void io_apic_write(__u8 address, __u32 x)
Note: See TracChangeset for help on using the changeset viewer.