Changeset abbc16e in mainline for arch/ia32/src/smp/apic.c
- Timestamp:
- 2006-06-16T11:17:54Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 62939f7
- Parents:
- b6529ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/smp/apic.c
rb6529ae rabbc16e 174 174 * 175 175 * @param n Interrupt vector. 176 * @param stack Interrupted stack.176 * @param istate Interrupted state. 177 177 */ 178 178 void apic_spurious(int n, istate_t *istate) … … 444 444 * 445 445 * @param n Interrupt vector number. 446 * @param stack Interrupted stack.446 * @param istate Interrupted state. 447 447 */ 448 448 void l_apic_timer_interrupt(int n, istate_t *istate) … … 483 483 * 484 484 * @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. 486 486 */ 487 487 void io_apic_write(__u8 address, __u32 x)
Note:
See TracChangeset
for help on using the changeset viewer.