Subversion Repositories HelenOS

Rev

Rev 3403 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3403 Rev 3674
Line 39... Line 39...
39
#define TASKMAP_MAX_RECORDS 32
39
#define TASKMAP_MAX_RECORDS 32
40
 
40
 
41
#define BSP_PROCESSOR   1
41
#define BSP_PROCESSOR   1
42
#define AP_PROCESSOR    0
42
#define AP_PROCESSOR    0
43
 
43
 
-
 
44
#define SUBARCH_US  1
-
 
45
#define SUBARCH_US3 3
-
 
46
 
44
typedef struct {
47
typedef struct {
45
    void *addr;
48
    void *addr;
46
    uint32_t size;
49
    uint32_t size;
47
} task_t;
50
} task_t;
48
 
51