|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [IA64] Add mca_asm, mca into Makefile
# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 00f20f7c0e23849e4ae2addd1a118434dab39424
# Parent 80dbb6c5862b12b8a2075efde0d9d951c41d4f9d
[IA64] Add mca_asm, mca into Makefile
This patch turn on new init handler.
Signed-off-by: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
[Updated for new mca.c location]
Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
xen/arch/ia64/linux-xen/Makefile | 2 ++
xen/arch/ia64/xen/xenmisc.c | 2 --
2 files changed, 2 insertions(+), 2 deletions(-)
diff -r 80dbb6c5862b -r 00f20f7c0e23 xen/arch/ia64/linux-xen/Makefile
--- a/xen/arch/ia64/linux-xen/Makefile Thu Jul 06 13:26:27 2006 -0600
+++ b/xen/arch/ia64/linux-xen/Makefile Thu Jul 06 13:27:47 2006 -0600
@@ -1,6 +1,8 @@ obj-y += efi.o
obj-y += efi.o
obj-y += entry.o
obj-y += irq_ia64.o
+obj-y += mca.o
+obj-y += mca_asm.o
obj-y += mm_contig.o
obj-y += pal.o
obj-y += process-linux-xen.o
diff -r 80dbb6c5862b -r 00f20f7c0e23 xen/arch/ia64/xen/xenmisc.c
--- a/xen/arch/ia64/xen/xenmisc.c Thu Jul 06 13:26:27 2006 -0600
+++ b/xen/arch/ia64/xen/xenmisc.c Thu Jul 06 13:27:47 2006 -0600
@@ -28,8 +28,6 @@ unsigned long loops_per_jiffy = (1<<12);
/* FIXME: where these declarations should be there ? */
extern void show_registers(struct pt_regs *regs);
-void ia64_mca_init(void) { printf("ia64_mca_init() skipped (Machine check
abort handling)\n"); }
-void ia64_mca_cpu_init(void *x) { }
void hpsim_setup(char **x)
{
#ifdef CONFIG_SMP
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] [IA64] Add mca_asm, mca into Makefile,
Xen patchbot-unstable <=
|
|
|
|
|