From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262606AbVGMKkG (ORCPT ); Wed, 13 Jul 2005 06:40:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262612AbVGMKkG (ORCPT ); Wed, 13 Jul 2005 06:40:06 -0400 Received: from mx1.elte.hu ([157.181.1.137]:59549 "EHLO mx1.elte.hu") by vger.kernel.org with ESMTP id S262606AbVGMKj2 (ORCPT ); Wed, 13 Jul 2005 06:39:28 -0400 Date: Wed, 13 Jul 2005 12:39:30 +0200 From: Ingo Molnar To: Chuck Harding Cc: Linux Kernel Discussion List , karsten wiese Subject: Re: Realtime Preemption, 2.6.12, Beginners Guide? Message-ID: <20050713103930.GA16776@elte.hu> References: <200507061257.36738.s0348365@sms.ed.ac.uk> <20050709155704.GA14535@elte.hu> <200507091704.12368.s0348365@sms.ed.ac.uk> <200507111455.45105.s0348365@sms.ed.ac.uk> <20050711141232.GA16586@elte.hu> <20050711141622.GA17327@elte.hu> <20050711150711.GA19290@elte.hu> <1121198946.10580.13.camel@mindpipe> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-ELTE-SpamVersion: MailScanner 4.31.6-itk1 (ELTE 1.2) SpamAssassin 2.63 ClamAV 0.73 X-ELTE-VirusStatus: clean X-ELTE-SpamCheck: no X-ELTE-SpamCheck-Details: score=-4.9, required 5.9, autolearn=not spam, BAYES_00 -4.90 X-ELTE-SpamLevel: X-ELTE-SpamScore: -4 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org * Chuck Harding wrote: > > CC [M] sound/oss/emu10k1/midi.o > >sound/oss/emu10k1/midi.c:48: error: syntax error before '__attribute__' > >sound/oss/emu10k1/midi.c:48: error: syntax error before ')' token > > > >Here's the offending line: > > > > 48 static DEFINE_SPINLOCK(midi_spinlock __attribute((unused))); > > > >Lee > > > > I got it to compile but it won't boot - it hangs right after the > 'Uncompressing Linux... OK, booting the kernel' - I'm using .config > from 51-27 (attached) and -51-27 worked just fine? I've uploaded -29 with the -28 io-apic changes undone (will re-apply them once Karsten has figured out what's wrong). Ingo