dect
/
linux-2.6
Archived
13
0
Fork 0

fix file specification in comments

Many files include the filename at the beginning, serveral used a wrong one.

Signed-off-by: Uwe Zeisberger <Uwe_Zeisberger@digi.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
Uwe Zeisberger 2006-10-03 23:01:26 +02:00 committed by Adrian Bunk
parent 670e9f34ee
commit f30c226954
313 changed files with 313 additions and 313 deletions

View File

@ -1,5 +1,5 @@
/*
* linux/arch/alpha/kernel/ksyms.c
* linux/arch/alpha/kernel/alpha_ksyms.c
*
* Export the alpha-specific functions that are needed for loadable
* modules.

View File

@ -1,5 +1,5 @@
/*
* alpha/boot/head.S
* arch/alpha/kernel/head.S
*
* initial boot stuff.. At this point, the bootloader has already
* switched into OSF/1 PAL-code, and loaded us at the correct address

View File

@ -1,5 +1,5 @@
/*
* linux/arch/alpha/kernel/machvec.h
* linux/arch/alpha/kernel/machvec_impl.h
*
* Copyright (C) 1997, 1998 Richard Henderson
*

View File

@ -1,5 +1,5 @@
/*
* arch/alpha/lib/stackcheck.S
* arch/alpha/lib/dbg_stackcheck.S
* Contributed by Richard Henderson (rth@tamu.edu)
*
* Verify that we have not overflowed the stack. Oops if we have.

View File

@ -1,5 +1,5 @@
/*
* arch/alpha/lib/killstack.S
* arch/alpha/lib/dbg_stackkill.S
* Contributed by Richard Henderson (rth@cygnus.com)
*
* Clobber the balance of the kernel stack, hoping to catch

View File

@ -1,5 +1,5 @@
/*
* linux/arch/alpha/memset.S
* linux/arch/alpha/lib/memset.S
*
* This is an efficient (and small) implementation of the C library "memset()"
* function for the alpha.

View File

@ -1,5 +1,5 @@
/*
* linux/arch/arm/boot/compressed/head.S
* linux/arch/arm/boot/compressed/head-clps7500.S
*
* Copyright (C) 1999, 2000, 2001 Nexus Electronics Ltd
*/

View File

