From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: xen-unstable: check_barrier not declared on 32bit Date: Tue, 29 Mar 2011 17:27:06 +0200 Message-ID: <20110329152706.GA24148@aepfle.de> References: <20110312142517.GA30949@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <20110312142517.GA30949@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Current xen-unstable fails to build on 32bit with: spinlock.c: In function '_spin_barrier': spinlock.c:219: error: implicit declaration of function 'check_barrier' make[3]: *** [spinlock.o] Error 1 Olaf