K 10 svn:author V 5 peter K 8 svn:date V 27 2008-10-08T05:30:30.784326Z K 7 svn:log V 370 Expand cpumask_t from 'int' to 'long' on amd64. This compiles and boots, and might even boot on machines with >32 cores. I'll work on the type change for other platforms. Summary of changes: * printf formats * clean up various garbage. use cpumask_t instead of 'u_int' etc. * atomic macro names (xx_int -> xx_long) * bitmask operations ("1 << cpu" -> "1ul << cpu") END