summaryrefslogtreecommitdiff
path: root/kern/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/thread.h')
-rw-r--r--kern/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/thread.h b/kern/thread.h
index fe441e01..b7debddc 100644
--- a/kern/thread.h
+++ b/kern/thread.h
@@ -50,7 +50,7 @@ struct thread {
char name[THREAD_NAME_SIZE];
void (*fn)(void *);
void *arg;
-};
+} __aligned(CPU_L1_SIZE);
/*
* Per processor run queue.