mirror of
https://github.com/mmueller41/mxtasking.git
synced 2026-01-21 12:42:57 +01:00
Put TODO marker into extra comment for VSCode to detect it.
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdint>
|
||||
#include <numa.h>
|
||||
|
||||
|
||||
namespace mx::system {
|
||||
/**
|
||||
* Encapsulates methods for retrieving information
|
||||
* about the hardware landscape.
|
||||
* TODO: Get topology information from Genode. This is a *huge* task because as of now Genode does not even know about NUMA. */
|
||||
*/
|
||||
* about the hardware landscape. */
|
||||
/* TODO: Get topology information from Genode. This is a *huge* task because as of now Genode does not even know about NUMA. */
|
||||
|
||||
class topology
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user