Changeset 0f81ceb7 in mainline for kernel/generic/include


Ignore:
Timestamp:
2009-02-12T20:03:07Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
95b9963
Parents:
8a72a9a
Message:

remove platform dependent constructs from generic code

Location:
kernel/generic/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/arch.h

    r8a72a9a r0f81ceb7  
    8080extern void reboot(void);
    8181extern void arch_reboot(void);
     82extern void *arch_construct_function(fncptr_t *fptr, void *addr, void *caller);
    8283
    8384#endif
  • kernel/generic/include/ddi/irq.h

    r8a72a9a r0f81ceb7  
    4747        CMD_PORT_READ_1,
    4848        CMD_PORT_WRITE_1,
    49         CMD_IA64_GETCHAR,
    50         CMD_PPC32_GETCHAR,
    5149        CMD_LAST
    5250} irq_cmd_type;
  • kernel/generic/include/fpu_context.h

    r8a72a9a r0f81ceb7  
    3838#include <arch/fpu_context.h>
    3939
    40 #if defined(CONFIG_FPU_LAZY) && !defined(ARCH_HAS_FPU)
    41 # error "CONFIG_FPU_LAZY defined, but no ARCH_HAS_FPU"
    42 #endif
    43 
    4440extern void fpu_context_save(fpu_context_t *);
    4541extern void fpu_context_restore(fpu_context_t *);
Note: See TracChangeset for help on using the changeset viewer.