asm文件

mini2440附带的内核源码里的asm
[root@localhost linux-2.6.32.2]# pwd
/opt/FriendlyARM/mini2440/linux-2.6.32.2

[root@localhost linux-2.6.32.2]# find -name asm  /*******有很多asm************/
./tools/perf/util/include/asm
./arch/frv/include/asm
./arch/h8300/include/asm
./arch/xtensa/include/asm
./arch/blackfin/include/asm
./arch/arm/include/asm   /*******************/
./arch/microblaze/include/asm
./arch/x86/include/asm
./arch/mips/include/asm
./arch/ia64/include/asm
./arch/m32r/include/asm
./arch/parisc/include/asm
./arch/score/include/asm
./arch/powerpc/include/asm
./arch/s390/include/asm
./arch/m68k/include/asm
./arch/alpha/include/asm
./arch/sh/include/asm
./arch/avr32/include/asm
./arch/um/sys-ppc/asm
./arch/um/sys-i386/asm
./arch/um/include/asm
./arch/um/sys-x86_64/asm
./arch/mn10300/include/asm
./arch/sparc/include/asm
./arch/cris/include/asm
./arch/cris/include/arch-v32/mach-a3/mach/hwregs/iop/asm
./arch/cris/include/arch-v32/mach-a3/mach/hwregs/asm
./arch/cris/include/arch-v32/arch/hwregs/iop/asm
./arch/cris/include/arch-v32/arch/hwregs/asm
./arch/cris/include/arch-v32/mach-fs/mach/hwregs/asm
./include/asm  /*******************/

[root@localhost linux-2.6.32.2]# ll include/
total 116
drwxr-xr-x   3 root root  4096 2009-12-03 11:51 acpi
lrwxrwxrwx   1 root root     7 2011-09-23 16:13 asm -> asm-arm   /*********指向实际的,asm-arm**********/
drwxr-xr-x   2 root root  4096 2011-09-21 20:39 asm-arm          /*******************/
drwxr-xr-x   3 root root  4096 2009-12-03 11:51 asm-generic
drwxr-xr-x 120 root root  4096 2011-09-23 16:13 config
drwxr-xr-x   3 root root  4096 2009-12-03 11:51 crypto
drwxr-xr-x   3 root root  4096 2010-01-05 15:05 drm
-rw-r--r--   1 root root   253 2009-12-03 11:51 Kbuild
drwxr-xr-x   2 root root  4096 2009-12-03 11:51 keys
drwxr-xr-x  34 root root 36864 2011-09-23 16:13 linux
drwxr-xr-x   2 root root  4096 2009-12-03 11:51 math-emu
drwxr-xr-x   3 root root  4096 2009-12-03 11:51 media
drwxr-xr-x   2 root root  4096 2009-12-03 11:51 mtd
drwxr-xr-x  12 root root  4096 2010-01-05 15:05 net
drwxr-xr-x   2 root root  4096 2009-12-03 11:51 pcmcia
drwxr-xr-x   2 root root  4096 2009-12-03 11:51 rdma
drwxr-xr-x   2 root root  4096 2009-12-03 11:51 rxrpc
drwxr-xr-x   3 root root  4096 2010-01-05 15:05 scsi
drwxr-xr-x   2 root root  4096 2009-12-03 11:51 sound
drwxr-xr-x   3 root root  4096 2010-01-05 15:05 trace
drwxr-xr-x   2 root root  4096 2009-12-03 11:51 video
drwxr-xr-x   3 root root  4096 2009-12-03 11:51 xen

[root@localhost linux-2.6.32.2]# ll include/asm-arm/
total 884
-rw-r--r-- 1 root root   3075 2011-09-21 20:39 asm-offsets.h
-rw-r--r-- 1 root root 896550 2011-09-21 20:39 mach-types.h   /*******************/

[root@localhost linux-2.6.32.2]# ll arch/arm/include/
total 4
drwxr-xr-x 4 root root 4096 2009-12-03 11:51 asm              /*******************/

