fix "secondgoes"`
Some checks failed
Build system / Check kernel codestyle (pull_request) Successful in 21s
Build system / Build (pull_request) Failing after 2m10s

This commit is contained in:
2026-03-08 18:20:35 +05:00
parent 2280831b88
commit e6e4872a4c
2 changed files with 2 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ typedef struct {
typedef union { typedef union {
struct { struct {
uint32_t cpu_usage; // CPU usage (cycles per secondgoes) uint32_t cpu_usage; // CPU usage (cycles per secondes)
uint16_t pos_in_window_stack; // position of the thread window in the window stack uint16_t pos_in_window_stack; // position of the thread window in the window stack
uint16_t slot_num_window_stack; // slot number in window stack uint16_t slot_num_window_stack; // slot number in window stack
uint16_t __reserved1; // reserved uint16_t __reserved1; // reserved

View File

@@ -120,7 +120,7 @@ typedef struct {
typedef union { typedef union {
struct { struct {
uint32_t cpu_usage; // CPU usage (cycles per secondgoes) uint32_t cpu_usage; // CPU usage (cycles per secondes)
uint16_t pos_in_window_stack; // position of the thread window in the window stack uint16_t pos_in_window_stack; // position of the thread window in the window stack
uint16_t slot_num_window_stack; // slot number in window stack uint16_t slot_num_window_stack; // slot number in window stack
uint16_t __reserved1; // reserved uint16_t __reserved1; // reserved