From mboxrd@z Thu Jan 1 00:00:00 1970 From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov) Date: Sun, 24 Nov 2013 19:14:15 +0400 Subject: [PATCH] mm: nobootmem: avoid type warning about alignment value In-Reply-To: <1385249326-9089-1-git-send-email-santosh.shilimkar@ti.com> References: <1385249326-9089-1-git-send-email-santosh.shilimkar@ti.com> Message-ID: <529217C7.6030304@cogentembedded.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello. On 24-11-2013 3:28, Santosh Shilimkar wrote: > Building ARM with NO_BOOTMEM generates below warning. Using min_t Where is that below? :-) > to find the correct alignment avoids the warning. > Cc: Tejun Heo > Cc: Andrew Morton > Signed-off-by: Santosh Shilimkar WBR, Sergei From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-f43.google.com (mail-la0-f43.google.com [209.85.215.43]) by kanga.kvack.org (Postfix) with ESMTP id D43086B0037 for ; Sun, 24 Nov 2013 10:14:21 -0500 (EST) Received: by mail-la0-f43.google.com with SMTP id n7so2299200lam.30 for ; Sun, 24 Nov 2013 07:14:21 -0800 (PST) Received: from mail-la0-f51.google.com (mail-la0-f51.google.com [209.85.215.51]) by mx.google.com with ESMTPS id h4si7893047lam.71.2013.11.24.07.14.20 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 24 Nov 2013 07:14:20 -0800 (PST) Received: by mail-la0-f51.google.com with SMTP id ec20so2205706lab.24 for ; Sun, 24 Nov 2013 07:14:20 -0800 (PST) Message-ID: <529217C7.6030304@cogentembedded.com> Date: Sun, 24 Nov 2013 19:14:15 +0400 From: Sergei Shtylyov MIME-Version: 1.0 Subject: Re: [PATCH] mm: nobootmem: avoid type warning about alignment value References: <1385249326-9089-1-git-send-email-santosh.shilimkar@ti.com> In-Reply-To: <1385249326-9089-1-git-send-email-santosh.shilimkar@ti.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Santosh Shilimkar , linux-kernel@vger.kernel.org Cc: Tejun Heo , linux-mm@kvack.org, Andrew Morton , linux-arm-kernel@lists.infradead.org Hello. On 24-11-2013 3:28, Santosh Shilimkar wrote: > Building ARM with NO_BOOTMEM generates below warning. Using min_t Where is that below? :-) > to find the correct alignment avoids the warning. > Cc: Tejun Heo > Cc: Andrew Morton > Signed-off-by: Santosh Shilimkar WBR, Sergei -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752788Ab3KXPOX (ORCPT ); Sun, 24 Nov 2013 10:14:23 -0500 Received: from mail-la0-f42.google.com ([209.85.215.42]:38073 "EHLO mail-la0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752489Ab3KXPOW (ORCPT ); Sun, 24 Nov 2013 10:14:22 -0500 Message-ID: <529217C7.6030304@cogentembedded.com> Date: Sun, 24 Nov 2013 19:14:15 +0400 From: Sergei Shtylyov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: Santosh Shilimkar , linux-kernel@vger.kernel.org CC: Tejun Heo , linux-mm@kvack.org, Andrew Morton , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] mm: nobootmem: avoid type warning about alignment value References: <1385249326-9089-1-git-send-email-santosh.shilimkar@ti.com> In-Reply-To: <1385249326-9089-1-git-send-email-santosh.shilimkar@ti.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello. On 24-11-2013 3:28, Santosh Shilimkar wrote: > Building ARM with NO_BOOTMEM generates below warning. Using min_t Where is that below? :-) > to find the correct alignment avoids the warning. > Cc: Tejun Heo > Cc: Andrew Morton > Signed-off-by: Santosh Shilimkar WBR, Sergei