@ -1,5 +1,5 @@
/*
* linux/arch/arm/mach-sa1100/sa1111.c
* linux/arch/arm/common/sa1111.c
*
* SA1111 support
*

View File

@ -1,5 +1,5 @@
/*
* linux/arch/arm/mach-imx/leds.h
* linux/arch/arm/mach-imx/leds.c
*
* Copyright (C) 2004 Sascha Hauer <sascha@saschahauer.de>
*

View File

@ -1,5 +1,5 @@
/*
* include/asm-arm/arch-imx/leds.h
* arch/arm/mach-imx/leds.h
*
* Copyright (c) 2004 Sascha Hauer <sascha@saschahauer.de>
*

View File

@ -1,5 +1,5 @@
/*
* arch/arch/mach-ixp4xx/coyote-pci.c
* arch/arm/mach-ixp4xx/coyote-pci.c
*
* PCI setup routines for ADI Engineering Coyote platform
*

View File

@ -1,5 +1,5 @@
/*
* arch/arch/mach-ixp4xx/ixdpg425-pci.c
* arch/arm/mach-ixp4xx/ixdpg425-pci.c
*
* PCI setup routines for Intel IXDPG425 Platform
*

View File

@ -1,5 +1,5 @@
/*
* linux/arch/arm/mach-omap1/id.c
* linux/arch/arm/mach-omap1/serial.c
*
* OMAP1 CPU identification code
*

View File

@ -1,5 +1,5 @@
/*
* linux/arch/arm/mach-omap/omap2/board-apollon.c
* linux/arch/arm/mach-omap2/board-apollon.c
*
* Copyright (C) 2005,2006 Samsung Electronics
* Author: Kyungmin Park <kyungmin.park@samsung.com>

View File

@ -1,5 +1,5 @@
/*
* linux/arch/arm/mach-omap/omap2/board-generic.c
* linux/arch/arm/mach-omap2/board-generic.c
*
* Copyright (C) 2005 Nokia Corporation
* Author: Paul Mundt <paul.mundt@nokia.com>

View File

@ -1,5 +1,5 @@
/*
* linux/arch/arm/mach-omap/omap2/board-h4.c
* linux/arch/arm/mach-omap2/board-h4.c
*
* Copyright (C) 2005 Nokia Corporation
* Author: Paul Mundt <paul.mundt@nokia.com>

View File

@ -1,5 +1,5 @@
/*
* linux/arch/arm/mach-omap/omap2/irq.c
* linux/arch/arm/mach-omap2/irq.c
*
* Interrupt handler for OMAP2 boards.
*

View File

@ -1,5 +1,5 @@
/*
* linux/arch/arm/mach-omap2/prcm-reg.h
* linux/arch/arm/mach-omap2/prcm-regs.h
*
* OMAP24XX Power Reset and Clock Management (PRCM) registers
*

View File

@ -1,5 +1,5 @@
/*
* arch/arm/mach-omap/omap2/serial.c
* arch/arm/mach-omap2/serial.c
*
* OMAP2 serial support.
*

View File

@ -1,5 +1,5 @@
/*
* linux/arch/arm/mach-omap2/sram.S
* linux/arch/arm/mach-omap2/sram-fn.S
*
* Omap2 specific functions that need to be run in internal SRAM
*

View File

@ -1,5 +1,5 @@
/*
* linux/drivers/video/w100fb.c
* linux/arch/arm/mach-pxa/corgi_lcd.c
*
* Corgi/Spitz LCD Specific Code
*

View File

@ -1,5 +1,5 @@
/*
* include/asm-arm/arch-pxa/leds.h
* arch/arm/mach-pxa/leds.h
*
* Copyright (c) 2001 Jeff Sutherland, Accelent Systems Inc.
*

View File

@ -1,4 +1,4 @@
/* linux/arch/arm/mach-s3c2410/gpio.c
/* linux/arch/arm/mach-s3c2410/s3c2400-gpio.c
*
* Copyright (c) 2006 Lucas Correia Villa Real <lucasvr@gobolinux.org>
*

View File

@ -1,4 +1,4 @@
/* linux/arch/arm/mach-s3c2410/clock.c
/* linux/arch/arm/mach-s3c2410/s3c2410-clock.c
*
* Copyright (c) 2006 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>

View File

@ -1,4 +1,4 @@
/* linux/arch/arm/mach-s3c2410/gpio.c
/* linux/arch/arm/mach-s3c2410/s3c2410-gpio.c
*
* Copyright (c) 2004-2006 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>

View File

@ -1,4 +1,4 @@
/* linux/arch/arm/mach-s3c2410/s3c2440.c
/* linux/arch/arm/mach-s3c2410/s3c2442.c
*
* Copyright (c) 2006 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>

View File

@ -1,4 +1,4 @@
/* linux/arch/arm/mach-s3c2410/s3c2440-irq.c
/* linux/arch/arm/mach-s3c2410/s3c244x-irq.c
*
* Copyright (c) 2003,2004 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>

View File

@ -1,4 +1,4 @@
/* arch/arm/mach-s3c2410/s3c2440.h
/* arch/arm/mach-s3c2410/s3c244x.h
*
* Copyright (c) 2004-2005 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>

View File

@ -1,4 +1,4 @@
/* linux/arch/arm/mach-s3c2410/usb-simtec.c
/* linux/arch/arm/mach-s3c2410/usb-simtec.h
*
* Copyright (c) 2004 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>

View File

@ -1,5 +1,5 @@
/*
* arch/arm/kernel/dma-sa1100.c
* arch/arm/mach-sa1100/dma.c
*
* Support functions for the SA11x0 internal DMA channels.
*

View File

@ -1,5 +1,5 @@
/*
* arch/arm/kernel/leds-shark.c
* arch/arm/mach-shark/leds.c
* by Alexander Schulz
*
* derived from:

View File

@ -1,5 +1,5 @@
/*
* linux/arch/arm/plat-omap/sram.S
* linux/arch/arm/plat-omap/sram-fn.S
*
* Functions that need to be run in internal SRAM
*

View File

@ -1,5 +1,5 @@
/*
* linux/arch/h8300/platform/h8300h/ints.c
* linux/arch/h8300/kernel/ints.c
*
* Yoshinori Sato <ysato@users.sourceforge.jp>
*

View File

@ -1,5 +1,5 @@
/*
* linux/kernel/ldt.c
* linux/arch/i386/kernel/ldt.c
*
* Copyright (C) 1992 Krishna Balasubramanian and Linus Torvalds
* Copyright (C) 1999 Ingo Molnar <mingo@redhat.com>

View File

@ -1,5 +1,5 @@
/*
* linux/arch/i386/mach_visws/visws_apic.c
* linux/arch/i386/mach-visws/visws_apic.c
*
* Copyright (C) 1999 Bent Hagemark, Ingo Molnar
*

View File

@ -1,5 +1,5 @@
/*
* arch/ia64/kernel/cpufreq/processor.c
* arch/ia64/kernel/acpi-processor.c
*
* Copyright (C) 2005 Intel Corporation
* Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>

View File

@ -1,5 +1,5 @@
/*
* ia64/kernel/entry.S
* arch/ia64/kernel/entry.S
*
* Kernel entry points.
*

View File

@ -1,5 +1,5 @@
/*
* linux/arch/ia64/kernel/irq.c
* linux/arch/ia64/kernel/irq_ia64.c
*
* Copyright (C) 1998-2001 Hewlett-Packard Co
* Stephane Eranian <eranian@hpl.hp.com>

View File

@ -1,5 +1,5 @@
/*
* linux/arch/m68k/motorola.c
* linux/arch/m68k/mm/motorola.c
*
* Routines specific to the Motorola MMU, originally from:
* linux/arch/m68k/init.c

View File

@ -1,5 +1,5 @@
/*
* linux/arch/m68k/mm/sun3dvma.c
* linux/arch/m68k/sun3/sun3dvma.c
*
* Copyright (C) 2000 Sam Creasey
*

View File

@ -1,5 +1,5 @@
/*
* linux/arch/m68knommu/platform/68328/head-rom.S
* linux/arch/m68knommu/platform/68328/head-pilot.S
* - A startup file for the MC68328
*
* Copyright (C) 1998 D. Jeff Dionne <jeff@ryeham.ee.ryerson.ca>,

View File

@ -1,5 +1,5 @@
/*
* arch/mips/dec/decstation.c
* arch/mips/dec/boot/decstation.c
*/
#include <asm/sections.h>

