From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 12 Dec 2010 22:58:33 +0100 References: <201012122143.10618.sven@narfation.org> <1292186819-26232-2-git-send-email-sven@narfation.org> In-Reply-To: <1292186819-26232-2-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201012122258.33727.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv3 2/2] batman-adv: Remove TYPE_OF_WORD define 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 Sunday 12 December 2010 21:46:59 Sven Eckelmann wrote: > We use functions like hweight_long or set/test_bit which enforce the > type "unsigned long". This makes it impossible to replace the type in > this define with any other type without breaking the kernel module. Applied in revision 1894. Thanks, Marek