提交 893091a1 创建 作者: Nickolai Zeldovich's avatar Nickolai Zeldovich

typo that wasn't caught by the compiler led to unexpected sharing

caught by asharing/mscan.
上级 e131aa26
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
struct seed { struct seed {
u64 v; u64 v;
} __mapalign__; } __mpalign__;
static struct seed seeds[NCPU] __mpalign__; static struct seed seeds[NCPU] __mpalign__;
u64 u64
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论