On Sat, Feb 01, 2014 at 08:41:15AM +0000, Emmanuel Dreyfus wrote: > Hi > > Here is my latest attempt at netbsd32 swapctl. I had to make uvm_swap_stats() > available to emul code, but that seems to be what it was intented for, > according to comments in the code.
Looks good. > I kept the stuff #ifdef __amd64__ but I am not convinced of the benefit > is worth the ifdef. Perhaps we could get rid of it? No #ifdef please, the new code is MI, so use it always. Martin
