Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758327Ab2FZHSI (ORCPT ); Tue, 26 Jun 2012 03:18:08 -0400 Received: from cassarossa.samfundet.no ([129.241.93.19]:33466 "EHLO cassarossa.samfundet.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756580Ab2FZHSG (ORCPT ); Tue, 26 Jun 2012 03:18:06 -0400 Date: Tue, 26 Jun 2012 09:17:57 +0200 From: Hans-Christian Egtvedt To: Geert Uytterhoeven Cc: Al Viro , Haavard Skinnemoen , linux-kernel@vger.kernel.org, linux-next@vger.kernel.org Subject: Re: [PATCH -next] av32: Make sure _TIF_BREAKPOINT is defined Message-ID: <20120626071757.GA7484@samfundet.no> References: <1340657896-23274-1-git-send-email-geert@linux-m68k.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1340657896-23274-1-git-send-email-geert@linux-m68k.org> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1631 Lines: 35 Around Mon 25 Jun 2012 22:58:16 +0200 or thereabout, Geert Uytterhoeven wrote: > commit 1deb667af4fc713364fed72ccdf217162b62ec7f ("avr32: trim masks") > replaced "1 << TIF_BREAKPOINT" by "_TIF_BREAKPOINT", but forgot to define > the latter: > > arch/avr32/kernel/entry-avr32b.S: Assembler messages: > arch/avr32/kernel/entry-avr32b.S:232: Error: undefined symbol `_TIF_BREAKPOINT' in operation > arch/avr32/kernel/entry-avr32b.S:258: Error: undefined symbol `_TIF_BREAKPOINT' in operation > arch/avr32/kernel/entry-avr32b.S:852: Error: undefined symbol `_TIF_BREAKPOINT' in operation > arch/avr32/kernel/entry-avr32b.S:631: Error: undefined symbol `_TIF_BREAKPOINT' in operation > arch/avr32/kernel/entry-avr32b.S:631: Error: undefined symbol `_TIF_BREAKPOINT' in operation > arch/avr32/kernel/entry-avr32b.S:852: Error: undefined symbol `_TIF_BREAKPOINT' in operation > arch/avr32/kernel/entry-avr32b.S:852: Error: undefined symbol `_TIF_BREAKPOINT' in operation > arch/avr32/kernel/entry-avr32b.S:852: Error: undefined symbol `_TIF_BREAKPOINT' in operation > arch/avr32/kernel/entry-avr32b.S:852: Error: undefined symbol `_TIF_BREAKPOINT' in operation > > Add the missing definition to fix this. Thanks for fixing this. > > Signed-off-by: Geert Uytterhoeven Acked-by: Hans-Christian Egtvedt -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/