I am running system with kernel 2.6.10 with following cpuinfo
sh-2.05b# cat /proc/cpuinfo
processor : 0
cpu : 440 in Virtex-5 FXT
clock : 200MHz
revision: 25.18 (pvr 7ff2 1912)
bogomips: 296.96
machine : Xilinx ML507 PPC440 evaluation board
plb
> From: Kumar Gala
> Sent: Tuesday, April 21, 2009 1:02 PM
>
>
> On Apr 21, 2009, at 10:56 AM, Subodh Nijsure wrote:
>
> > Hi,
> >
> >
> > I have board with MPC8572E (dual core PPC). I have one
> board running
> > kernel
> >
Hi,
I have board with MPC8572E (dual core PPC). I have one board running kernel
with IRQ_ALL_CPUS set to Y and another with that option turned off. Kernel
version #2.6.26
With IRQ_ALL_CPUS turned off
( Here interrupts all go to CPU0 )
hdparm -tT /dev/hda
/dev/hda:
Timing cached reads: 3048
kernel/board
setup.
/Subodh Nijsure
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev
On Wed, Apr 1, 2009 at 11:31 PM, Subodh Nijsure
wrote:
> Hello,
>
> I need some help in understanding the interrupts = <...> section of DTB file.
>
> I have read the Documentation/booting-without-of.txt and I understand
> that interrupts = means interrupt A and B is &q
;;
phy-connection-type = "sgmii";
};
If I follow the interrupts description are we saying that this eTSEC1
on the board will generate interrupt 29, 30 & 34? Should see them as
registered interrupts in /proc/interrupt?
I w