Re: [linux-yocto] [PATCH 0/9] MIPS : Basic OcteonIII support.

2015-01-16 Thread Bruce Ashfield
On 15-01-16 01:54 AM, Abhishek Paliwal wrote: Hi Bruce, The changes are against 3.14 kernel on standard/base branch. There are more patches need to be applied for booting the kernel on Octeon3. We are working on them and will be submitting in the upcoming weeks. With these patches, we are

[linux-yocto] 3.10 standard/axxia/base: Error in kernel/irq/manage.c

2015-01-16 Thread Dragomir, Daniel
Hello Bruce! I got an error when building the 3.10 Kernel, standard/axxia/base. It's caused by a writing mistake in kernel/irq/manage.c: function irq_set_affinity_locked is declared with 3 parameters: int irq_set_affinity_locked(struct irq_data *data, const struct cpumask *mask,

Re: [linux-yocto] 3.10 standard/axxia/base: Error in kernel/irq/manage.c

2015-01-16 Thread Bruce Ashfield
On 2015-01-16 12:45 PM, Dragomir, Daniel wrote: Hello Bruce! I got an error when building the 3.10 Kernel, standard/axxia/base. It's caused by a writing mistake in kernel/irq/manage.c: function irq_set_affinity_locked is declared with 3 parameters: int