I fixed some inter cpu intr handling stuff, changed the format of
/proc/cpuinfo a little, so now, instead of seeing
bash# cat /proc/cpuinfo
cpu : MIPS
BogoMIPS : 194.56
byteorder : big endian
unaligned accesses : 0
wait instruction : no
microsecond timers : no
extra interrupt vector : no
hardware watchpoint : yes
VCED exceptions : not available
VCEI exceptions : not available
you can see
bash# cat /proc/cpuinfo
cpu : MIPS
BogoMIPS : 194.56
Number of cpus : 8
byteorder : big endian
unaligned accesses : 0
wait instruction : no
microsecond timers : no
extra interrupt vector : no
hardware watchpoint : yes
VCED exceptions : not available
VCEI exceptions : not available
Yes, this was on a 4 node machine with 8 cpus, but the memory on the
slave nodes are still not being used.
Kanoj
|