• Alessandro Rubini's avatar
    softpll stats: remove valid bit · 7c829ef5
    Alessandro Rubini authored
    "char valid" in a structure of integer makes alignment problems
    (because we are accessing it from a different CPU we'd better not have
    holes).
    
    Also, there is no inherent consistency needed here, and this valid bit
    is racy anyways. We could solve it with a sequence number, if any, but
    let's avoid it altogether by now.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    7c829ef5
softpll_ng.c 17.2 KB