Re: [Xen-ia64-devel] [7/9] Add mca_asm.S for supporting ia64_monarch_init_handler()

2006-06-23 Thread Alex Williamson
Hi Akio,

   I don't know how to maintain this file in linux-xen.  I could almost
go for deletion of lines instead of #ifndef XEN, but that still makes
the maintenance problem more manual.  There's no indication where the
lines below came from though, I can't find the version of mca_asm.S in
linux/ia64 that contains them.  Thanks,

Alex

On Fri, 2006-06-23 at 01:48 +0900, Akio Takebe wrote:
 +   .global ia64_mca_proc_state_dump
 +   .global ia64_mca_stack
 +   .global ia64_mca_stackframe
 +   .global ia64_mca_bspstore
 +   .global ia64_init_stack
 +   .global ia64_init_stack_addr
...
 +// Now, MCA Dispatch handler is infinity loop.
 +// But it will fix soon.
 +//
 +GLOBAL_ENTRY(ia64_os_mca_dispatch)
 +1:  br.sptk 1b
 +END(ia64_os_mca_dispatch)


-- 
Alex Williamson HP Open Source  Linux Org.


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


[Xen-ia64-devel] [7/9] Add mca_asm.S for supporting ia64_monarch_init_handler()

2006-06-22 Thread Akio Takebe
I remove unused code from original linux code.
I don't modify this file.

Signed-off-by: Akio Takebe [EMAIL PROTECTED]

 b/xen/arch/ia64/linux-xen/mca_asm.S   |  209 ++
 xen/arch/ia64/linux-xen/README.origin |1 
 2 files changed, 210 insertions(+)



add_mca_asm_S.patch
Description: Binary data
___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel