This commit is contained in:
committed by
Git OBS Bridge
parent
4790095364
commit
0bb51565d6
@@ -1,8 +1,8 @@
|
||||
Index: xen-3.3.1-testing/xen/arch/ia64/linux-xen/smp.c
|
||||
Index: xen-3.4.0-testing/xen/arch/ia64/linux-xen/smp.c
|
||||
===================================================================
|
||||
--- xen-3.3.1-testing.orig/xen/arch/ia64/linux-xen/smp.c
|
||||
+++ xen-3.3.1-testing/xen/arch/ia64/linux-xen/smp.c
|
||||
@@ -175,7 +175,7 @@ handle_IPI (int irq, void *dev_id, struc
|
||||
--- xen-3.4.0-testing.orig/xen/arch/ia64/linux-xen/smp.c
|
||||
+++ xen-3.4.0-testing/xen/arch/ia64/linux-xen/smp.c
|
||||
@@ -190,7 +190,7 @@ handle_IPI (int irq, void *dev_id, struc
|
||||
* At this point the structure may be gone unless
|
||||
* wait is true.
|
||||
*/
|
||||
@@ -11,10 +11,10 @@ Index: xen-3.3.1-testing/xen/arch/ia64/linux-xen/smp.c
|
||||
|
||||
/* Notify the sending CPU that the task is done. */
|
||||
mb();
|
||||
Index: xen-3.3.1-testing/xen/arch/x86/smp.c
|
||||
Index: xen-3.4.0-testing/xen/arch/x86/smp.c
|
||||
===================================================================
|
||||
--- xen-3.3.1-testing.orig/xen/arch/x86/smp.c
|
||||
+++ xen-3.3.1-testing/xen/arch/x86/smp.c
|
||||
--- xen-3.4.0-testing.orig/xen/arch/x86/smp.c
|
||||
+++ xen-3.4.0-testing/xen/arch/x86/smp.c
|
||||
@@ -356,7 +356,7 @@ fastcall void smp_call_function_interrup
|
||||
|
||||
if ( call_data->wait )
|
||||
@@ -33,10 +33,10 @@ Index: xen-3.3.1-testing/xen/arch/x86/smp.c
|
||||
}
|
||||
|
||||
irq_exit();
|
||||
Index: xen-3.3.1-testing/xen/common/keyhandler.c
|
||||
Index: xen-3.4.0-testing/xen/common/keyhandler.c
|
||||
===================================================================
|
||||
--- xen-3.3.1-testing.orig/xen/common/keyhandler.c
|
||||
+++ xen-3.3.1-testing/xen/common/keyhandler.c
|
||||
--- xen-3.4.0-testing.orig/xen/common/keyhandler.c
|
||||
+++ xen-3.4.0-testing/xen/common/keyhandler.c
|
||||
@@ -91,14 +91,25 @@ static void show_handlers(unsigned char
|
||||
key_table[i].desc);
|
||||
}
|
||||
@@ -83,10 +83,10 @@ Index: xen-3.3.1-testing/xen/common/keyhandler.c
|
||||
on_selected_cpus(cpumask_of_cpu(cpu), __dump_execstate, NULL, 1, 1);
|
||||
}
|
||||
|
||||
Index: xen-3.3.1-testing/xen/include/asm-ia64/linux-xen/asm/ptrace.h
|
||||
Index: xen-3.4.0-testing/xen/include/asm-ia64/linux-xen/asm/ptrace.h
|
||||
===================================================================
|
||||
--- xen-3.3.1-testing.orig/xen/include/asm-ia64/linux-xen/asm/ptrace.h
|
||||
+++ xen-3.3.1-testing/xen/include/asm-ia64/linux-xen/asm/ptrace.h
|
||||
--- xen-3.4.0-testing.orig/xen/include/asm-ia64/linux-xen/asm/ptrace.h
|
||||
+++ xen-3.4.0-testing/xen/include/asm-ia64/linux-xen/asm/ptrace.h
|
||||
@@ -278,7 +278,7 @@ struct switch_stack {
|
||||
# define ia64_task_regs(t) (((struct pt_regs *) ((char *) (t) + IA64_STK_OFFSET)) - 1)
|
||||
# define ia64_psr(regs) ((struct ia64_psr *) &(regs)->cr_ipsr)
|
||||
|
Reference in New Issue
Block a user