Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753875AbYGWM1C (ORCPT ); Wed, 23 Jul 2008 08:27:02 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751734AbYGWM0y (ORCPT ); Wed, 23 Jul 2008 08:26:54 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:37928 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750875AbYGWM0x (ORCPT ); Wed, 23 Jul 2008 08:26:53 -0400 Subject: [git pull] x86: declaration fixes - ver3 From: Jaswinder Singh To: Ingo Molnar , LKML Content-Type: text/plain; charset=utf8 Date: Wed, 23 Jul 2008 17:55:47 +0530 Message-Id: <1216815947.11897.2.camel@jaswinder.satnam> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 (2.22.1-2.fc9) Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1719 Lines: 42 Hello Ingo, Please pull these patches for x86-tip. The following changes since commit 1e84911c6c37fd1080ef07039e19c346628b31db: Jaswinder Singh (1): x86: mtrr/main.c declare range_state as static are available in the git repository at: git://git.infradead.org/users/jaswinder/linux-2.6-tip.git x86/prototypes-for-tip Jaswinder Singh (8): x86: apic_XX.c declare functions before they get used x86: vm86_32.c declare functions before they get used x86: mm/init_XX.c declare functions before they get used x86: mm/fault.c declare do_page_fault before they get used x86: mm/ioremap.c declare early_ioremap_debug and early_ioremap_nested as static x86: mm/pageattr.c declare arch_report_meminfo before they get used x86: mm/pgtable_32.c declare set_pmd_pfn before they get used x86: mach-default/setup.c declare no_broadcast before they get used arch/x86/mach-default/setup.c | 4 +++- arch/x86/mm/fault.c | 3 +-- arch/x86/mm/init_32.c | 1 + arch/x86/mm/ioremap.c | 4 ++-- include/asm-x86/apic.h | 5 +++++ include/asm-x86/hw_irq.h | 10 ++++++++++ include/asm-x86/page_32.h | 1 + include/asm-x86/page_64.h | 1 + include/asm-x86/pgtable.h | 2 ++ include/asm-x86/pgtable_32.h | 1 + include/asm-x86/syscalls.h | 5 ++++- include/asm-x86/traps.h | 4 ++++ 12 files changed, 35 insertions(+), 6 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/