View File

@ -1,5 +1,5 @@
/*
* arch/mips/dec/call_o32.S
* arch/mips/dec/prom/call_o32.S
*
* O32 interface for the 64 (or N32) ABI.
*

View File

@ -1,5 +1,5 @@
/*
* arch/mips/vr41xx/nec-cmbvr4133/pci_fixup.c
* arch/mips/pci/fixup-vr4133.c
*
* The NEC CMB-VR4133 Board specific PCI fixups.
*

View File

@ -1,5 +1,5 @@
/*
* linux/arch/mps/tx4938/common/irq.c
* linux/arch/mips/tx4938/common/irq.c
*
* Common tx4938 irq handler
* Copyright (C) 2000-2001 Toshiba Corporation

View File

@ -1,4 +1,4 @@
/* kernel/perfmon_fsl_booke.c
/* arch/powerpc/kernel/perfmon_fsl_booke.c
* Freescale Book-E Performance Monitor code
*
* Author: Andy Fleming

View File

@ -1,5 +1,5 @@
/*
* oprofile/op_model_7450.c
* arch/powerpc/oprofile/op_model_7450.c
*
* Freescale 745x/744x oprofile support, based on fsl_booke support
* Copyright (C) 2004 Anton Blanchard <anton@au.ibm.com>, IBM

View File

@ -1,5 +1,5 @@
/*
* oprofile/op_model_e500.c
* arch/powerpc/oprofile/op_model_fsl_booke.c
*
* Freescale Book-E oprofile support, based on ppc64 oprofile support
* Copyright (C) 2004 Anton Blanchard <anton@au.ibm.com>, IBM

View File

@ -1,5 +1,5 @@
/*
* arch/powerppc/platforms/83xx/mpc834x_sys.h
* arch/powerpc/platforms/83xx/mpc834x_sys.h
*
* MPC834X SYS common board definitions
*

View File

@ -1,5 +1,5 @@
/*
* arch/ppc/platforms/85xx/mpc8540_ads.h
* arch/powerpc/platforms/85xx/mpc8540_ads.h
*
* MPC8540ADS board definitions
*

View File

@ -1,5 +1,5 @@
/*
* arch/ppc/platforms/85xx/mpc85xx.h
* arch/powerpc/platforms/85xx/mpc85xx.h
*
* MPC85xx soc definitions/function decls
*

View File

@ -1,5 +1,5 @@
/*
* arch/ppc/platforms/85xx/mpc85xx_cds_common.h
* arch/powerpc/platforms/85xx/mpc85xx_cds.h
*
* MPC85xx CDS board definitions
*

View File

@ -1,5 +1,5 @@
/*
* include/asm-ppc/ipic.c
* arch/powerpc/sysdev/ipic.c
*
* IPIC routines implementations.
*

View File

@ -1,5 +1,5 @@
/*
* drivers/serial/mpsc/mpsc_defs.h
* arch/ppc/boot/include/mpsc_defs.h
*
* Register definitions for the Marvell Multi-Protocol Serial Controller (MPSC),
* Serial DMA Controller (SDMA), and Baud Rate Generator (BRG).

View File

@ -1,5 +1,5 @@
/*
* include/asm-ppc/xparameters.h
* arch/ppc/platforms/4xx/xparameters/xparameters.h
*
* This file includes the correct xparameters.h for the CONFIG'ed board plus
* fixups to translate board specific XPAR values to a common set of names

View File

@ -1,5 +1,5 @@
/*
* include/asm-ppc/lopec_serial.h
* arch/ppc/platforms/lopec.h
*
* Definitions for Motorola LoPEC board.
*

View File

@ -1,5 +1,5 @@
/*
* arch/ppc/platforms/82xx/pq2ads_pd.c
* arch/ppc/platforms/mpc8272ads_setup.c
*
* MPC82xx Board-specific PlatformDevice descriptions
*

View File

@ -1,4 +1,4 @@
/*arch/ppc/platforms/mpc885ads-setup.c
/*arch/ppc/platforms/mpc885ads_setup.c
*
* Platform setup for the Freescale mpc885ads board
*

View File

@ -1,5 +1,5 @@
/*
* include/asm-ppc/platforms/mvme5100.h
* arch/ppc/platforms/mvme5100.h
*
* Definitions for Motorola MVME5100.
*

View File

@ -1,5 +1,5 @@
/*
* include/asm-ppc/platforms/powerpmc250.h
* arch/ppc/platforms/powerpmc250.h
*
* Definitions for Force PowerPMC-250 board support
*

View File

@ -1,5 +1,5 @@
/*
* include/asm-ppc/platforms/prpmc750.h
* arch/ppc/platforms/prpmc750.h
*
* Definitions for Motorola PrPMC750 board support
*

View File

@ -1,5 +1,5 @@
/*
* include/asm-ppc/platforms/prpmc800.h
* arch/ppc/platforms/prpmc800.h
*
* Definitions for Motorola PrPMC800 board support
*

View File

@ -1,5 +1,5 @@
/*
* include/asm-ppc/platforms/spruce.h
* arch/ppc/platforms/spruce.h
*
* Definitions for IBM Spruce reference board support
*

View File

@ -1,5 +1,5 @@
/*
* include/asm-sh/io_bigsur.c
* arch/sh/boards/bigsur/io.c
*
* By Dustin McIntire (dustin@sensoria.com) (c)2001
* Derived from io_hd64465.h, which bore the message:

View File

@ -1,5 +1,5 @@
/*
* linux/arch/sh/kernel/led_bigsur.c
* linux/arch/sh/boards/bigsur/led.c
*
* By Dustin McIntire (dustin@sensoria.com) (c)2001
* Derived from led_se.c and led.c, which bore the message:

View File

@ -1,5 +1,5 @@
/*
* linux/arch/sh/kernel/io_ec3104.c
* linux/arch/sh/boards/ec3104/io.c
* EC3104 companion chip support
*
* Copyright (C) 2000 Philipp Rumpf <prumpf@tux.org>

View File

@ -1,5 +1,5 @@
/*
* linux/arch/sh/boards/hp6xx/hp680/setup.c
* linux/arch/sh/boards/hp6xx/setup.c
*
* Copyright (C) 2002 Andriy Skulysh
*

View File

@ -1,5 +1,5 @@
/*
* linux/arch/sh/kernel/led_mpc1211.c
* linux/arch/sh/boards/mpc1211/led.c
*
* Copyright (C) 2001 Saito.K & Jeanne
*

View File

@ -1,5 +1,5 @@
/*
* linux/arch/sh/board/mpc1211/setup.c
* linux/arch/sh/boards/mpc1211/setup.c
*
* Copyright (C) 2002 Saito.K & Jeanne, Fujii.Y
*

View File

@ -1,5 +1,5 @@
/*
* linux/arch/sh/kernel/io_hs7751rvoip.c
* linux/arch/sh/boards/renesas/hs7751rvoip/io.c
*
* Copyright (C) 2001 Ian da Silva, Jeremy Siegel
* Based largely on io_se.c.

View File

@ -1,5 +1,5 @@
/*
* linux/arch/sh/kernel/pci-hs7751rvoip.c
* linux/arch/sh/boards/renesas/hs7751rvoip/pci.c
*
* Author: Ian DaSilva (idasilva@mvista.com)
*

View File

@ -1,5 +1,5 @@
/*
* linux/arch/sh/kernel/led_rts7751r2d.c
* linux/arch/sh/boards/renesas/rts7751r2d/led.c
*
* Copyright (C) Atom Create Engineering Co., Ltd.
*

View File

@ -1,5 +1,5 @@
/*
* linux/arch/sh/boards/systemh/io.c
* linux/arch/sh/boards/renesas/systemh/io.c
*
* Copyright (C) 2001 Ian da Silva, Jeremy Siegel
* Based largely on io_se.c.

View File

@ -1,5 +1,5 @@
/*
* linux/arch/sh/boards/systemh/irq.c
* linux/arch/sh/boards/renesas/systemh/irq.c
*
* Copyright (C) 2000 Kazumoto Kojima
*

View File

@ -1,5 +1,5 @@
/*
* linux/arch/sh/boards/systemh/setup.c
* linux/arch/sh/boards/renesas/systemh/setup.c
*
* Copyright (C) 2000 Kazumoto Kojima
* Copyright (C) 2003 Paul Mundt

View File

@ -1,5 +1,5 @@
/*
* linux/arch/sh/kernel/led_se.c
* linux/arch/sh/boards/se/770x/led.c
*
* Copyright (C) 2000 Stuart Menefy <stuart.menefy@st.com>
*

View File

@ -1,5 +1,5 @@
/*
* linux/arch/sh/kernel/led_se.c
* linux/arch/sh/boards/se/7751/led.c
*
* Copyright (C) 2000 Stuart Menefy <stuart.menefy@st.com>
*

View File

@ -1,5 +1,5 @@
/*
* linux/arch/sh/kernel/pci-7751se.c
* linux/arch/sh/boards/se/7751/pci.c
*
* Author: Ian DaSilva (idasilva@mvista.com)
*

View File

@ -1,5 +1,5 @@
/*
* linux/arch/sh/kernel/io_microdev.c
* linux/arch/sh/boards/superh/microdev/io.c
*
* Copyright (C) 2003 Sean McGoogan (Sean.McGoogan@superh.com)
* Copyright (C) 2003, 2004 SuperH, Inc.

View File

@ -1,5 +1,5 @@
/*
* linux/arch/sh/kernel/led_microdev.c
* linux/arch/sh/boards/superh/microdev/led.c
*
* Copyright (C) 2002 Stuart Menefy <stuart.menefy@st.com>
* Copyright (C) 2003 Richard Curnow (Richard.Curnow@superh.com)

View File

@ -1,5 +1,5 @@
/*
* arch/sh/boards/dreamcast/dma-pvr2.c
* arch/sh/drivers/dma/dma-pvr2.c
*
* NEC PowerVR 2 (Dreamcast) DMA support
*

View File

@ -1,5 +1,5 @@
/*
* arch/sh/pci/dma-dreamcast.c
* arch/sh/drivers/pci/dma-dreamcast.c
*
* PCI DMA support for the Sega Dreamcast
*

View File

@ -1,5 +1,5 @@
/*
* arch/sh/pci/fixups-dreamcast.c
* arch/sh/drivers/pci/fixups-dreamcast.c
*
* PCI fixups for the Sega Dreamcast
*

View File

@ -1,5 +1,5 @@
/*
* linux/arch/sh/kernel/pci-bigsur.c
* linux/arch/sh/drivers/pci/ops-bigsur.c
*
* By Dustin McIntire (dustin@sensoria.com) (c)2001
*

View File

@ -1,5 +1,5 @@
/*
* arch/sh/pci/ops-dreamcast.c
* arch/sh/drivers/pci/ops-dreamcast.c
*
* PCI operations for the Sega Dreamcast
*

View File

@ -1,5 +1,5 @@
/*
* linux/arch/sh/kernel/pci-rts7751r2d.c
* linux/arch/sh/drivers/pci/ops-rts7751r2d.c
*
* Author: Ian DaSilva (idasilva@mvista.com)
*

View File

@ -1,5 +1,5 @@
/*
* arch/sh/kernel/ubc.S
* arch/sh/kernel/cpu/ubc.S
*
* Set of management routines for the User Break Controller (UBC)
*

View File

@ -1,5 +1,5 @@
/*
* arch/shmedia/boot/compressed/misc.c
* arch/sh64/boot/compressed/misc.c
*
* This is a collection of several routines from gzip-1.0.3
* adapted for Linux.

View File

@ -1,5 +1,5 @@
/*
* arch/sh64/kernel/alpanum.c
* arch/sh64/kernel/alphanum.c
*
* Copyright (C) 2002 Stuart Menefy <stuart.menefy@st.com>
*

View File

@ -1,5 +1,5 @@
/*
* arch/sh/lib/csum_parial.c
* arch/sh64/lib/c-checksum.c
*
* This file contains network checksum routines that are better done
* in an architecture-specific manner due to speed..

View File

@ -1,5 +1,5 @@
/*
* arch/sh64/kernel/led_cayman.c
* arch/sh64/mach-cayman/led.c
*
* Copyright (C) 2002 Stuart Menefy <stuart.menefy@st.com>
*

View File

@ -1,5 +1,5 @@
/*
* arch/sh/oprofile/op_model_null.c
* arch/sh64/oprofile/op_model_null.c
*
* Copyright (C) 2003 Paul Mundt
*

View File

@ -1,5 +1,5 @@
/*
* linux/arch/sparc/sys_solaris.c
* linux/arch/sparc/kernel/sys_solaris.c
*
* Copyright (C) 1996 Miguel de Icaza (miguel@nuclecu.unam.mx)
*/

View File

@ -1,5 +1,5 @@
/*
* arch/xtensa/kernel/platform.c
* arch/xtensa/kernel/module.c
*
* Module support.
*

View File

@ -1,5 +1,5 @@
/*
* arch/xtensa/pci-dma.c
* arch/xtensa/kernel/pci-dma.c
*
* DMA coherent memory allocation.
*

View File

@ -1,5 +1,5 @@
/*
* arch/xtensa/pcibios.c
* arch/xtensa/kernel/pci.c
*
* PCI bios-type initialisation for PCI machines
*

View File

@ -1,5 +1,5 @@
/*
* arch/xtensa/setup.c
* arch/xtensa/kernel/setup.c
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive

View File

@ -1,5 +1,5 @@
/*
* arch/xtensa/kernel/syscall.c
* arch/xtensa/kernel/syscalls.c
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive

View File

@ -1,5 +1,5 @@
/*
* arch/xtensa/kernel/pci-auto.c
* arch/xtensa/lib/pci-auto.c
*
* PCI autoconfiguration library
*

View File

@ -1,5 +1,5 @@
/*
* arch/xtensa/mm/fault.c
* arch/xtensa/mm/pgtable.c
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive

Some files were not shown because too many files have changed in this diff Show More