From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sat, 23 Oct 2010 16:27:44 +0200 References: <1287325852-8786-1-git-send-email-sven.eckelmann@gmx.de> <1287407818-23034-1-git-send-email-sven.eckelmann@gmx.de> In-Reply-To: <1287407818-23034-1-git-send-email-sven.eckelmann@gmx.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201010231627.45357.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: Limit spin_locks to spin_lock_bh Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Monday 18 October 2010 15:16:58 Sven Eckelmann wrote: > This makes it possible to exchange the quite complex spin_lock_irqsave > with spin_lock_bh which only stops bottom halves from running on the > current cpu, but allows interrupt handlers to take over to keep the > interrupt latency low. Applied in revision 1846. Thanks, Marek