Rev 3922 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3922 | Rev 4029 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | #define KERN_mips32_ARCH_H_ |
36 | #define KERN_mips32_ARCH_H_ |
37 | 37 | ||
38 | #define TASKMAP_MAX_RECORDS 32 |
38 | #define TASKMAP_MAX_RECORDS 32 |
39 | #define CPUMAP_MAX_RECORDS 32 |
39 | #define CPUMAP_MAX_RECORDS 32 |
40 | 40 | ||
- | 41 | #define BOOTINFO_TASK_NAME_BUFLEN 32 |
|
- | 42 | ||
41 | #include <typedefs.h> |
43 | #include <typedefs.h> |
42 | 44 | ||
43 | extern count_t cpu_count; |
45 | extern count_t cpu_count; |
44 | 46 | ||
45 | typedef struct { |
47 | typedef struct { |
46 | uintptr_t addr; |
48 | uintptr_t addr; |
47 | uint32_t size; |
49 | uint32_t size; |
- | 50 | char name[BOOTINFO_TASK_NAME_BUFLEN]; |
|
48 | } utask_t; |
51 | } utask_t; |
49 | 52 | ||
50 | typedef struct { |
53 | typedef struct { |
51 | uint32_t cpumap; |
54 | uint32_t cpumap; |
52 | uint32_t cnt; |
55 | uint32_t cnt; |