• 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
Name
Last commit
Last update
..
hw Loading commit data...
softpll.mk Loading commit data...
softpll_ng.c Loading commit data...
softpll_ng.h Loading commit data...
spll_common.c Loading commit data...
spll_common.h Loading commit data...
spll_debug.h Loading commit data...
spll_external.c Loading commit data...
spll_external.h Loading commit data...
spll_helper.c Loading commit data...
spll_helper.h Loading commit data...
spll_main.c Loading commit data...
spll_main.h Loading commit data...
spll_ptracker.c Loading commit data...
spll_ptracker.h Loading commit data...