On Tue, Jul 28, 2020 at 4:37 PM Babu Moger <babu.moger@xxxxxxx> wrote: > > This is in preparation for the future intercept vector additions. > > Add new functions __set_intercept, __clr_intercept and __is_intercept > using kernel APIs __set_bit, __clear_bit and test_bit espectively. > > Signed-off-by: Babu Moger <babu.moger@xxxxxxx> Sean will probably complain about introducing unused functions, but... Reviewed-by: Jim Mattson <jmattson@xxxxxxxxxx>