debuggers.hg
changeset 6798:e17161930711
synch_bitops.h is an arch-specific header file.
Signed-off-by: Keir Fraser <keir@xensource.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Tue Sep 13 10:40:29 2005 +0000 (2005-09-13) |
parents | b5d91089e42c |
children | 89ed236b6b66 |
files | linux-2.6-xen-sparse/arch/xen/kernel/evtchn.c linux-2.6-xen-sparse/arch/xen/kernel/gnttab.c linux-2.6-xen-sparse/include/asm-xen/asm-i386/system.h linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/synch_bitops.h linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/system.h linux-2.6-xen-sparse/include/asm-xen/evtchn.h |
line diff
1.1 --- a/linux-2.6-xen-sparse/arch/xen/kernel/evtchn.c Tue Sep 13 10:21:22 2005 +0000 1.2 +++ b/linux-2.6-xen-sparse/arch/xen/kernel/evtchn.c Tue Sep 13 10:40:29 2005 +0000 1.3 @@ -37,7 +37,7 @@ 1.4 #include <asm/atomic.h> 1.5 #include <asm/system.h> 1.6 #include <asm/ptrace.h> 1.7 -#include <asm-xen/synch_bitops.h> 1.8 +#include <asm/synch_bitops.h> 1.9 #include <asm-xen/xen-public/event_channel.h> 1.10 #include <asm-xen/xen-public/physdev.h> 1.11 #include <asm-xen/hypervisor.h>
2.1 --- a/linux-2.6-xen-sparse/arch/xen/kernel/gnttab.c Tue Sep 13 10:21:22 2005 +0000 2.2 +++ b/linux-2.6-xen-sparse/arch/xen/kernel/gnttab.c Tue Sep 13 10:40:29 2005 +0000 2.3 @@ -19,7 +19,7 @@ 2.4 #include <asm-xen/xen_proc.h> 2.5 #include <asm-xen/linux-public/privcmd.h> 2.6 #include <asm-xen/gnttab.h> 2.7 -#include <asm-xen/synch_bitops.h> 2.8 +#include <asm/synch_bitops.h> 2.9 2.10 #if 1 2.11 #define ASSERT(_p) \
3.1 --- a/linux-2.6-xen-sparse/include/asm-xen/asm-i386/system.h Tue Sep 13 10:21:22 2005 +0000 3.2 +++ b/linux-2.6-xen-sparse/include/asm-xen/asm-i386/system.h Tue Sep 13 10:40:29 2005 +0000 3.3 @@ -4,7 +4,7 @@ 3.4 #include <linux/config.h> 3.5 #include <linux/kernel.h> 3.6 #include <linux/bitops.h> 3.7 -#include <asm-xen/synch_bitops.h> 3.8 +#include <asm/synch_bitops.h> 3.9 #include <asm/segment.h> 3.10 #include <asm/cpufeature.h> 3.11 #include <asm-xen/hypervisor.h>
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/synch_bitops.h Tue Sep 13 10:40:29 2005 +0000 4.3 @@ -0,0 +1,2 @@ 4.4 + 4.5 +#include <asm-i386/synch_bitops.h>
5.1 --- a/linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/system.h Tue Sep 13 10:21:22 2005 +0000 5.2 +++ b/linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/system.h Tue Sep 13 10:40:29 2005 +0000 5.3 @@ -4,7 +4,7 @@ 5.4 #include <linux/config.h> 5.5 #include <linux/kernel.h> 5.6 #include <asm/segment.h> 5.7 -#include <asm-xen/synch_bitops.h> 5.8 +#include <asm/synch_bitops.h> 5.9 #include <asm-xen/hypervisor.h> 5.10 #include <asm-xen/xen-public/arch-x86_64.h> 5.11
6.1 --- a/linux-2.6-xen-sparse/include/asm-xen/evtchn.h Tue Sep 13 10:21:22 2005 +0000 6.2 +++ b/linux-2.6-xen-sparse/include/asm-xen/evtchn.h Tue Sep 13 10:40:29 2005 +0000 6.3 @@ -35,7 +35,7 @@ 6.4 #include <linux/interrupt.h> 6.5 #include <asm-xen/hypervisor.h> 6.6 #include <asm/ptrace.h> 6.7 -#include <asm-xen/synch_bitops.h> 6.8 +#include <asm/synch_bitops.h> 6.9 #include <asm-xen/xen-public/event_channel.h> 6.10 #include <linux/smp.h> 6.11