From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Luck, Tony" Date: Sat, 01 Sep 2007 10:19:54 +0000 Subject: RE: git pull on ia64 linux tree Message-Id: <617E1C2C70743745A92448908E030B2A024F3C02@scsmsx411.amr.corp.intel.com> List-Id: References: <200504222203.j3MM3fV17003@unix-os.sc.intel.com> In-Reply-To: <200504222203.j3MM3fV17003@unix-os.sc.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, I backed up my tree to before the evil HPET disable commit, and then cherry-picked the stuff that follwed. So here's the revised pull without the stupidity. Note to anyone else using my GIT tree ... this means my tree jumped sideways and you won't be able to pull from it if you had done a pull since Thursday. You'll have to back the branch you use to track my tree back up (e.g. to v2.6.23-rc4) before you can pull again. 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. Thanks! -Tony arch/ia64/hp/sim/hpsim_console.c | 16 ++++++++++++++-- arch/ia64/hp/sim/hpsim_setup.c | 9 ++------- arch/ia64/hp/sim/simeth.c | 12 +++--------- arch/ia64/hp/sim/simscsi.c | 3 +-- arch/ia64/kernel/irq_ia64.c | 28 ++++++++++++++++++++++------ arch/ia64/kernel/setup.c | 13 +++++++------ arch/ia64/kernel/smpboot.c | 6 ++++++ arch/ia64/mm/contig.c | 3 +++ arch/ia64/mm/discontig.c | 3 +++ arch/ia64/sn/kernel/huberror.c | 14 ++++++++++---- arch/ia64/sn/kernel/irq.c | 15 +++++++++++++++ arch/ia64/sn/kernel/sn2/sn2_smp.c | 26 ++++++++++++++++++++++++++ arch/ia64/sn/kernel/sn2/sn_hwperf.c | 3 ++- arch/ia64/sn/pci/pcibr/pcibr_provider.c | 1 + arch/ia64/sn/pci/tioca_provider.c | 2 ++ arch/ia64/sn/pci/tioce_provider.c | 1 + include/asm-ia64/hpsim.h | 16 ++++++++++++++++ include/asm-ia64/sn/arch.h | 1 + include/asm-ia64/sn/intr.h | 1 + include/asm-ia64/sn/sn_feature_sets.h | 1 + 20 files changed, 137 insertions(+), 37 deletions(-) Jesper Juhl (1): [IA64] Remove unnecessary cast of allocation return value in sn_hwperf_enum_objects() John Keller (1): [IA64] SN: Add support for CPU disable Kenji Kaneshige (2): [IA64] Fix unexpected interrupt vector handling [IA64] Clear pending interrupts at CPU boot up time Peter Chubb (2): [IA64] Enable early console for Ski simulator [IA64] Cleanup HPSIM code (was: Re: Enable early console for Ski simulator) Prarit Bhargava (1): [IA64] Stop bogus NMI & softlockup warnings in ia64 show_mem