Changeset 6da1013f in mainline for kernel/arch/ia64/src/interrupt.c


Ignore:
Timestamp:
2009-02-12T20:09:19Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
84266669
Parents:
7004747
Message:

simplify configuration
introduce arch_construct_function and inb/outb (sometimes empty) on all platforms
various code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/src/interrupt.c

    r7004747 r6da1013f  
    195195void disabled_fp_register(uint64_t vector, istate_t *istate)
    196196{
    197 #ifdef CONFIG_FPU_LAZY 
    198         scheduler_fpu_lazy_request();   
     197#ifdef CONFIG_FPU_LAZY
     198        scheduler_fpu_lazy_request();
    199199#else
    200200        fault_if_from_uspace(istate, "Interruption: %#hx (%s).",
     
    302302}
    303303
     304void trap_virtual_enable_irqs(uint16_t irqmask)
     305{
     306}
     307
    304308/** @}
    305309 */
Note: See TracChangeset for help on using the changeset viewer.