]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sparc32: fix build, fix missing cpu_relax declaration
authorSam Ravnborg <sam@ravnborg.org>
Sat, 21 May 2011 20:55:17 +0000 (22:55 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 May 2011 04:41:35 +0000 (21:41 -0700)
commitf400bdb1d6de4344980cf39041497b288090dd33
treeb172b4b408ec9eae8e1497901882d54a4139b2fd
parent17d9f311eca13a42bf950198a358be1420d19c5f
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@ravnborg.org>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/spinlock_32.h