From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 25 Apr 2012 20:01:32 +0800 References: <1335256111-21770-1-git-send-email-martin@hundeboll.net> In-Reply-To: <1335256111-21770-1-git-send-email-martin@hundeboll.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201204252001.32825.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: make __alloc_percpu 2.6.29 compatible 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 Tuesday, April 24, 2012 16:28:31 Martin Hundeb=C3=B8ll wrote: > In 2.6.29, __alloc_percpu doesn't take a align argument, so ignore this. >=20 > Signed-off-by: Martin Hundeb=C3=B8ll > --- > compat.h | 9 +++++++++ > 1 file changed, 9 insertions(+) Applied (with slight modifications) in revision 4f3b54d. Thanks, Marek