[PATCH] i386: fix rwsem build bug on CONFIG_M386=y
authorIngo Molnar <mingo@elte.hu>
Thu, 5 Oct 2006 16:47:22 +0000 (18:47 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Thu, 5 Oct 2006 16:47:22 +0000 (18:47 +0200)
commit88271e9e43e65537c6390af3718a60c45c787e8f
treeb5c84887d1de93bb9366181f07033e74bda10319
parent7d0b0e8ddbdda58a852ccff010c0339a38552cc7
[PATCH] i386: fix rwsem build bug on CONFIG_M386=y

CONFIG_M386 turns on spinlock-based generic rwsems - which surprises the
semaphore.S rwsem stubs. Tested both with and without CONFIG_M386.

Reported-by: Klaus Knopper <knopper@knopper.net>
Triaged-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andi Kleen <ak@suse.de>
arch/i386/lib/semaphore.S