On Mon, 2005-03-14 at 13:56 -0800, Mark Wong wrote: > On Thu, Feb 10, 2005 at 09:05:38PM -0600, Nathan Lynch wrote: > > > 5. Do we see any change in /proc/interrupts? > > > > This is architecture-specific behavior iirc. ppc64 lists only online > > cpus. > > Is this something that should be uniform across achitectures? Looks like it. ppc64, ia64, i386, and x86_64 all honor this assumption in their show_interrupts() implementations in 2.6.11. Nathan