Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc: Move include files to arch/powerpc/include/asm

from include/asm-powerpc. This is the result of a

mkdir arch/powerpc/include/asm
git mv include/asm-powerpc/* arch/powerpc/include/asm

Followed by a few documentation/comment fixups and a couple of places
where <asm-powepc/...> was being used explicitly. Of the latter only
one was outside the arch code and it is a driver only built for powerpc.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>

authored by

Stephen Rothwell and committed by
Paul Mackerras
b8b572e1 2b12a4c5

+13 -29
+2 -2
Documentation/powerpc/booting-without-of.txt
··· 278 278 a 64-bit platform. 279 279 280 280 d) request and get assigned a platform number (see PLATFORM_* 281 - constants in include/asm-powerpc/processor.h 281 + constants in arch/powerpc/include/asm/processor.h 282 282 283 283 32-bit embedded kernels: 284 284 ··· 340 340 --------- 341 341 342 342 The kernel is entered with r3 pointing to an area of memory that is 343 - roughly described in include/asm-powerpc/prom.h by the structure 343 + roughly described in arch/powerpc/include/asm/prom.h by the structure 344 344 boot_param_header: 345 345 346 346 struct boot_param_header {
+1 -1
Documentation/powerpc/eeh-pci-error-recovery.txt
··· 133 133 pci_get_device_by_addr() will find the pci device associated 134 134 with that address (if any). 135 135 136 - The default include/asm-powerpc/io.h macros readb(), inb(), insb(), 136 + The default arch/powerpc/include/asm/io.h macros readb(), inb(), insb(), 137 137 etc. include a check to see if the i/o read returned all-0xff's. 138 138 If so, these make a call to eeh_dn_check_failure(), which in turn 139 139 asks the firmware if the all-ff's value is the sign of a true EEH
+1 -1
arch/powerpc/boot/io.h
··· 6 6 /* 7 7 * Low-level I/O routines. 8 8 * 9 - * Copied from <file:include/asm-powerpc/io.h> (which has no copyright) 9 + * Copied from <file:arch/powerpc/include/asm/io.h> (which has no copyright) 10 10 */ 11 11 static inline int in_8(const volatile unsigned char *addr) 12 12 {
+1 -1
arch/powerpc/mm/tlb_64.c
··· 34 34 DEFINE_PER_CPU(struct ppc64_tlb_batch, ppc64_tlb_batch); 35 35 36 36 /* This is declared as we are using the more or less generic 37 - * include/asm-powerpc/tlb.h file -- tgall 37 + * arch/powerpc/include/asm/tlb.h file -- tgall 38 38 */ 39 39 DEFINE_PER_CPU(struct mmu_gather, mmu_gathers); 40 40 static DEFINE_PER_CPU(struct pte_freelist_batch *, pte_freelist_cur);
+1 -1
arch/powerpc/platforms/86xx/mpc86xx_smp.c
··· 19 19 #include <asm/page.h> 20 20 #include <asm/pgtable.h> 21 21 #include <asm/pci-bridge.h> 22 - #include <asm-powerpc/mpic.h> 22 + #include <asm/mpic.h> 23 23 #include <asm/mpc86xx.h> 24 24 #include <asm/cacheflush.h> 25 25
+1 -1
drivers/char/hvc_console.h
··· 6 6 * Ryan S. Arnold <rsa@us.ibm.com> 7 7 * 8 8 * hvc_console header information: 9 - * moved here from include/asm-powerpc/hvconsole.h 9 + * moved here from arch/powerpc/include/asm/hvconsole.h 10 10 * and drivers/char/hvc_console.c 11 11 * 12 12 * This program is free software; you can redistribute it and/or modify
+1 -1
drivers/char/hvcs.c
··· 114 114 * the hvcs_final_close() function in order to get it out of the spinlock. 115 115 * Rearranged hvcs_close(). Cleaned up some printks and did some housekeeping 116 116 * on the changelog. Removed local CLC_LENGTH and used HVCS_CLC_LENGTH from 117 - * include/asm-powerpc/hvcserver.h 117 + * arch/powerepc/include/asm/hvcserver.h 118 118 * 119 119 * 1.3.2 -> 1.3.3 Replaced yield() in hvcs_close() with tty_wait_until_sent() to 120 120 * prevent possible lockup with realtime scheduling as similarily pointed out by
+1 -1
drivers/infiniband/hw/ehca/ehca_reqs.c
··· 42 42 */ 43 43 44 44 45 - #include <asm-powerpc/system.h> 45 + #include <asm/system.h> 46 46 #include "ehca_classes.h" 47 47 #include "ehca_tools.h" 48 48 #include "ehca_qes.h"
include/asm-powerpc/8253pit.h arch/powerpc/include/asm/8253pit.h
include/asm-powerpc/8xx_immap.h arch/powerpc/include/asm/8xx_immap.h
include/asm-powerpc/Kbuild arch/powerpc/include/asm/Kbuild
include/asm-powerpc/a.out.h arch/powerpc/include/asm/a.out.h
include/asm-powerpc/abs_addr.h arch/powerpc/include/asm/abs_addr.h
include/asm-powerpc/agp.h arch/powerpc/include/asm/agp.h
include/asm-powerpc/asm-compat.h arch/powerpc/include/asm/asm-compat.h
include/asm-powerpc/atomic.h arch/powerpc/include/asm/atomic.h
include/asm-powerpc/auxvec.h arch/powerpc/include/asm/auxvec.h
include/asm-powerpc/backlight.h arch/powerpc/include/asm/backlight.h
include/asm-powerpc/bitops.h arch/powerpc/include/asm/bitops.h
include/asm-powerpc/bootx.h arch/powerpc/include/asm/bootx.h
include/asm-powerpc/btext.h arch/powerpc/include/asm/btext.h
include/asm-powerpc/bug.h arch/powerpc/include/asm/bug.h
include/asm-powerpc/bugs.h arch/powerpc/include/asm/bugs.h
include/asm-powerpc/byteorder.h arch/powerpc/include/asm/byteorder.h
include/asm-powerpc/cache.h arch/powerpc/include/asm/cache.h
include/asm-powerpc/cacheflush.h arch/powerpc/include/asm/cacheflush.h
include/asm-powerpc/cell-pmu.h arch/powerpc/include/asm/cell-pmu.h
include/asm-powerpc/cell-regs.h arch/powerpc/include/asm/cell-regs.h
include/asm-powerpc/checksum.h arch/powerpc/include/asm/checksum.h
include/asm-powerpc/clk_interface.h arch/powerpc/include/asm/clk_interface.h
include/asm-powerpc/code-patching.h arch/powerpc/include/asm/code-patching.h
include/asm-powerpc/compat.h arch/powerpc/include/asm/compat.h
include/asm-powerpc/cpm.h arch/powerpc/include/asm/cpm.h
include/asm-powerpc/cpm1.h arch/powerpc/include/asm/cpm1.h
include/asm-powerpc/cpm2.h arch/powerpc/include/asm/cpm2.h
include/asm-powerpc/cputable.h arch/powerpc/include/asm/cputable.h
include/asm-powerpc/cputhreads.h arch/powerpc/include/asm/cputhreads.h
include/asm-powerpc/cputime.h arch/powerpc/include/asm/cputime.h
include/asm-powerpc/current.h arch/powerpc/include/asm/current.h
include/asm-powerpc/dbdma.h arch/powerpc/include/asm/dbdma.h
include/asm-powerpc/dcr-generic.h arch/powerpc/include/asm/dcr-generic.h
include/asm-powerpc/dcr-mmio.h arch/powerpc/include/asm/dcr-mmio.h
include/asm-powerpc/dcr-native.h arch/powerpc/include/asm/dcr-native.h
include/asm-powerpc/dcr-regs.h arch/powerpc/include/asm/dcr-regs.h
include/asm-powerpc/dcr.h arch/powerpc/include/asm/dcr.h
include/asm-powerpc/delay.h arch/powerpc/include/asm/delay.h
include/asm-powerpc/device.h arch/powerpc/include/asm/device.h
include/asm-powerpc/div64.h arch/powerpc/include/asm/div64.h
include/asm-powerpc/dma-mapping.h arch/powerpc/include/asm/dma-mapping.h
include/asm-powerpc/dma.h arch/powerpc/include/asm/dma.h
include/asm-powerpc/edac.h arch/powerpc/include/asm/edac.h
include/asm-powerpc/eeh.h arch/powerpc/include/asm/eeh.h
include/asm-powerpc/eeh_event.h arch/powerpc/include/asm/eeh_event.h
include/asm-powerpc/elf.h arch/powerpc/include/asm/elf.h
include/asm-powerpc/emergency-restart.h arch/powerpc/include/asm/emergency-restart.h
include/asm-powerpc/errno.h arch/powerpc/include/asm/errno.h
include/asm-powerpc/exception.h arch/powerpc/include/asm/exception.h
include/asm-powerpc/fb.h arch/powerpc/include/asm/fb.h
include/asm-powerpc/fcntl.h arch/powerpc/include/asm/fcntl.h
include/asm-powerpc/feature-fixups.h arch/powerpc/include/asm/feature-fixups.h
include/asm-powerpc/firmware.h arch/powerpc/include/asm/firmware.h
include/asm-powerpc/fixmap.h arch/powerpc/include/asm/fixmap.h
include/asm-powerpc/floppy.h arch/powerpc/include/asm/floppy.h
include/asm-powerpc/fs_pd.h arch/powerpc/include/asm/fs_pd.h
include/asm-powerpc/fsl_gtm.h arch/powerpc/include/asm/fsl_gtm.h
include/asm-powerpc/fsl_lbc.h arch/powerpc/include/asm/fsl_lbc.h
include/asm-powerpc/ftrace.h arch/powerpc/include/asm/ftrace.h
include/asm-powerpc/futex.h arch/powerpc/include/asm/futex.h
include/asm-powerpc/gpio.h arch/powerpc/include/asm/gpio.h
include/asm-powerpc/grackle.h arch/powerpc/include/asm/grackle.h
include/asm-powerpc/hardirq.h arch/powerpc/include/asm/hardirq.h
include/asm-powerpc/heathrow.h arch/powerpc/include/asm/heathrow.h
include/asm-powerpc/highmem.h arch/powerpc/include/asm/highmem.h
include/asm-powerpc/hugetlb.h arch/powerpc/include/asm/hugetlb.h
include/asm-powerpc/hvcall.h arch/powerpc/include/asm/hvcall.h
include/asm-powerpc/hvconsole.h arch/powerpc/include/asm/hvconsole.h
include/asm-powerpc/hvcserver.h arch/powerpc/include/asm/hvcserver.h
include/asm-powerpc/hw_irq.h arch/powerpc/include/asm/hw_irq.h
include/asm-powerpc/hydra.h arch/powerpc/include/asm/hydra.h
include/asm-powerpc/i8259.h arch/powerpc/include/asm/i8259.h
include/asm-powerpc/ibmebus.h arch/powerpc/include/asm/ibmebus.h
include/asm-powerpc/ide.h arch/powerpc/include/asm/ide.h
include/asm-powerpc/immap_86xx.h arch/powerpc/include/asm/immap_86xx.h
include/asm-powerpc/immap_cpm2.h arch/powerpc/include/asm/immap_cpm2.h
-2
include/asm-powerpc/immap_qe.h arch/powerpc/include/asm/immap_qe.h
··· 1 1 /* 2 - * include/asm-powerpc/immap_qe.h 3 - * 4 2 * QUICC Engine (QE) Internal Memory Map. 5 3 * The Internal Memory Map for devices with QE on them. This 6 4 * is the superset of all QE devices (8360, etc.).
include/asm-powerpc/io-defs.h arch/powerpc/include/asm/io-defs.h
include/asm-powerpc/io.h arch/powerpc/include/asm/io.h
include/asm-powerpc/ioctl.h arch/powerpc/include/asm/ioctl.h
include/asm-powerpc/ioctls.h arch/powerpc/include/asm/ioctls.h
include/asm-powerpc/iommu.h arch/powerpc/include/asm/iommu.h
include/asm-powerpc/ipcbuf.h arch/powerpc/include/asm/ipcbuf.h
-2
include/asm-powerpc/ipic.h arch/powerpc/include/asm/ipic.h
··· 1 1 /* 2 - * include/asm-powerpc/ipic.h 3 - * 4 2 * IPIC external definitions and structure. 5 3 * 6 4 * Maintainer: Kumar Gala <galak@kernel.crashing.org>
include/asm-powerpc/irq.h arch/powerpc/include/asm/irq.h
include/asm-powerpc/irq_regs.h arch/powerpc/include/asm/irq_regs.h
+1 -3
include/asm-powerpc/irqflags.h arch/powerpc/include/asm/irqflags.h
··· 1 1 /* 2 - * include/asm-powerpc/irqflags.h 3 - * 4 2 * IRQ flags handling 5 3 */ 6 4 #ifndef _ASM_IRQFLAGS_H ··· 8 10 /* 9 11 * Get definitions for raw_local_save_flags(x), etc. 10 12 */ 11 - #include <asm-powerpc/hw_irq.h> 13 + #include <asm/hw_irq.h> 12 14 13 15 #else 14 16 #ifdef CONFIG_TRACE_IRQFLAGS
include/asm-powerpc/iseries/alpaca.h arch/powerpc/include/asm/iseries/alpaca.h
include/asm-powerpc/iseries/hv_call.h arch/powerpc/include/asm/iseries/hv_call.h
include/asm-powerpc/iseries/hv_call_event.h arch/powerpc/include/asm/iseries/hv_call_event.h
include/asm-powerpc/iseries/hv_call_sc.h arch/powerpc/include/asm/iseries/hv_call_sc.h
include/asm-powerpc/iseries/hv_call_xm.h arch/powerpc/include/asm/iseries/hv_call_xm.h
include/asm-powerpc/iseries/hv_lp_config.h arch/powerpc/include/asm/iseries/hv_lp_config.h
include/asm-powerpc/iseries/hv_lp_event.h arch/powerpc/include/asm/iseries/hv_lp_event.h
include/asm-powerpc/iseries/hv_types.h arch/powerpc/include/asm/iseries/hv_types.h
include/asm-powerpc/iseries/iommu.h arch/powerpc/include/asm/iseries/iommu.h
include/asm-powerpc/iseries/it_lp_queue.h arch/powerpc/include/asm/iseries/it_lp_queue.h
include/asm-powerpc/iseries/lpar_map.h arch/powerpc/include/asm/iseries/lpar_map.h
include/asm-powerpc/iseries/mf.h arch/powerpc/include/asm/iseries/mf.h
include/asm-powerpc/iseries/vio.h arch/powerpc/include/asm/iseries/vio.h
include/asm-powerpc/kdebug.h arch/powerpc/include/asm/kdebug.h
include/asm-powerpc/kdump.h arch/powerpc/include/asm/kdump.h
include/asm-powerpc/kexec.h arch/powerpc/include/asm/kexec.h
include/asm-powerpc/keylargo.h arch/powerpc/include/asm/keylargo.h
-2
include/asm-powerpc/kgdb.h arch/powerpc/include/asm/kgdb.h
··· 1 1 /* 2 - * include/asm-powerpc/kgdb.h 3 - * 4 2 * The PowerPC (32/64) specific defines / externs for KGDB. Based on 5 3 * the previous 32bit and 64bit specific files, which had the following 6 4 * copyrights:
include/asm-powerpc/kmap_types.h arch/powerpc/include/asm/kmap_types.h
include/asm-powerpc/kprobes.h arch/powerpc/include/asm/kprobes.h
include/asm-powerpc/kvm.h arch/powerpc/include/asm/kvm.h
include/asm-powerpc/kvm_asm.h arch/powerpc/include/asm/kvm_asm.h
include/asm-powerpc/kvm_host.h arch/powerpc/include/asm/kvm_host.h
include/asm-powerpc/kvm_para.h arch/powerpc/include/asm/kvm_para.h
include/asm-powerpc/kvm_ppc.h arch/powerpc/include/asm/kvm_ppc.h
include/asm-powerpc/libata-portmap.h arch/powerpc/include/asm/libata-portmap.h
include/asm-powerpc/linkage.h arch/powerpc/include/asm/linkage.h
include/asm-powerpc/lmb.h arch/powerpc/include/asm/lmb.h
include/asm-powerpc/local.h arch/powerpc/include/asm/local.h
include/asm-powerpc/lppaca.h arch/powerpc/include/asm/lppaca.h
include/asm-powerpc/lv1call.h arch/powerpc/include/asm/lv1call.h
include/asm-powerpc/machdep.h arch/powerpc/include/asm/machdep.h
include/asm-powerpc/macio.h arch/powerpc/include/asm/macio.h
include/asm-powerpc/mc146818rtc.h arch/powerpc/include/asm/mc146818rtc.h
include/asm-powerpc/mediabay.h arch/powerpc/include/asm/mediabay.h
include/asm-powerpc/mman.h arch/powerpc/include/asm/mman.h
include/asm-powerpc/mmu-40x.h arch/powerpc/include/asm/mmu-40x.h
include/asm-powerpc/mmu-44x.h arch/powerpc/include/asm/mmu-44x.h
include/asm-powerpc/mmu-8xx.h arch/powerpc/include/asm/mmu-8xx.h
include/asm-powerpc/mmu-fsl-booke.h arch/powerpc/include/asm/mmu-fsl-booke.h
include/asm-powerpc/mmu-hash32.h arch/powerpc/include/asm/mmu-hash32.h
include/asm-powerpc/mmu-hash64.h arch/powerpc/include/asm/mmu-hash64.h
include/asm-powerpc/mmu.h arch/powerpc/include/asm/mmu.h
include/asm-powerpc/mmu_context.h arch/powerpc/include/asm/mmu_context.h
include/asm-powerpc/mmzone.h arch/powerpc/include/asm/mmzone.h
include/asm-powerpc/module.h arch/powerpc/include/asm/module.h
include/asm-powerpc/mpc512x.h arch/powerpc/include/asm/mpc512x.h
include/asm-powerpc/mpc52xx.h arch/powerpc/include/asm/mpc52xx.h
include/asm-powerpc/mpc52xx_psc.h arch/powerpc/include/asm/mpc52xx_psc.h
include/asm-powerpc/mpc6xx.h arch/powerpc/include/asm/mpc6xx.h
include/asm-powerpc/mpc8260.h arch/powerpc/include/asm/mpc8260.h
include/asm-powerpc/mpc86xx.h arch/powerpc/include/asm/mpc86xx.h
include/asm-powerpc/mpc8xx.h arch/powerpc/include/asm/mpc8xx.h
include/asm-powerpc/mpic.h arch/powerpc/include/asm/mpic.h
include/asm-powerpc/msgbuf.h arch/powerpc/include/asm/msgbuf.h
include/asm-powerpc/mutex.h arch/powerpc/include/asm/mutex.h
include/asm-powerpc/nvram.h arch/powerpc/include/asm/nvram.h
include/asm-powerpc/of_device.h arch/powerpc/include/asm/of_device.h
include/asm-powerpc/of_platform.h arch/powerpc/include/asm/of_platform.h
include/asm-powerpc/ohare.h arch/powerpc/include/asm/ohare.h
include/asm-powerpc/oprofile_impl.h arch/powerpc/include/asm/oprofile_impl.h
include/asm-powerpc/pSeries_reconfig.h arch/powerpc/include/asm/pSeries_reconfig.h
-2
include/asm-powerpc/paca.h arch/powerpc/include/asm/paca.h
··· 1 1 /* 2 - * include/asm-powerpc/paca.h 3 - * 4 2 * This control block defines the PACA which defines the processor 5 3 * specific data for each logical processor on the system. 6 4 * There are some pointers defined that are utilized by PLIC.
include/asm-powerpc/page.h arch/powerpc/include/asm/page.h
include/asm-powerpc/page_32.h arch/powerpc/include/asm/page_32.h
include/asm-powerpc/page_64.h arch/powerpc/include/asm/page_64.h
include/asm-powerpc/param.h arch/powerpc/include/asm/param.h
include/asm-powerpc/parport.h arch/powerpc/include/asm/parport.h
include/asm-powerpc/pasemi_dma.h arch/powerpc/include/asm/pasemi_dma.h
include/asm-powerpc/pci-bridge.h arch/powerpc/include/asm/pci-bridge.h
include/asm-powerpc/pci.h arch/powerpc/include/asm/pci.h
include/asm-powerpc/percpu.h arch/powerpc/include/asm/percpu.h
include/asm-powerpc/pgalloc-32.h arch/powerpc/include/asm/pgalloc-32.h
include/asm-powerpc/pgalloc-64.h arch/powerpc/include/asm/pgalloc-64.h
include/asm-powerpc/pgalloc.h arch/powerpc/include/asm/pgalloc.h
include/asm-powerpc/pgtable-4k.h arch/powerpc/include/asm/pgtable-4k.h
include/asm-powerpc/pgtable-64k.h arch/powerpc/include/asm/pgtable-64k.h
include/asm-powerpc/pgtable-ppc32.h arch/powerpc/include/asm/pgtable-ppc32.h
+1 -1
include/asm-powerpc/pgtable-ppc64.h arch/powerpc/include/asm/pgtable-ppc64.h
··· 100 100 101 101 #define _PAGE_WRENABLE (_PAGE_RW | _PAGE_DIRTY) 102 102 103 - /* __pgprot defined in asm-powerpc/page.h */ 103 + /* __pgprot defined in arch/powerpc/incliude/asm/page.h */ 104 104 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED) 105 105 106 106 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_RW | _PAGE_USER)
include/asm-powerpc/pgtable.h arch/powerpc/include/asm/pgtable.h
include/asm-powerpc/phyp_dump.h arch/powerpc/include/asm/phyp_dump.h
include/asm-powerpc/pmac_feature.h arch/powerpc/include/asm/pmac_feature.h
include/asm-powerpc/pmac_low_i2c.h arch/powerpc/include/asm/pmac_low_i2c.h
include/asm-powerpc/pmac_pfunc.h arch/powerpc/include/asm/pmac_pfunc.h
include/asm-powerpc/pmc.h arch/powerpc/include/asm/pmc.h
include/asm-powerpc/pmi.h arch/powerpc/include/asm/pmi.h
include/asm-powerpc/poll.h arch/powerpc/include/asm/poll.h
include/asm-powerpc/posix_types.h arch/powerpc/include/asm/posix_types.h
include/asm-powerpc/ppc-pci.h arch/powerpc/include/asm/ppc-pci.h
include/asm-powerpc/ppc4xx.h arch/powerpc/include/asm/ppc4xx.h
include/asm-powerpc/ppc_asm.h arch/powerpc/include/asm/ppc_asm.h
include/asm-powerpc/processor.h arch/powerpc/include/asm/processor.h
include/asm-powerpc/prom.h arch/powerpc/include/asm/prom.h
include/asm-powerpc/ps3.h arch/powerpc/include/asm/ps3.h
include/asm-powerpc/ps3av.h arch/powerpc/include/asm/ps3av.h
include/asm-powerpc/ps3fb.h arch/powerpc/include/asm/ps3fb.h
include/asm-powerpc/ps3stor.h arch/powerpc/include/asm/ps3stor.h
include/asm-powerpc/ptrace.h arch/powerpc/include/asm/ptrace.h
include/asm-powerpc/qe.h arch/powerpc/include/asm/qe.h
-2
include/asm-powerpc/qe_ic.h arch/powerpc/include/asm/qe_ic.h
··· 1 1 /* 2 - * include/asm-powerpc/qe_ic.h 3 - * 4 2 * Copyright (C) 2006 Freescale Semicondutor, Inc. All rights reserved. 5 3 * 6 4 * Authors: Shlomi Gridish <gridish@freescale.com>
include/asm-powerpc/reg.h arch/powerpc/include/asm/reg.h
include/asm-powerpc/reg_8xx.h arch/powerpc/include/asm/reg_8xx.h
include/asm-powerpc/reg_booke.h arch/powerpc/include/asm/reg_booke.h
include/asm-powerpc/reg_fsl_emb.h arch/powerpc/include/asm/reg_fsl_emb.h
include/asm-powerpc/resource.h arch/powerpc/include/asm/resource.h
include/asm-powerpc/rheap.h arch/powerpc/include/asm/rheap.h
include/asm-powerpc/rio.h arch/powerpc/include/asm/rio.h
include/asm-powerpc/rtas.h arch/powerpc/include/asm/rtas.h
include/asm-powerpc/rtc.h arch/powerpc/include/asm/rtc.h
+2 -2
include/asm-powerpc/rwsem.h arch/powerpc/include/asm/rwsem.h
··· 8 8 #ifdef __KERNEL__ 9 9 10 10 /* 11 - * include/asm-powerpc/rwsem.h: R/W semaphores for PPC using the stuff 12 - * in lib/rwsem.c. Adapted largely from include/asm-i386/rwsem.h 11 + * R/W semaphores for PPC using the stuff in lib/rwsem.c. 12 + * Adapted largely from include/asm-i386/rwsem.h 13 13 * by Paul Mackerras <paulus@samba.org>. 14 14 */ 15 15
include/asm-powerpc/scatterlist.h arch/powerpc/include/asm/scatterlist.h
include/asm-powerpc/seccomp.h arch/powerpc/include/asm/seccomp.h
include/asm-powerpc/sections.h arch/powerpc/include/asm/sections.h
include/asm-powerpc/sembuf.h arch/powerpc/include/asm/sembuf.h
include/asm-powerpc/serial.h arch/powerpc/include/asm/serial.h
include/asm-powerpc/setjmp.h arch/powerpc/include/asm/setjmp.h
include/asm-powerpc/setup.h arch/powerpc/include/asm/setup.h
include/asm-powerpc/shmbuf.h arch/powerpc/include/asm/shmbuf.h
include/asm-powerpc/shmparam.h arch/powerpc/include/asm/shmparam.h
include/asm-powerpc/sigcontext.h arch/powerpc/include/asm/sigcontext.h
include/asm-powerpc/siginfo.h arch/powerpc/include/asm/siginfo.h
include/asm-powerpc/signal.h arch/powerpc/include/asm/signal.h
include/asm-powerpc/smp.h arch/powerpc/include/asm/smp.h
include/asm-powerpc/smu.h arch/powerpc/include/asm/smu.h
include/asm-powerpc/socket.h arch/powerpc/include/asm/socket.h
include/asm-powerpc/sockios.h arch/powerpc/include/asm/sockios.h
include/asm-powerpc/sparsemem.h arch/powerpc/include/asm/sparsemem.h
include/asm-powerpc/spinlock.h arch/powerpc/include/asm/spinlock.h
include/asm-powerpc/spinlock_types.h arch/powerpc/include/asm/spinlock_types.h
include/asm-powerpc/spu.h arch/powerpc/include/asm/spu.h
include/asm-powerpc/spu_csa.h arch/powerpc/include/asm/spu_csa.h
include/asm-powerpc/spu_info.h arch/powerpc/include/asm/spu_info.h
include/asm-powerpc/spu_priv1.h arch/powerpc/include/asm/spu_priv1.h
include/asm-powerpc/sstep.h arch/powerpc/include/asm/sstep.h
include/asm-powerpc/stat.h arch/powerpc/include/asm/stat.h
include/asm-powerpc/statfs.h arch/powerpc/include/asm/statfs.h
include/asm-powerpc/string.h arch/powerpc/include/asm/string.h
include/asm-powerpc/suspend.h arch/powerpc/include/asm/suspend.h
include/asm-powerpc/synch.h arch/powerpc/include/asm/synch.h
include/asm-powerpc/syscall.h arch/powerpc/include/asm/syscall.h
include/asm-powerpc/syscalls.h arch/powerpc/include/asm/syscalls.h
include/asm-powerpc/systbl.h arch/powerpc/include/asm/systbl.h
include/asm-powerpc/system.h arch/powerpc/include/asm/system.h
include/asm-powerpc/tce.h arch/powerpc/include/asm/tce.h
include/asm-powerpc/termbits.h arch/powerpc/include/asm/termbits.h
include/asm-powerpc/termios.h arch/powerpc/include/asm/termios.h
include/asm-powerpc/thread_info.h arch/powerpc/include/asm/thread_info.h
include/asm-powerpc/time.h arch/powerpc/include/asm/time.h
include/asm-powerpc/timex.h arch/powerpc/include/asm/timex.h
include/asm-powerpc/tlb.h arch/powerpc/include/asm/tlb.h
include/asm-powerpc/tlbflush.h arch/powerpc/include/asm/tlbflush.h
include/asm-powerpc/topology.h arch/powerpc/include/asm/topology.h
include/asm-powerpc/tsi108.h arch/powerpc/include/asm/tsi108.h
include/asm-powerpc/tsi108_irq.h arch/powerpc/include/asm/tsi108_irq.h
include/asm-powerpc/tsi108_pci.h arch/powerpc/include/asm/tsi108_pci.h
include/asm-powerpc/types.h arch/powerpc/include/asm/types.h
include/asm-powerpc/uaccess.h arch/powerpc/include/asm/uaccess.h
include/asm-powerpc/ucc.h arch/powerpc/include/asm/ucc.h
-2
include/asm-powerpc/ucc_fast.h arch/powerpc/include/asm/ucc_fast.h
··· 1 1 /* 2 - * include/asm-powerpc/ucc_fast.h 3 - * 4 2 * Internal header file for UCC FAST unit routines. 5 3 * 6 4 * Copyright (C) 2006 Freescale Semicondutor, Inc. All rights reserved.
include/asm-powerpc/ucc_slow.h arch/powerpc/include/asm/ucc_slow.h
include/asm-powerpc/ucontext.h arch/powerpc/include/asm/ucontext.h
include/asm-powerpc/udbg.h arch/powerpc/include/asm/udbg.h
-2
include/asm-powerpc/uic.h arch/powerpc/include/asm/uic.h
··· 1 1 /* 2 - * include/asm-powerpc/uic.h 3 - * 4 2 * IBM PPC4xx UIC external definitions and structure. 5 3 * 6 4 * Maintainer: David Gibson <dwg@au1.ibm.com>
include/asm-powerpc/unaligned.h arch/powerpc/include/asm/unaligned.h
include/asm-powerpc/uninorth.h arch/powerpc/include/asm/uninorth.h
include/asm-powerpc/unistd.h arch/powerpc/include/asm/unistd.h
include/asm-powerpc/user.h arch/powerpc/include/asm/user.h
include/asm-powerpc/vdso.h arch/powerpc/include/asm/vdso.h
include/asm-powerpc/vdso_datapage.h arch/powerpc/include/asm/vdso_datapage.h
include/asm-powerpc/vga.h arch/powerpc/include/asm/vga.h
include/asm-powerpc/vio.h arch/powerpc/include/asm/vio.h
include/asm-powerpc/xilinx_intc.h arch/powerpc/include/asm/xilinx_intc.h
include/asm-powerpc/xmon.h arch/powerpc/include/asm/xmon.h
include/asm-powerpc/xor.h arch/powerpc/include/asm/xor.h