[root@localhost linux-2.6.32.2]# ll arch/arm/include/asm/    /*******************/
total 744
-rw-r--r-- 1 root root  1511 2009-12-03 11:51 a.out-core.h
-rw-r--r-- 1 root root   894 2009-12-03 11:51 a.out.h
-rw-r--r-- 1 root root  5392 2009-12-03 11:51 assembler.h
-rw-r--r-- 1 root root  5076 2009-12-03 11:51 atomic.h
-rw-r--r-- 1 root root    60 2009-12-03 11:51 auxvec.h
-rw-r--r-- 1 root root  9822 2009-12-03 11:51 bitops.h
-rw-r--r-- 1 root root    37 2009-12-03 11:51 bitsperlong.h
-rw-r--r-- 1 root root   405 2009-12-03 11:51 bug.h
-rw-r--r-- 1 root root   482 2009-12-03 11:51 bugs.h
-rw-r--r-- 1 root root   648 2009-12-03 11:51 byteorder.h
-rw-r--r-- 1 root root 13797 2009-12-03 11:51 cacheflush.h
-rw-r--r-- 1 root root   704 2009-12-03 11:51 cache.h
-rw-r--r-- 1 root root  1643 2009-12-03 11:51 cachetype.h
-rw-r--r-- 1 root root  3511 2009-12-03 11:51 checksum.h
-rw-r--r-- 1 root root   693 2009-12-03 11:51 clkdev.h
-rw-r--r-- 1 root root   524 2009-12-03 11:51 cpu.h
-rw-r--r-- 1 root root  1743 2009-12-03 11:51 cpu-multi32.h
-rw-r--r-- 1 root root  1429 2009-12-03 11:51 cpu-single.h
-rw-r--r-- 1 root root   112 2009-12-03 11:51 cputime.h
-rw-r--r-- 1 root root  2351 2009-12-03 11:51 cputype.h
-rw-r--r-- 1 root root   317 2009-12-03 11:51 current.h
-rw-r--r-- 1 root root  1277 2009-12-03 11:51 delay.h
-rw-r--r-- 1 root root   278 2009-12-03 11:51 device.h
-rw-r--r-- 1 root root  7725 2009-12-03 11:51 div64.h
-rw-r--r-- 1 root root  4063 2009-12-03 11:51 dma.h
-rw-r--r-- 1 root root 14223 2009-12-03 11:51 dma-mapping.h
-rw-r--r-- 1 root root  2107 2009-12-03 11:51 domain.h
-rw-r--r-- 1 root root  6143 2009-12-03 11:51 ecard.h
-rw-r--r-- 1 root root  3904 2009-12-03 11:51 elf.h
-rw-r--r-- 1 root root   149 2009-12-03 11:51 emergency-restart.h
-rw-r--r-- 1 root root    82 2009-12-03 11:51 errno.h
-rw-r--r-- 1 root root   375 2009-12-03 11:51 fb.h
-rw-r--r-- 1 root root   292 2009-12-03 11:51 fcntl.h
-rw-r--r-- 1 root root   853 2009-12-03 11:51 fiq.h
-rw-r--r-- 1 root root  1131 2009-12-03 11:51 fixmap.h
-rw-r--r-- 1 root root   520 2009-12-03 11:51 flat.h
-rw-r--r-- 1 root root  3701 2009-12-03 11:51 floppy.h
-rw-r--r-- 1 root root  1776 2009-12-03 11:51 fpstate.h
-rw-r--r-- 1 root root  1294 2009-12-03 11:51 ftrace.h
-rw-r--r-- 1 root root  3060 2009-12-03 11:51 futex.h
-rw-r--r-- 1 root root  3501 2009-12-03 11:51 glue.h
-rw-r--r-- 1 root root   166 2009-12-03 11:51 gpio.h
-rw-r--r-- 1 root root   689 2009-12-03 11:51 hardirq.h
drwxr-xr-x 2 root root  4096 2009-12-03 11:51 hardware
-rw-r--r-- 1 root root   935 2009-12-03 11:51 highmem.h
-rw-r--r-- 1 root root   729 2009-12-03 11:51 hwcap.h
-rw-r--r-- 1 root root   526 2009-12-03 11:51 hw_irq.h
-rw-r--r-- 1 root root   527 2009-12-03 11:51 ide.h
-rw-r--r-- 1 root root    31 2009-12-03 11:51 ioctl.h
-rw-r--r-- 1 root root  2575 2009-12-03 11:51 ioctls.h
-rw-r--r-- 1 root root 10281 2009-12-03 11:51 io.h
-rw-r--r-- 1 root root   627 2009-12-03 11:51 ipcbuf.h
-rw-r--r-- 1 root root  2649 2009-12-03 11:51 irqflags.h
-rw-r--r-- 1 root root   432 2009-12-03 11:51 irq.h
-rw-r--r-- 1 root root    34 2009-12-03 11:51 irq_regs.h
-rw-r--r-- 1 root root    61 2009-12-03 11:51 Kbuild
-rw-r--r-- 1 root root    32 2009-12-03 11:51 kdebug.h
-rw-r--r-- 1 root root   826 2009-12-03 11:51 kexec.h
-rw-r--r-- 1 root root  2654 2009-12-03 11:51 kgdb.h
-rw-r--r-- 1 root root   462 2009-12-03 11:51 kmap_types.h
-rw-r--r-- 1 root root  2057 2009-12-03 11:51 kprobes.h
-rw-r--r-- 1 root root  1051 2009-12-03 11:51 leds.h
-rw-r--r-- 1 root root   127 2009-12-03 11:51 limits.h
-rw-r--r-- 1 root root   177 2009-12-03 11:51 linkage.h
-rw-r--r-- 1 root root    31 2009-12-03 11:51 local.h
-rw-r--r-- 1 root root  1176 2009-12-03 11:51 localtimer.h
-rw-r--r-- 1 root root  5684 2009-12-03 11:51 locks.h
drwxr-xr-x 2 root root  4096 2009-12-30 17:15 mach
-rw-r--r-- 1 root root   645 2009-12-03 11:51 mc146818rtc.h
-rw-r--r-- 1 root root  8701 2009-12-03 11:51 memory.h
-rw-r--r-- 1 root root    30 2009-12-03 11:51 mman.h
-rw-r--r-- 1 root root  3142 2009-12-03 11:51 mmu_context.h
-rw-r--r-- 1 root root   502 2009-12-03 11:51 mmu.h
-rw-r--r-- 1 root root   683 2009-12-03 11:51 mmzone.h
-rw-r--r-- 1 root root   641 2009-12-03 11:51 module.h
-rw-r--r-- 1 root root   980 2009-12-03 11:51 msgbuf.h
-rw-r--r-- 1 root root   666 2009-12-03 11:51 mtd-xip.h
-rw-r--r-- 1 root root  3058 2009-12-03 11:51 mutex.h
-rw-r--r-- 1 root root   213 2009-12-03 11:51 nwflash.h
-rw-r--r-- 1 root root  4528 2009-12-03 11:51 page.h
-rw-r--r-- 1 root root  1193 2009-12-03 11:51 page-nommu.h
-rw-r--r-- 1 root root   687 2009-12-03 11:51 param.h
-rw-r--r-- 1 root root   523 2009-12-03 11:51 parport.h
-rw-r--r-- 1 root root  2098 2009-12-03 11:51 pci.h
-rw-r--r-- 1 root root    83 2009-12-03 11:51 percpu.h
-rw-r--r-- 1 root root  3336 2009-12-03 11:51 pgalloc.h
-rw-r--r-- 1 root root 16055 2009-12-03 11:51 pgtable.h
-rw-r--r-- 1 root root  2592 2009-12-03 11:51 pgtable-hwdef.h
-rw-r--r-- 1 root root  2800 2009-12-03 11:51 pgtable-nommu.h
-rw-r--r-- 1 root root    30 2009-12-03 11:51 poll.h
-rw-r--r-- 1 root root  2119 2009-12-03 11:51 posix_types.h
-rw-r--r-- 1 root root  3008 2009-12-03 11:51 processor.h
-rw-r--r-- 1 root root  4618 2009-12-03 11:51 proc-fns.h
-rw-r--r-- 1 root root  1298 2009-12-03 11:51 procinfo.h
-rw-r--r-- 1 root root  4365 2009-12-03 11:51 ptrace.h
-rw-r--r-- 1 root root    91 2009-12-03 11:51 resource.h
-rw-r--r-- 1 root root   767 2009-12-03 11:51 scatterlist.h
-rw-r--r-- 1 root root    34 2009-12-03 11:51 sections.h
-rw-r--r-- 1 root root   197 2009-12-03 11:51 segment.h
-rw-r--r-- 1 root root   702 2009-12-03 11:51 sembuf.h
-rw-r--r-- 1 root root   406 2009-12-03 11:51 serial.h
-rw-r--r-- 1 root root  5188 2009-12-03 11:51 setup.h
-rw-r--r-- 1 root root  1169 2009-12-03 11:51 shmbuf.h
-rw-r--r-- 1 root root   380 2009-12-03 11:51 shmparam.h
-rw-r--r-- 1 root root   768 2009-12-03 11:51 sigcontext.h
-rw-r--r-- 1 root root    94 2009-12-03 11:51 siginfo.h
-rw-r--r-- 1 root root  3620 2009-12-03 11:51 signal.h
-rw-r--r-- 1 root root  2278 2009-12-03 11:51 sizes.h
-rw-r--r-- 1 root root  2430 2009-12-03 11:51 smp.h
-rw-r--r-- 1 root root   346 2009-12-03 11:51 smp_plat.h
-rw-r--r-- 1 root root   147 2009-12-03 11:51 smp_scu.h
-rw-r--r-- 1 root root   226 2009-12-03 11:51 smp_twd.h
-rw-r--r-- 1 root root  1378 2009-12-03 11:51 socket.h
-rw-r--r-- 1 root root   341 2009-12-03 11:51 sockios.h
-rw-r--r-- 1 root root   660 2009-12-03 11:51 sparsemem.h
-rw-r--r-- 1 root root  4445 2009-12-03 11:51 spinlock.h
-rw-r--r-- 1 root root   368 2009-12-03 11:51 spinlock_types.h
-rw-r--r-- 1 root root   353 2009-12-03 11:51 stacktrace.h
-rw-r--r-- 1 root root   360 2009-12-03 11:51 statfs.h
-rw-r--r-- 1 root root  1910 2009-12-03 11:51 stat.h
-rw-r--r-- 1 root root   986 2009-12-03 11:51 string.h
-rw-r--r-- 1 root root  1300 2009-12-03 11:51 swab.h
-rw-r--r-- 1 root root 13711 2009-12-03 11:51 system.h
-rw-r--r-- 1 root root   879 2009-12-03 11:51 tcm.h
-rw-r--r-- 1 root root  4557 2009-12-03 11:51 termbits.h
-rw-r--r-- 1 root root  2713 2009-12-03 11:51 termios.h
-rw-r--r-- 1 root root   616 2009-12-03 11:51 therm.h
-rw-r--r-- 1 root root  4827 2009-12-03 11:51 thread_info.h
-rw-r--r-- 1 root root  1206 2009-12-03 11:51 thread_notify.h
-rw-r--r-- 1 root root   494 2009-12-03 11:51 timex.h
-rw-r--r-- 1 root root 14893 2009-12-03 11:51 tlbflush.h
-rw-r--r-- 1 root root  2730 2009-12-03 11:51 tlb.h
-rw-r--r-- 1 root root   125 2009-12-03 11:51 topology.h
-rw-r--r-- 1 root root   735 2009-12-03 11:51 traps.h
-rw-r--r-- 1 root root   467 2009-12-03 11:51 types.h
-rw-r--r-- 1 root root 12721 2009-12-03 11:51 uaccess.h
-rw-r--r-- 1 root root  2926 2009-12-03 11:51 ucontext.h
-rw-r--r-- 1 root root   439 2009-12-03 11:51 unaligned.h
-rw-r--r-- 1 root root  2667 2009-12-03 11:51 unified.h
-rw-r--r-- 1 root root 19910 2009-12-03 11:51 unistd.h
-rw-r--r-- 1 root root  1831 2009-12-03 11:51 unwind.h
-rw-r--r-- 1 root root  3975 2009-12-03 11:51 user.h
-rw-r--r-- 1 root root  2571 2009-12-03 11:51 vfp.h
-rw-r--r-- 1 root root  1541 2009-12-03 11:51 vfpmacros.h
-rw-r--r-- 1 root root   264 2009-12-03 11:51 vga.h
-rw-r--r-- 1 root root  3734 2009-12-03 11:51 xor.h


