Fix MINIMAL build on amd64
amd64/include/counter.h uses KASSERT, but failed to include the kassert.h header.
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#define __MACHINE_COUNTER_H__
|
||||
|
||||
#include <sys/pcpu.h>
|
||||
#include <sys/kassert.h>
|
||||
|
||||
#define EARLY_COUNTER (void *)__offsetof(struct pcpu, pc_early_dummy_counter)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user