source: trunk/packages/xen-3.1/xen-3.1/xen/arch/ia64/linux-xen/README.origin @ 34

Last change on this file since 34 was 34, checked in by hartmans, 18 years ago

Add xen and xen-common

File size: 1.9 KB
Line 
1# Source files in this directory are near-identical copies of linux-2.6.13
2# files:
3
4# NOTE: ALL changes to these files should be clearly marked
5# (e.g. with #ifdef XEN or XEN in a comment) so that they can be
6# easily updated to future versions of the corresponding Linux files.
7
8cmdline.c               -> linux/lib/cmdline.c
9efi.c                   -> linux/arch/ia64/kernel/efi.c
10entry.h                 -> linux/arch/ia64/kernel/entry.h
11entry.S                 -> linux/arch/ia64/kernel/entry.S
12head.S                  -> linux/arch/ia64/kernel/head.S
13hpsim_ssc.h             -> linux/arch/ia64/hp/sim/hpsim_ssc.h
14irq_ia64.c              -> linux/arch/ia64/kernel/irq_ia64.c
15mca.c                   -> linux/arch/ia64/kernel/mca.c
16mca_asm.S               -> linux/arch/ia64/kernel/mca_asm.S
17minstate.h              -> linux/arch/ia64/kernel/minstate.h
18mm_contig.c             -> linux/arch/ia64/mm/contig.c
19mm_numa.c               -> linux/arch/ia64/mm/numa.c
20numa.c                  -> linux/arch/ia64/kernel/numa.c
21pal.S                   -> linux/arch/ia64/kernel/pal.S
22process-linux-xen.c     -> linux/arch/ia64/kernel/process.c
23sal.c                   -> linux/arch/ia64/kernel/sal.c
24setup.c                 -> linux/arch/ia64/kernel/setup.c
25smp.c                   -> linux/arch/ia64/kernel/smp.c
26smpboot.c               -> linux/arch/ia64/kernel/smpboot.c
27sort.c                  -> linux/lib/sort.c
28time.c                  -> linux/arch/ia64/kernel/time.c
29tlb.c                   -> linux/arch/ia64/mm/tlb.c
30unaligned.c             -> linux/arch/ia64/kernel/unaligned.c
31unwind.c                -> linux/arch/ia64/kernel/unwind.c
32unwind_decoder.c        -> linux/arch/ia64/kernel/unwind_decoder.c
33unwind_i.h              -> linux/arch/ia64/kernel/unwind_i.h
34
35# The files below are from Linux-2.6.16
36iosapic.c               -> linux/arch/ia64/kernel/iosapic.c
37
38# The files below are from Linux-2.6.16.33
39perfmon.c               -> linux/arch/kernel/perfmon.c
40perfmon_default_smpl.c  -> linux/arch/kernel/perfmon_default_smpl.c
41perfmon_generic.h       -> linux/arch/kernel/perfmon_generic.h
42perfmon_itanium.h       -> linux/arch/kernel/perfmon_itanium.h
43perfmon_mckinley.h      -> linux/arch/kernel/perfmon_mckinley.h
44perfmon_montecito.h     -> linux/arch/kernel/perfmon_montecito.h
Note: See TracBrowser for help on using the repository browser.