From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dayuqiu@shecgisg003.sh.intel.com>
Received: from mga11.intel.com (mga11.intel.com [192.55.52.93])
 by dpdk.org (Postfix) with ESMTP id CA339282
 for <dev@dpdk.org>; Wed, 10 Dec 2014 11:47:07 +0100 (CET)
Received: from fmsmga001.fm.intel.com ([10.253.24.23])
 by fmsmga102.fm.intel.com with ESMTP; 10 Dec 2014 02:46:51 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.07,551,1413270000"; d="scan'208";a="635481020"
Received: from shvmail01.sh.intel.com ([10.239.29.42])
 by fmsmga001.fm.intel.com with ESMTP; 10 Dec 2014 02:46:50 -0800
Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com
 [10.239.29.90])
 by shvmail01.sh.intel.com with ESMTP id sBAAkmNw031240;
 Wed, 10 Dec 2014 18:46:48 +0800
Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1])
 by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id
 sBAAkj3C007632; Wed, 10 Dec 2014 18:46:47 +0800
Received: (from dayuqiu@localhost)
 by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id sBAAkhaI007628;
 Wed, 10 Dec 2014 18:46:43 +0800
From: Michael Qiu <michael.qiu@intel.com>
To: dev@dpdk.org
Date: Wed, 10 Dec 2014 18:46:40 +0800
Message-Id: <1418208402-7597-1-git-send-email-michael.qiu@intel.com>
X-Mailer: git-send-email 1.7.4.1
In-Reply-To: <1417684369-21330-1-git-send-email-michael.qiu@intel.com>
References: <1417684369-21330-1-git-send-email-michael.qiu@intel.com>
Subject: [dpdk-dev] [PATCH 0/2 v4] Fix two compile issues with i686 platform
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 10 Dec 2014 10:47:08 -0000

These two issues are both introuduced by commit b77b5639:
        mem: add huge page sizes for IBM Power

Michael Qiu (2):
  Fix compile issue with hugepage_sz in 32-bit system
  Fix compile issue of eal with icc compile

 lib/librte_eal/common/eal_common_memory.c   | 2 +-
 lib/librte_eal/common/eal_internal_cfg.h    | 2 +-
 lib/librte_eal/common/include/rte_memory.h  | 2 +-
 lib/librte_eal/common/include/rte_memzone.h | 2 +-
 lib/librte_eal/linuxapp/eal/eal.c           | 2 +-
 lib/librte_eal/linuxapp/eal/eal_memory.c    | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

-- 
1.9.3