cleanup code
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user