vx_spawn.c: Separate cluster-based scheduling code from original

This commit is contained in:
Hansung Kim
2024-03-26 16:36:57 -07:00
parent f050a08d77
commit 3729a05adc
2 changed files with 17 additions and 8 deletions

View File

@@ -17,7 +17,9 @@
#include <stdint.h>
#include <stdio.h>
#ifndef CORES_PER_CLUSTER
#define CORES_PER_CLUSTER 2
#endif
#ifdef __cplusplus
extern "C" {