cleanup code

This commit is contained in:
Eggert Jung
2025-05-13 15:34:51 +02:00
parent 9afe202078
commit 7d65db4f45
5 changed files with 10 additions and 11 deletions

View File

@@ -4,8 +4,8 @@
#pragma once
#include "arch/core.h"
#include "arch/cache.h"
#include "../arch/core.h"
#include "../arch/cache.h"
/*! \brief Using Ticketlocks, it is possible to serialize blocks of code
* that might otherwise run in parallel on multiple CPU cores,
* or be interleaved due to interrupts or scheduling.