Changeset f4c2b6a in mainline for kernel/arch/ppc32/include
- Timestamp:
- 2008-06-03T14:59:48Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c4fb51
- Parents:
- b63f8569
- Location:
- kernel/arch/ppc32/include
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/boot/boot.h
rb63f8569 rf4c2b6a 39 39 40 40 /* Temporary stack size for boot process */ 41 #define TEMP_STACK_SIZE 0x100 41 #define TEMP_STACK_SIZE 0x1000 42 42 43 43 #define TASKMAP_MAX_RECORDS 32 -
kernel/arch/ppc32/include/drivers/cuda.h
rb63f8569 rf4c2b6a 37 37 38 38 #include <arch/types.h> 39 #include <typedefs.h> 39 40 40 41 extern void cuda_init(devno_t devno, uintptr_t base, size_t size); -
kernel/arch/ppc32/include/exception.h
rb63f8569 rf4c2b6a 83 83 istate->pc = retaddr; 84 84 } 85 85 86 /** Return true if exception happened while in userspace */ 86 87 #include <panic.h> … … 90 91 return 0; 91 92 } 93 92 94 static inline unative_t istate_get_pc(istate_t *istate) 93 95 { -
kernel/arch/ppc32/include/mm/tlb.h
rb63f8569 rf4c2b6a 37 37 38 38 #include <arch/interrupt.h> 39 #include <arch/types.h> 40 #include <typedefs.h> 39 41 40 42 typedef struct {
Note:
See TracChangeset
for help on using the changeset viewer.