diff options
-rw-r--r-- | kern/llsync_i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/llsync_i.h b/kern/llsync_i.h index 23e9d88b..42972303 100644 --- a/kern/llsync_i.h +++ b/kern/llsync_i.h @@ -85,7 +85,7 @@ struct llsync_cpu_data { int registered; unsigned int gcid; struct work_queue queue0; -} __aligned(CPU_L1_SIZE); +}; extern struct llsync_cpu_data llsync_cpu_data; |