From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Luck, Tony" Date: Fri, 07 Nov 2008 18:00:15 +0000 Subject: [git pull] ia64 changes Message-Id: <200811071800.mA7I0FwJ014919@agluck-lia64.sc.intel.com> List-Id: References: <1FE6DD409037234FAB833C420AA843EC0122AEB1@orsmsx424.amr.corp.intel.com> In-Reply-To: <1FE6DD409037234FAB833C420AA843EC0122AEB1@orsmsx424.amr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. [repeat of request posted on Tuesday, but new & improved with 3 extra bonus patches] Thanks! -Tony arch/ia64/Kconfig | 19 ++++++++------- arch/ia64/hp/common/hwsw_iommu.c | 9 +------ arch/ia64/include/asm/io.h | 24 ------------------- arch/ia64/include/asm/machvec.h | 22 +----------------- arch/ia64/include/asm/meminit.h | 1 - arch/ia64/include/asm/sal.h | 15 +++++++++++- arch/ia64/include/asm/sn/sn_sal.h | 45 +++++++++++++++++++++++++++++++++++++ arch/ia64/kernel/acpi.c | 29 +++++++++++++++++++---- arch/ia64/kernel/pci-dma.c | 2 - arch/ia64/kernel/setup.c | 9 ++++--- arch/ia64/mm/discontig.c | 1 - arch/ia64/uv/kernel/setup.c | 6 +++++ 12 files changed, 106 insertions(+), 76 deletions(-) Bjorn Helgaas (1): [IA64] reorder Kconfig options to match x86 Doug Chapman (1): [IA64] fix boot panic caused by offline CPUs FUJITA Tomonori (1): [IA64] remove dead BIO_VMERGE_BOUNDARY definition Huang Weiyi (1): [IA64] remove duplicated #include from pci-dma.c Jay Lan (1): [IA64] Reserve elfcorehdr memory in CONFIG_CRASH_DUMP Joerg Roedel (1): [IA64] use common header for software IO/TLB Ken'ichi Ohmichi (1): [IA64] fix the difference between node_mem_map and node_start_pfn Russ Anderson (3): [IA64] Simplify SGI uv vs. sn2 driver issues [IA64] Add UV watchlist support. [IA64] Add error_recovery_info field to SAL section header Tony Luck (1): [IA64] Build VT-D iommu support into generic kernel