lkml.org 
[lkml]   [2022]   [Jul]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH V4 04/20] rv/include: Add deterministic automata monitor definition via C macros
From
On 7/6/22 20:56, Tao Zhou wrote:
>> +/*
>> + * Entry point for the global monitor.
>> + */
>> +#define DECLARE_DA_MON_GLOBAL(name, type) \
>> + \
>> +DECLARE_AUTOMATA_HELPERS(name, type); \
>> + \
>> +DECLARE_DA_MON_GENERIC_HELPERS(name, type); \
>> + \
>> +DECLARE_DA_MON_MODEL_HANDLER_IMPLICIT(name, type); \
>> + \
>> +DECLARE_DA_MON_INIT_PER_CPU(name, type); \
> Why the global monitor declaration use the per-cpu monitor macro.
> Global monitor has its own DECLARE_DA_MON_INIT_GLOBAL(name, type);
> Or am I miss something?
>

Pure miss attention from my side.

Fixed
-- Daniel

\
 
 \ /
  Last update: 2022-07-13 20:41    [W:0.077 / U:0.804 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site