diff options
author | Richard Braun <rbraun@sceen.net> | 2017-09-21 01:26:28 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-09-21 01:26:28 +0200 |
commit | 4077ffe75fe9f2149cfac5b7046e73f21dc80312 (patch) | |
tree | 76be7f7076d908a395d2c15b4bf7cf4e0225004d /kern/xcall.c | |
parent | 9b1d0f9488c905decaac5269886b137bcd23f416 (diff) | |
parent | 1ff3666dc29c0eacf911c57d3e6b6a62bdc9cb78 (diff) |
Merge branch 'xbuild'
Diffstat (limited to 'kern/xcall.c')
-rw-r--r-- | kern/xcall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/xcall.c b/kern/xcall.c index 1251f28c..5a431b2f 100644 --- a/kern/xcall.c +++ b/kern/xcall.c @@ -50,7 +50,7 @@ struct xcall { * between multiple cross-calls. */ struct xcall_cpu_data { - alignas(CPU_L1_SIZE) struct xcall send_calls[X15_MAX_CPUS]; + alignas(CPU_L1_SIZE) struct xcall send_calls[CONFIG_MAX_CPUS]; struct xcall *recv_call; struct spinlock lock; |