Re: Coding Style: Reverse XMAS tree declarations ? (was Re: [PATCH net-next v6 02/10] dpaa_eth: add support for DPAA Ethernet)

2016-11-04 Thread David VomLehn
On Fri, Nov 04, 2016 at 10:05:15AM -0700, Randy Dunlap wrote: > On 11/03/16 23:53, Joe Perches wrote: > > On Thu, 2016-11-03 at 15:58 -0400, David Miller wrote: > >> From: Madalin Bucur > >> Date: Wed, 2 Nov 2016 22:17:26 +0200 > >> > >>> This introduces the Freescale Data Path Acceleration Archit

[PATCH] Msleep_interruptible() on a dual processor system may wait a long time.

2013-04-29 Thread David VomLehn
cross the system's CPUs, neglecting its responsibility to the timer queue. Signed-off-by: David VomLehn --- include/linux/cpu.h |4 include/linux/smp.h |3 +++ kernel/cpu.c|5 + kernel/sched.c |4 kernel/smp.c| 22 -