summaryrefslogtreecommitdiff
path: root/kern/cpumap.h
AgeCommit message (Collapse)Author
2018-02-24New errno.h standard headerRichard Braun
Use standard errno codes. This change also adds strerror to string.h.
2018-02-24Don't use reserved identifiersRichard Braun
2017-09-21New build systemRichard Braun
The new build system, called xbuild, is a minimalistic kbuild-like make-based build system, also using kconfig for scalable configurations.
2017-07-13Switch to initialization operationsRichard Braun
2017-03-14Use the X15 namespace consistently for macros defined by autoconfRichard Braun
2014-05-06kern/cpumap: initialize cpumap_active_cpusRichard Braun
The cpumap_all function may be called before the cpumap module is initialized. Make the cpumap_active_cpus cpumap initialized in the data section, representing the BSP only.
2014-05-05kern/cpumap: add cpumap_all functionRichard Braun
2014-05-05kern/cpumap: add cmp/and/or/xor operationsRichard Braun
2013-05-19kern/cpumap: new moduleRichard Braun