fedora9里的asm(yum install kernel-devel安装)
[root@localhost build]# pwd
/lib/modules/2.6.25-14.fc9.i686/build

[root@localhost build]# find -name asm   
./include/asm   /*********仅有一个asm**********/

[root@localhost build]# ll include/
total 112
drwxr-xr-x   3 root root  4096 2011-09-12 19:42 acpi
lrwxrwxrwx   1 root root     7 2011-09-12 19:42 asm -> asm-x86  /*******as指向实际的,asm-x86************/
drwxr-xr-x   3 root root  4096 2011-09-12 19:42 asm-generic    
drwxr-xr-x  12 root root 12288 2011-09-12 19:42 asm-x86       /*******************/
drwxr-xr-x 416 root root 20480 2011-09-12 19:42 config
drwxr-xr-x   2 root root  4096 2011-09-12 19:42 keys
drwxr-xr-x  28 root root 28672 2011-09-12 19:42 linux
drwxr-xr-x   2 root root  4096 2011-09-12 19:42 math-emu
drwxr-xr-x   2 root root  4096 2011-09-12 19:42 media
drwxr-xr-x   2 root root  4096 2011-09-12 19:42 mtd
drwxr-xr-x  11 root root  4096 2011-09-12 19:42 net
drwxr-xr-x   2 root root  4096 2011-09-12 19:42 pcmcia
drwxr-xr-x   2 root root  4096 2011-09-12 19:42 rdma
drwxr-xr-x   2 root root  4096 2011-09-12 19:42 rxrpc
drwxr-xr-x   2 root root  4096 2011-09-12 19:42 scsi
drwxr-xr-x   2 root root  4096 2011-09-12 19:42 sound
drwxr-xr-x   2 root root  4096 2011-09-12 19:42 video

