Age | Commit message (Collapse) | Author | |
---|---|---|---|
32 hours | kernel/amd64: mp: Use NULL instead of wrapping | Ian Moffett | |
It is best to return NULL when there is no next CPU instead of wrapping so we have an indicator at where the list ends. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
34 hours | kern/amd64: mp: Add cpu_get() routine | Ian Moffett | |
This commit introduces a new cpu_get() function to acquire a specific CPU by using a logical ID as an index. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
34 hours | kern/amd64: mp: Use zero-based index in corelist | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
3 days | kern/amd64: cpu: Add initial SMP startup code | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |