From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755413Ab1EGOLs (ORCPT ); Sat, 7 May 2011 10:11:48 -0400 Received: from diomedes.noc.ntua.gr ([147.102.222.220]:56268 "EHLO diomedes.noc.ntua.gr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755145Ab1EGOLo (ORCPT ); Sat, 7 May 2011 10:11:44 -0400 From: Stratos Psomadakis To: linuxppc-dev@lists.ozlabs.org Cc: linux-kernel@vger.kernel.org, Stratos Psomadakis Subject: [PATCH 0/2] ppc/cleaup: Fix compiler warnings Date: Sat, 7 May 2011 17:11:29 +0300 Message-Id: <1304777491-7947-1-git-send-email-psomas@cslab.ece.ntua.gr> X-Mailer: git-send-email 1.7.5.rc3 GIT: Lines beginning in "GIT:" will be removed. GIT: Consider including an overall diffstat or table of contents GIT: for the patch you are writing. GIT: Clear the body content if you don't wish to send a summary. X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (diomedes.noc.ntua.gr [147.102.222.220]); Sat, 07 May 2011 17:11:34 +0300 (EEST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix compiler warnings in ppc code, which can lead to build failure, if CONFIG_PPC_WERROR is set (default). arch/powerpc/include/asm/pgtable-ppc64.h | 13 ++++++------- arch/powerpc/kernel/Makefile | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from diomedes.noc.ntua.gr (diomedes.noc.ntua.gr [147.102.222.220]) by ozlabs.org (Postfix) with ESMTP id D3E83B7136 for ; Sun, 8 May 2011 00:11:40 +1000 (EST) From: Stratos Psomadakis To: linuxppc-dev@lists.ozlabs.org Subject: [PATCH 0/2] ppc/cleaup: Fix compiler warnings Date: Sat, 7 May 2011 17:11:29 +0300 Message-Id: <1304777491-7947-1-git-send-email-psomas@cslab.ece.ntua.gr> Cc: Stratos Psomadakis , linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Fix compiler warnings in ppc code, which can lead to build failure, if CONFIG_PPC_WERROR is set (default). arch/powerpc/include/asm/pgtable-ppc64.h | 13 ++++++------- arch/powerpc/kernel/Makefile | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-)