[root@localhost build]# ll include/asm-x86/
total 1616
-rw-r--r-- 1 root root  4829 2008-04-17 10:49 acpi.h
-rw-r--r-- 1 root root  1137 2008-04-17 10:49 agp.h
-rw-r--r-- 1 root root   289 2008-04-17 10:49 alternative-asm.h
-rw-r--r-- 1 root root  5553 2008-04-17 10:49 alternative.h
-rw-r--r-- 1 root root  2178 2008-04-17 10:49 a.out-core.h
-rw-r--r-- 1 root root   693 2008-04-17 10:49 a.out.h
-rw-r--r-- 1 root root 10582 2008-04-17 10:49 apicdef.h
-rw-r--r-- 1 root root  3542 2008-04-17 10:49 apic.h
-rw-r--r-- 1 root root   673 2008-04-17 10:49 arch_hooks.h
-rw-r--r-- 1 root root   784 2008-04-17 10:49 asm.h
-rw-r--r-- 1 root root  5885 2008-05-01 18:27 asm-offsets.h
-rw-r--r-- 1 root root  6097 2008-04-17 10:49 atomic_32.h
-rw-r--r-- 1 root root 10693 2008-04-17 10:49 atomic_64.h
-rw-r--r-- 1 root root    82 2008-04-17 10:49 atomic.h
-rw-r--r-- 1 root root   257 2008-04-17 10:49 auxvec.h
-rw-r--r-- 1 root root  3639 2008-04-17 10:49 bitops_32.h
-rw-r--r-- 1 root root  3742 2008-04-17 10:49 bitops_64.h
-rw-r--r-- 1 root root  8184 2008-04-17 10:49 bitops.h
-rw-r--r-- 1 root root   604 2008-04-17 10:49 boot.h
-rw-r--r-- 1 root root  2502 2008-04-17 10:49 bootparam.h
-rw-r--r-- 1 root root   760 2008-04-17 10:49 bug.h
-rw-r--r-- 1 root root   138 2008-04-17 10:49 bugs.h
-rw-r--r-- 1 root root  1553 2008-04-17 10:49 byteorder.h
-rw-r--r-- 1 root root  2146 2008-04-17 10:49 cacheflush.h
-rw-r--r-- 1 root root   538 2008-04-17 10:49 cache.h
-rw-r--r-- 1 root root  2461 2008-04-17 10:49 calgary.h
-rw-r--r-- 1 root root  3148 2008-04-17 10:49 calling.h
-rw-r--r-- 1 root root  4768 2008-04-17 10:49 checksum_32.h
-rw-r--r-- 1 root root  5302 2008-04-17 10:49 checksum_64.h
-rw-r--r-- 1 root root    86 2008-04-17 10:49 checksum.h
-rw-r--r-- 1 root root  9348 2008-04-17 10:49 cmpxchg_32.h
-rw-r--r-- 1 root root  3613 2008-04-17 10:49 cmpxchg_64.h
-rw-r--r-- 1 root root    84 2008-04-17 10:49 cmpxchg.h
-rw-r--r-- 1 root root  4842 2008-04-17 10:49 compat.h
-rw-r--r-- 1 root root 10041 2008-04-17 10:49 cpufeature.h
-rw-r--r-- 1 root root   395 2008-04-17 10:49 cpu.h
-rw-r--r-- 1 root root    33 2008-04-17 10:49 cputime.h
-rw-r--r-- 1 root root  1773 2008-05-01 17:48 crash.h
-rw-r--r-- 1 root root   345 2008-04-17 10:49 current_32.h
-rw-r--r-- 1 root root   434 2008-04-17 10:49 current_64.h
-rw-r--r-- 1 root root    84 2008-04-17 10:49 current.h
-rw-r--r-- 1 root root  2878 2008-04-17 10:49 debugreg.h
-rw-r--r-- 1 root root   860 2008-04-17 10:49 delay.h
-rw-r--r-- 1 root root  2055 2008-04-17 10:49 desc_defs.h
-rw-r--r-- 1 root root 10452 2008-05-01 17:48 desc.h
-rw-r--r-- 1 root root   236 2008-04-17 10:49 device.h
-rw-r--r-- 1 root root  1389 2008-04-17 10:49 div64.h
-rw-r--r-- 1 root root  9741 2008-04-17 10:49 dma.h
-rw-r--r-- 1 root root  4374 2008-04-17 10:49 dma-mapping_32.h
-rw-r--r-- 1 root root  6440 2008-04-17 10:49 dma-mapping_64.h
-rw-r--r-- 1 root root    92 2008-04-17 10:49 dma-mapping.h
-rw-r--r-- 1 root root   635 2008-04-17 10:49 dmi.h
-rw-r--r-- 1 root root  1761 2008-04-17 10:49 ds.h
-rw-r--r-- 1 root root  1655 2008-04-17 10:49 dwarf2_32.h
-rw-r--r-- 1 root root  1465 2008-04-17 10:49 dwarf2_64.h
-rw-r--r-- 1 root root    82 2008-04-17 10:49 dwarf2.h
-rw-r--r-- 1 root root  1540 2008-04-17 10:49 e820_32.h
-rw-r--r-- 1 root root  2012 2008-04-17 10:49 e820_64.h
-rw-r--r-- 1 root root   835 2008-04-17 10:49 e820.h
-rw-r--r-- 1 root root   419 2008-04-17 10:49 edac.h
-rw-r--r-- 1 root root  3676 2008-04-17 10:49 efi.h
-rw-r--r-- 1 root root  9550 2008-05-01 17:48 elf.h
-rw-r--r-- 1 root root   329 2008-04-17 10:49 emergency-restart.h
-rw-r--r-- 1 root root    31 2008-04-17 10:49 errno.h
-rw-r--r-- 1 root root   485 2008-04-17 10:49 fb.h
-rw-r--r-- 1 root root    31 2008-04-17 10:49 fcntl.h
-rw-r--r-- 1 root root  5076 2008-04-17 10:49 fixmap_32.h
-rw-r--r-- 1 root root  2995 2008-04-17 10:49 fixmap_64.h
-rw-r--r-- 1 root root    82 2008-04-17 10:49 fixmap.h
-rw-r--r-- 1 root root  6552 2008-04-17 10:49 floppy.h
-rw-r--r-- 1 root root   504 2008-04-17 10:49 frame.h
-rw-r--r-- 1 root root  3227 2008-04-17 10:49 futex.h
-rw-r--r-- 1 root root   812 2008-04-17 10:49 gart.h
-rw-r--r-- 1 root root  3682 2008-04-17 10:49 genapic_32.h
-rw-r--r-- 1 root root   920 2008-04-17 10:49 genapic_64.h
-rw-r--r-- 1 root root    84 2008-04-17 10:49 genapic.h
-rw-r--r-- 1 root root  5608 2008-04-17 10:49 geode.h
-rw-r--r-- 1 root root   100 2008-04-17 10:49 gpio.h
-rw-r--r-- 1 root root   734 2008-04-17 10:49 hardirq_32.h
-rw-r--r-- 1 root root   579 2008-04-17 10:49 hardirq_64.h
-rw-r--r-- 1 root root    84 2008-04-17 10:49 hardirq.h
-rw-r--r-- 1 root root  2079 2008-04-17 10:49 highmem.h
-rw-r--r-- 1 root root  2766 2008-04-17 10:49 hpet.h
-rw-r--r-- 1 root root  1620 2008-04-17 10:49 hw_irq_32.h
-rw-r--r-- 1 root root  4929 2008-04-17 10:49 hw_irq_64.h
-rw-r--r-- 1 root root    82 2008-04-17 10:49 hw_irq.h
-rw-r--r-- 1 root root  1285 2008-04-17 10:49 hypertransport.h
-rw-r--r-- 1 root root  9027 2008-04-17 10:49 i387.h
-rw-r--r-- 1 root root   345 2008-04-17 10:49 i8253.h
-rw-r--r-- 1 root root   961 2008-04-17 10:49 i8259.h
-rw-r--r-- 1 root root  3736 2008-04-17 10:49 ia32.h
-rw-r--r-- 1 root root   552 2008-04-17 10:49 ia32_unistd.h
-rw-r--r-- 1 root root  1448 2008-04-17 10:49 ide.h
-rw-r--r-- 1 root root   230 2008-04-17 10:49 idle.h
-rw-r--r-- 1 root root   916 2008-04-17 10:49 intel_arch_perfmon.h
-rw-r--r-- 1 root root  9311 2008-04-17 10:49 io_32.h
-rw-r--r-- 1 root root  8006 2008-04-17 10:49 io_64.h
-rw-r--r-- 1 root root  3198 2008-04-17 10:49 io_apic.h
-rw-r--r-- 1 root root    31 2008-04-17 10:49 ioctl.h
-rw-r--r-- 1 root root  2780 2008-04-17 10:49 ioctls.h
-rw-r--r-- 1 root root    74 2008-04-17 10:49 io.h
-rw-r--r-- 1 root root   680 2008-04-17 10:49 iommu.h
-rw-r--r-- 1 root root   627 2008-04-17 10:49 ipcbuf.h
-rw-r--r-- 1 root root  2815 2008-04-17 10:49 ipi.h
-rw-r--r-- 1 root root  1127 2008-04-17 10:49 irq_32.h
-rw-r--r-- 1 root root  1259 2008-04-17 10:49 irq_64.h
-rw-r--r-- 1 root root  5360 2008-04-17 10:49 irqflags.h
-rw-r--r-- 1 root root    76 2008-04-17 10:49 irq.h
-rw-r--r-- 1 root root   613 2008-04-17 10:49 irq_regs_32.h
-rw-r--r-- 1 root root    34 2008-04-17 10:49 irq_regs_64.h
-rw-r--r-- 1 root root    86 2008-04-17 10:49 irq_regs.h
-rw-r--r-- 1 root root   855 2008-04-17 10:49 ist.h
-rw-r--r-- 1 root root   364 2008-04-17 10:49 k8.h
-rw-r--r-- 1 root root   535 2008-04-17 10:49 Kbuild
-rw-r--r-- 1 root root   919 2008-04-17 10:49 kdebug.h
-rw-r--r-- 1 root root  5520 2008-04-17 10:49 kexec.h
-rw-r--r-- 1 root root   472 2008-04-17 10:49 kmap_types.h
-rw-r--r-- 1 root root  3039 2008-04-17 10:49 kprobes.h
-rw-r--r-- 1 root root  3662 2008-04-17 10:49 kvm.h
-rw-r--r-- 1 root root 17145 2008-04-17 10:49 kvm_host.h
-rw-r--r-- 1 root root  2624 2008-04-17 10:49 kvm_para.h
-rw-r--r-- 1 root root  6251 2008-04-17 10:49 kvm_x86_emulate.h
-rw-r--r-- 1 root root   942 2008-04-17 10:49 ldt.h
-rw-r--r-- 1 root root  2623 2008-04-17 10:49 lguest.h
-rw-r--r-- 1 root root  2485 2008-04-17 10:49 lguest_hcall.h
-rw-r--r-- 1 root root  2038 2008-04-17 10:49 linkage.h
-rw-r--r-- 1 root root  5844 2008-04-17 10:49 local.h
-rw-r--r-- 1 root root   968 2008-04-17 10:49 mach_apic.h
drwxr-xr-x 2 root root  4096 2011-09-12 19:42 mach-bigsmp
drwxr-xr-x 2 root root  4096 2011-09-12 19:42 mach-default
drwxr-xr-x 2 root root  4096 2011-09-12 19:42 mach-es7000
drwxr-xr-x 2 root root  4096 2011-09-12 19:42 mach-generic
drwxr-xr-x 2 root root  4096 2011-09-12 19:42 mach-numaq
drwxr-xr-x 2 root root  4096 2011-09-12 19:42 mach-rdc321x
drwxr-xr-x 2 root root  4096 2011-09-12 19:42 mach-summit
drwxr-xr-x 2 root root  4096 2011-09-12 19:42 mach-visws
drwxr-xr-x 2 root root  4096 2011-09-12 19:42 mach-voyager
-rw-r--r-- 1 root root   613 2008-04-17 10:49 math_emu.h
-rw-r--r-- 1 root root  2809 2008-04-17 10:49 mc146818rtc.h
-rw-r--r-- 1 root root  5227 2008-04-17 10:49 mca_dma.h
-rw-r--r-- 1 root root  1234 2008-04-17 10:49 mca.h
-rw-r--r-- 1 root root  3514 2008-04-17 10:49 mce.h
-rw-r--r-- 1 root root   677 2008-04-17 10:49 mman.h
-rw-r--r-- 1 root root  1975 2008-04-17 10:49 mmu_context_32.h
-rw-r--r-- 1 root root  1707 2008-04-17 10:49 mmu_context_64.h
-rw-r--r-- 1 root root    92 2008-04-17 10:49 mmu_context.h
-rw-r--r-- 1 root root   660 2008-05-01 17:48 mmu.h
-rw-r--r-- 1 root root   270 2008-04-17 10:49 mmx.h
-rw-r--r-- 1 root root  3631 2008-04-17 10:49 mmzone_32.h
-rw-r--r-- 1 root root  1372 2008-04-17 10:49 mmzone_64.h
-rw-r--r-- 1 root root    82 2008-04-17 10:49 mmzone.h
-rw-r--r-- 1 root root  2302 2008-04-17 10:49 module.h
-rw-r--r-- 1 root root  4523 2008-04-17 10:49 mpspec_def.h
-rw-r--r-- 1 root root  3255 2008-04-17 10:49 mpspec.h
-rw-r--r-- 1 root root  1132 2008-04-17 10:49 msgbuf.h
-rw-r--r-- 1 root root  1487 2008-04-17 10:49 msidef.h
-rw-r--r-- 1 root root  5655 2008-04-17 10:49 msr.h
-rw-r--r-- 1 root root 10579 2008-04-17 10:49 msr-index.h
-rw-r--r-- 1 root root  6123 2008-04-17 10:49 mtrr.h
-rw-r--r-- 1 root root  3962 2008-04-17 10:49 mutex_32.h
-rw-r--r-- 1 root root  2936 2008-04-17 10:49 mutex_64.h
-rw-r--r-- 1 root root    80 2008-04-17 10:49 mutex.h
-rw-r--r-- 1 root root   251 2008-04-17 10:49 namei.h
-rw-r--r-- 1 root root  1721 2008-04-17 10:49 nmi_32.h
-rw-r--r-- 1 root root  2369 2008-04-17 10:49 nmi_64.h
-rw-r--r-- 1 root root    76 2008-04-17 10:49 nmi.h
-rw-r--r-- 1 root root  3148 2008-04-17 10:49 nops.h
-rw-r--r-- 1 root root   281 2008-04-17 10:49 numa_32.h
-rw-r--r-- 1 root root  1053 2008-04-17 10:49 numa_64.h
-rw-r--r-- 1 root root    78 2008-04-17 10:49 numa.h
-rw-r--r-- 1 root root  5994 2008-04-17 10:49 numaq.h
-rw-r--r-- 1 root root  2477 2008-04-17 10:49 page_32.h
-rw-r--r-- 1 root root  2453 2008-04-17 10:49 page_64.h
-rw-r--r-- 1 root root  4366 2008-04-17 10:49 page.h
-rw-r--r-- 1 root root   458 2008-04-17 10:49 param.h
-rw-r--r-- 1 root root 38051 2008-04-17 10:49 paravirt.h
-rw-r--r-- 1 root root   298 2008-04-17 10:49 parport.h
-rw-r--r-- 1 root root   753 2008-04-17 10:49 pci_32.h
-rw-r--r-- 1 root root  1798 2008-04-17 10:49 pci_64.h
-rw-r--r-- 1 root root   588 2008-04-17 10:49 pci-direct.h
-rw-r--r-- 1 root root  2584 2008-04-17 10:49 pci.h
-rw-r--r-- 1 root root  3845 2008-04-17 10:49 pda.h
-rw-r--r-- 1 root root  3548 2008-04-17 10:49 percpu.h
-rw-r--r-- 1 root root  2656 2008-04-17 10:49 pgalloc_32.h
-rw-r--r-- 1 root root  3649 2008-05-01 17:48 pgalloc_64.h
-rw-r--r-- 1 root root    84 2008-04-17 10:49 pgalloc.h
-rw-r--r-- 1 root root   367 2008-04-17 10:49 pgtable-2level-defs.h
-rw-r--r-- 1 root root  2051 2008-04-17 10:49 pgtable-2level.h
-rw-r--r-- 1 root root  7108 2008-04-17 10:49 pgtable_32.h
-rw-r--r-- 1 root root   560 2008-04-17 10:49 pgtable-3level-defs.h
-rw-r--r-- 1 root root  4781 2008-04-17 10:49 pgtable-3level.h
-rw-r--r-- 1 root root  7833 2008-04-17 10:49 pgtable_64.h
-rw-r--r-- 1 root root 13302 2008-04-17 10:49 pgtable.h
-rw-r--r-- 1 root root    30 2008-04-17 10:49 poll.h
-rw-r--r-- 1 root root  2169 2008-04-17 10:49 posix_types_32.h
-rw-r--r-- 1 root root  3321 2008-04-17 10:49 posix_types_64.h
-rw-r--r-- 1 root root   220 2008-04-17 10:49 posix_types.h
-rw-r--r-- 1 root root   166 2008-04-17 10:49 prctl.h
-rw-r--r-- 1 root root   681 2008-04-17 10:49 processor-cyrix.h
-rw-r--r-- 1 root root  3285 2008-04-17 10:49 processor-flags.h
-rw-r--r-- 1 root root 21627 2008-05-01 17:48 processor.h
-rw-r--r-- 1 root root   755 2008-04-17 10:49 proto.h
-rw-r--r-- 1 root root  3593 2008-04-17 10:49 ptrace-abi.h
-rw-r--r-- 1 root root  4884 2008-05-01 17:48 ptrace.h
-rw-r--r-- 1 root root   138 2008-04-17 10:49 reboot_fixups.h
-rw-r--r-- 1 root root   393 2008-04-17 10:49 reboot.h
-rw-r--r-- 1 root root  1923 2008-04-17 10:49 required-features.h
-rw-r--r-- 1 root root    34 2008-04-17 10:49 resource.h
-rw-r--r-- 1 root root   471 2008-04-17 10:49 resume-trace.h
-rw-r--r-- 1 root root  3033 2008-04-17 10:49 rio.h
-rw-r--r-- 1 root root    29 2008-04-17 10:49 rtc.h
-rw-r--r-- 1 root root   187 2008-04-17 10:49 rwlock.h
-rw-r--r-- 1 root root  6968 2008-04-17 10:49 rwsem.h
-rw-r--r-- 1 root root   777 2008-04-17 10:49 scatterlist.h
-rw-r--r-- 1 root root   331 2008-04-17 10:49 seccomp_32.h
-rw-r--r-- 1 root root   587 2008-04-17 10:49 seccomp_64.h
-rw-r--r-- 1 root root    84 2008-04-17 10:49 seccomp.h
-rw-r--r-- 1 root root    34 2008-04-17 10:49 sections.h
-rw-r--r-- 1 root root  5768 2008-04-17 10:49 segment.h
-rw-r--r-- 1 root root  4699 2008-04-17 10:49 semaphore_32.h
-rw-r--r-- 1 root root  5076 2008-04-17 10:49 semaphore_64.h
-rw-r--r-- 1 root root    88 2008-04-17 10:49 semaphore.h
-rw-r--r-- 1 root root   699 2008-04-17 10:49 sembuf.h
-rw-r--r-- 1 root root  1052 2008-04-17 10:49 serial.h
-rw-r--r-- 1 root root  1518 2008-04-17 10:49 setup.h
-rw-r--r-- 1 root root  1324 2008-04-17 10:49 shmbuf.h
-rw-r--r-- 1 root root   154 2008-04-17 10:49 shmparam.h
-rw-r--r-- 1 root root  1547 2008-04-17 10:49 sigcontext32.h
-rw-r--r-- 1 root root  4615 2008-04-17 10:49 sigcontext.h
-rw-r--r-- 1 root root   173 2008-04-17 10:49 siginfo.h
-rw-r--r-- 1 root root  5557 2008-04-17 10:49 signal.h
-rw-r--r-- 1 root root  4022 2008-04-17 10:49 smp_32.h
-rw-r--r-- 1 root root  2540 2008-04-17 10:49 smp_64.h
-rw-r--r-- 1 root root    76 2008-04-17 10:49 smp.h
-rw-r--r-- 1 root root  1244 2008-04-17 10:49 socket.h
-rw-r--r-- 1 root root   361 2008-04-17 10:49 sockios.h
-rw-r--r-- 1 root root   868 2008-04-17 10:49 sparsemem.h
-rw-r--r-- 1 root root  7046 2008-04-17 10:49 spinlock.h
-rw-r--r-- 1 root root   362 2008-04-17 10:49 spinlock_types.h
-rw-r--r-- 1 root root  1220 2008-04-17 10:49 srat.h
-rw-r--r-- 1 root root   621 2008-04-17 10:49 stacktrace.h
-rw-r--r-- 1 root root   979 2008-04-17 10:49 statfs.h
-rw-r--r-- 1 root root  2302 2008-04-17 10:49 stat.h
-rw-r--r-- 1 root root  6861 2008-04-17 10:49 string_32.h
-rw-r--r-- 1 root root  1540 2008-04-17 10:49 string_64.h
-rw-r--r-- 1 root root    82 2008-04-17 10:49 string.h
-rw-r--r-- 1 root root  1245 2008-04-17 10:49 suspend_32.h
-rw-r--r-- 1 root root  1309 2008-04-17 10:49 suspend_64.h
-rw-r--r-- 1 root root    84 2008-04-17 10:49 suspend.h
-rw-r--r-- 1 root root  1966 2008-04-17 10:49 swiotlb.h
-rw-r--r-- 1 root root  3989 2008-04-17 10:49 sync_bitops.h
-rw-r--r-- 1 root root   370 2008-04-17 10:49 system_64.h
-rw-r--r-- 1 root root 11714 2008-04-17 10:49 system.h
-rw-r--r-- 1 root root  1733 2008-04-17 10:49 tce.h
-rw-r--r-- 1 root root  4639 2008-04-17 10:49 termbits.h
-rw-r--r-- 1 root root  3080 2008-04-17 10:49 termios.h
-rw-r--r-- 1 root root   206 2008-04-17 10:49 therm_throt.h
-rw-r--r-- 1 root root  6231 2008-04-17 10:49 thread_info_32.h
-rw-r--r-- 1 root root  5953 2008-04-17 10:49 thread_info_64.h
-rw-r--r-- 1 root root    92 2008-04-17 10:49 thread_info.h
-rw-r--r-- 1 root root  1081 2008-04-17 10:49 time.h
-rw-r--r-- 1 root root  1652 2008-04-17 10:49 timer.h
-rw-r--r-- 1 root root   483 2008-04-17 10:49 timex.h
-rw-r--r-- 1 root root  3667 2008-04-17 10:49 tlbflush.h
-rw-r--r-- 1 root root   296 2008-04-17 10:49 tlb.h
-rw-r--r-- 1 root root  4879 2008-04-17 10:49 topology.h
-rw-r--r-- 1 root root  1251 2008-04-17 10:49 tsc.h
-rw-r--r-- 1 root root  1342 2008-04-17 10:49 types.h
-rw-r--r-- 1 root root 18488 2008-04-17 10:49 uaccess_32.h
-rw-r--r-- 1 root root 12104 2008-04-17 10:49 uaccess_64.h
-rw-r--r-- 1 root root    84 2008-04-17 10:49 uaccess.h
-rw-r--r-- 1 root root   279 2008-04-17 10:49 ucontext.h
-rw-r--r-- 1 root root  1216 2008-04-17 10:49 unaligned.h
-rw-r--r-- 1 root root 10632 2008-04-17 10:49 unistd_32.h
-rw-r--r-- 1 root root 21534 2008-04-17 10:49 unistd_64.h
-rw-r--r-- 1 root root   200 2008-04-17 10:49 unistd.h
-rw-r--r-- 1 root root   285 2008-04-17 10:49 unwind.h
-rw-r--r-- 1 root root  5014 2008-04-17 10:49 user_32.h
-rw-r--r-- 1 root root  2103 2008-04-17 10:49 user32.h
-rw-r--r-- 1 root root  5308 2008-04-17 10:49 user_64.h
-rw-r--r-- 1 root root    78 2008-04-17 10:49 user.h
-rw-r--r-- 1 root root   829 2008-04-17 10:49 vdso.h
-rw-r--r-- 1 root root   379 2008-04-17 10:49 vga.h
-rw-r--r-- 1 root root   610 2008-04-17 10:49 vgtod.h
-rw-r--r-- 1 root root  1921 2008-04-17 10:49 vic.h
-rw-r--r-- 1 root root  5808 2008-04-17 10:49 vm86.h
-rw-r--r-- 1 root root  7437 2008-04-17 10:49 vmi.h
-rw-r--r-- 1 root root  3222 2008-04-17 10:49 vmi_time.h
-rw-r--r-- 1 root root 15688 2008-04-17 10:49 voyager.h
-rw-r--r-- 1 root root  1236 2008-04-17 10:49 vsyscall.h
drwxr-xr-x 2 root root  4096 2011-09-12 19:42 xen
-rw-r--r-- 1 root root 21520 2008-04-17 10:49 xor_32.h
-rw-r--r-- 1 root root  7986 2008-04-17 10:49 xor_64.h
-rw-r--r-- 1 root root    76 2008-04-17 10:49 xor.h




 ln -s /lib/modules/2.6.25-14.fc9.i686/build/include/asm-x86   /usr/include/asm
 ln -s /lib/modules/2.6.25-14.fc9.i686/build/include/linux     /usr/include/linux
 ln -s /lib/modules/2.6.25-14.fc9.i686/build/include/scsi      /usr/include/scsi



  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值