From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from gateway-1237.mvista.com ([63.81.120.158]) by pentafluge.infradead.org with esmtp (Exim 4.63 #1 (Red Hat Linux)) id 1Ij2zY-0007Jv-Hw for kexec@lists.infradead.org; Sat, 20 Oct 2007 02:19:06 +0100 Message-ID: <47195763.1090803@ct.jp.nec.com> Date: Fri, 19 Oct 2007 18:18:27 -0700 From: Hiroshi Shimamoto MIME-Version: 1.0 Subject: [PATCH 0/3] x86: unify crash_32/64.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: kexec-bounces@lists.infradead.org Errors-To: kexec-bounces@lists.infradead.org To: vgoyal@in.ibm.com, hbabu@us.ibm.com, tglx@linutronix.de Cc: kexec@lists.infradead.org, linux-kernel@vger.kernel.org Hi, I made patches to unify crash_32/64.c. There are three patches; 1. add lapic_shutdown for x86_64 2. add safe_smp_processor_id for x86_64 3. unify crash_32/64.c I'm not sure that it's good to split to these patches. I've compiled on both of 32bit and 64bit, and tested kdump on 64bit. Thanks Hiroshi Shimamoto _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758257AbXJTBSj (ORCPT ); Fri, 19 Oct 2007 21:18:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752151AbXJTBSb (ORCPT ); Fri, 19 Oct 2007 21:18:31 -0400 Received: from gateway-1237.mvista.com ([63.81.120.158]:34917 "EHLO gateway-1237.mvista.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751497AbXJTBSa (ORCPT ); Fri, 19 Oct 2007 21:18:30 -0400 Message-ID: <47195763.1090803@ct.jp.nec.com> Date: Fri, 19 Oct 2007 18:18:27 -0700 From: Hiroshi Shimamoto User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: vgoyal@in.ibm.com, hbabu@us.ibm.com, tglx@linutronix.de Cc: linux-kernel@vger.kernel.org, kexec@lists.infradead.org Subject: [PATCH 0/3] x86: unify crash_32/64.c Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, I made patches to unify crash_32/64.c. There are three patches; 1. add lapic_shutdown for x86_64 2. add safe_smp_processor_id for x86_64 3. unify crash_32/64.c I'm not sure that it's good to split to these patches. I've compiled on both of 32bit and 64bit, and tested kdump on 64bit. Thanks Hiroshi Shimamoto