WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ia64-devel

Re: [Xen-ia64-devel] [PATCH] [0/6] panic stack trace

To: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-ia64-devel] [PATCH] [0/6] panic stack trace
From: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Date: Wed, 28 Dec 2005 19:40:05 +0900
Delivery-date: Wed, 28 Dec 2005 10:44:02 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20051228101126.GF29012@xxxxxxxxxxxxx>
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
References: <20051228101126.GF29012@xxxxxxxxxxxxx>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.4.2.1i
Hi.

It seems that 1/6 was discarded because of its size.
To show which files are imported from Linux source tree
the shell script file is included.

thanks.

--
#! /bin/sh
# Usage:
# ./unwind_import.sh <Linux source dir> <xen source dir>

set -e

LINUX_DIR=${1}
XEN_DIR=${2}

LINUX_ARCH_KERNEL_DIR=${LINUX_DIR}/arch/ia64/kernel
LINUX_INCLUDE_ASM_DIR=${LINUX_DIR}/include/asm-ia64

XEN_ARCH_LINUX_XEN_DIR=${XEN_DIR}/xen/arch/ia64/linux-xen
XEN_INCLUDE_LINUX_ASM_DIR=${XEN_DIR}/xen/include/asm-ia64/linux-xen/asm

INCLUDE_FILES=unwind.h
ARCH_FILES="unwind.c  unwind_decoder.c  unwind_i.h"

for f in ${ARCH_FILES}
do
    cp ${LINUX_ARCH_KERNEL_DIR}/${f} ${XEN_ARCH_LINUX_XEN_DIR}
done

for f in ${INCLUDE_FILES}
do
    cp ${LINUX_INCLUDE_ASM_DIR}/${f} ${XEN_INCLUDE_LINUX_ASM_DIR}/
done

exit 0



-- 
yamahata

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel

<Prev in Thread] Current Thread [Next in Thread>