Re: [PATCH BUGFIX] frv: Define cpu_relax_lowlatency()

2014-08-19 Thread Guenter Roeck
On Mon, Aug 18, 2014 at 01:00:39PM -0700, Davidlohr Bueso wrote: > 3a6bfbc9 (arch,locking: Ciao arch_mutex_cpu_relax()) broke building the frv > arch. Fixes errors such as: > > kernel/locking/mcs_spinlock.h:87:2: error: implicit declaration of function > 'cpu_relax_lowlatency' > >

Re: [PATCH BUGFIX] frv: Define cpu_relax_lowlatency()

2014-08-19 Thread Guenter Roeck
On Mon, Aug 18, 2014 at 01:00:39PM -0700, Davidlohr Bueso wrote: 3a6bfbc9 (arch,locking: Ciao arch_mutex_cpu_relax()) broke building the frv arch. Fixes errors such as: kernel/locking/mcs_spinlock.h:87:2: error: implicit declaration of function 'cpu_relax_lowlatency' Signed-off-by:

[PATCH BUGFIX] frv: Define cpu_relax_lowlatency()

2014-08-18 Thread Davidlohr Bueso
3a6bfbc9 (arch,locking: Ciao arch_mutex_cpu_relax()) broke building the frv arch. Fixes errors such as: kernel/locking/mcs_spinlock.h:87:2: error: implicit declaration of function 'cpu_relax_lowlatency' Signed-off-by: Davidlohr Bueso --- Linus, as discussed, here's the resend. Original thread:

[PATCH BUGFIX] frv: Define cpu_relax_lowlatency()

2014-08-18 Thread Davidlohr Bueso
3a6bfbc9 (arch,locking: Ciao arch_mutex_cpu_relax()) broke building the frv arch. Fixes errors such as: kernel/locking/mcs_spinlock.h:87:2: error: implicit declaration of function 'cpu_relax_lowlatency' Signed-off-by: Davidlohr Bueso davidl...@hp.com --- Linus, as discussed, here's the resend.