K 10 svn:author V 3 pfg K 8 svn:date V 27 2016-04-28T02:46:08.299273Z K 7 svn:log V 269 ipdivert: Remove unnecessary and incorrectly typed variable. In principle n is only used to carry a copy of ipi_count, which is unsigned, in the non-VIMAGE case, however ipi_count can be used directly so it is not needed at all. Removing it makes things look cleaner. END