Re: Nuke db_is_active in favor of db_active

2019-07-16 Thread Martin Pieuchot
On 08/07/19(Mon) 15:00, Martin Pieuchot wrote: > On 26/06/19(Wed) 19:13, Christian Ludwig wrote: > > We have two variables with the same meaning. db_active is used in way > > more places, so let's nuke db_is_active. > > Thanks for the cleanup! > > > Now that db_active is in for a while already a

Re: Nuke db_is_active in favor of db_active

2019-07-08 Thread Martin Pieuchot
On 26/06/19(Wed) 19:13, Christian Ludwig wrote: > We have two variables with the same meaning. db_active is used in way > more places, so let's nuke db_is_active. Thanks for the cleanup! > Now that db_active is in for a while already and not > guarded by DDB anymore, take the opportunity to clea

Nuke db_is_active in favor of db_active

2019-06-26 Thread Christian Ludwig
We have two variables with the same meaning. db_active is used in way more places, so let's nuke db_is_active. Now that db_active is in for a while already and not guarded by DDB anymore, take the opportunity to clean up some places that use it. --- sys/arch/macppc/dev/zs.c | 8 ++