From: Sam Ravnborg <sam@xxxxxxxxxxxx> Date: Sat, 21 May 2011 23:26:51 +0200 >>From e8e6c6af3a369f51185012fc149629312d6b2a1c Mon Sep 17 00:00:00 2001 > From: Sam Ravnborg <sam@xxxxxxxxxxxx> > Date: Sat, 21 May 2011 22:55:17 +0200 > Subject: [PATCH 1/2] sparc32: fix build, fix missing cpu_relax declaration > > Fix following sparc (32 bit) build error: > > CC arch/sparc/kernel/asm-offsets.s > In file included from include/linux/seqlock.h:29:0, > from include/linux/time.h:8, > from include/linux/timex.h:56, > from include/linux/sched.h:57, > from arch/sparc/kernel/asm-offsets.c:13: > include/linux/spinlock.h: In function 'spin_unlock_wait': > include/linux/spinlock.h:360:2: error: implicit declaration of function 'cpu_relax' > > Most likely caused by commit e66eed651fd1 ("list: remove > prefetching from regular list iterators") due to include > changes. > > Signed-off-by: Sam Ravnborg <sam@xxxxxxxxxxxx> Applied. -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html