dect
/
linux-2.6
Archived
13
0
Fork 0

sparc: remove CVS keywords

This patch removes the CVS keywords that weren't updated for a long time
from comments.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Adrian Bunk 2008-05-19 16:53:02 -07:00 committed by David S. Miller
parent b00dc83764
commit 88278ca27a
131 changed files with 98 additions and 137 deletions

View File

@ -1,4 +1,3 @@
# $Id: config.in,v 1.113 2002/01/24 22:14:44 davem Exp $
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

View File

@ -1,4 +1,3 @@
# $Id: Makefile,v 1.10 2000/02/23 08:17:46 jj Exp $
# Makefile for the Sparc boot stuff.
#
# Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: btfixupprep.c,v 1.6 2001/08/22 15:27:47 davem Exp $
/*
Simple utility to prepare vmlinux image for sparc.
Resolves all BTFIXUP uses and settings and creates
a special .s object to link to the image.

View File

@ -1,4 +1,4 @@
/* $Id: piggyback.c,v 1.4 2000/12/05 00:48:57 anton Exp $
/*
Simple utility to make a single-image install kernel with initial ramdisk
for Sparc tftpbooting without need to set up nfs.

View File

@ -1,4 +1,4 @@
/* $Id: ebus.c,v 1.20 2002/01/05 01:13:43 davem Exp $
/*
* ebus.c: PCI to EBus bridge device.
*
* Copyright (C) 1997 Eddie C. Dost (ecd@skynet.be)

View File

@ -1,4 +1,4 @@
/* $Id: etrap.S,v 1.31 2000/01/08 16:38:18 anton Exp $
/*
* etrap.S: Sparc trap window preparation for entry into the
* Linux kernel.
*

View File

@ -1,4 +1,4 @@
/* $Id: head.S,v 1.105 2001/08/12 09:08:56 davem Exp $
/*
* head.S: The initial boot code for the Sparc port of Linux.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: idprom.c,v 1.24 1999/08/31 06:54:20 davem Exp $
/*
* idprom.c: Routines to load the idprom into kernel addresses and
* interpret the data contained within.
*

View File

@ -1,4 +1,4 @@
/* $Id: ioport.c,v 1.45 2001/10/30 04:54:21 davem Exp $
/*
* ioport.c: Simple io mapping allocator.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: irq.c,v 1.114 2001/12/11 04:55:51 davem Exp $
/*
* arch/sparc/kernel/irq.c: Interrupt request handling routines. On the
* Sparc the IRQs are basically 'cast in stone'
* and you are supposed to probe the prom's device

View File

@ -1,4 +1,4 @@
/* $Id: muldiv.c,v 1.5 1997/12/15 20:07:20 ecd Exp $
/*
* muldiv.c: Hardware multiply/division illegal instruction trap
* for sun4c/sun4 (which do not have those instructions)
*

View File

@ -1,4 +1,4 @@
/* $Id: rtrap.S,v 1.58 2002/01/31 03:30:05 davem Exp $
/*
* rtrap.S: Return from Sparc trap low-level code.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: setup.c,v 1.126 2001/11/13 00:49:27 davem Exp $
/*
* linux/arch/sparc/kernel/setup.c
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: sparc_ksyms.c,v 1.107 2001/07/17 16:17:33 anton Exp $
/*
* arch/sparc/kernel/ksyms.c: Sparc specific ksyms support.
*
* Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: sun4d_irq.c,v 1.29 2001/12/11 04:55:51 davem Exp $
/*
* arch/sparc/kernel/sun4d_irq.c:
* SS1000/SC2000 interrupt handling.
*

View File

@ -1,4 +1,4 @@
/* $Id: trampoline.S,v 1.14 2002/01/11 08:45:38 davem Exp $
/*
* trampoline.S: SMP cpu boot-up trampoline code.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: traps.c,v 1.64 2000/09/03 15:00:49 anton Exp $
/*
* arch/sparc/kernel/traps.c
*
* Copyright 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: unaligned.c,v 1.23 2001/12/21 00:54:31 davem Exp $
/*
* unaligned.c: Unaligned load/store trap handling with special
* cases for the kernel to do them more quickly.
*

View File

@ -1,4 +1,4 @@
/* $Id: wof.S,v 1.40 2000/01/08 16:38:18 anton Exp $
/*
* wof.S: Sparc window overflow handler.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: wuf.S,v 1.39 2000/01/08 16:38:18 anton Exp $
/*
* wuf.S: Window underflow trap handler for the Sparc.
*
* Copyright (C) 1995 David S. Miller

View File

@ -1,4 +1,3 @@
# $Id: Makefile,v 1.35 2000/12/15 00:41:18 davem Exp $
# Makefile for Sparc library files..
#

View File

@ -1,4 +1,4 @@
/* $Id: ashldi3.S,v 1.2 1999/11/19 04:11:46 davem Exp $
/*
* ashldi3.S: GCC emits these for certain drivers playing
* with long longs.
*

View File

@ -1,4 +1,4 @@
/* $Id: ashrdi3.S,v 1.4 1999/11/19 04:11:49 davem Exp $
/*
* ashrdi3.S: The filesystem code creates all kinds of references to
* this little routine on the sparc with gcc.
*

View File

@ -1,4 +1,4 @@
/* $Id: blockops.S,v 1.8 1998/01/30 10:58:44 jj Exp $
/*
* blockops.S: Common block zero optimized routines.
*
* Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: locks.S,v 1.16 2000/02/26 11:02:47 anton Exp $
/*
* locks.S: SMP low-level lock primitives on Sparc.
*
* Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,3 @@
/* $Id: lshrdi3.S,v 1.1 1999/03/21 06:37:45 davem Exp $ */
.globl __lshrdi3
__lshrdi3:

View File

@ -1,4 +1,4 @@
/* $Id: memscan.S,v 1.4 1996/09/08 02:01:20 davem Exp $
/*
* memscan.S: Optimized memscan for the Sparc.
*
* Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: mul.S,v 1.4 1996/09/30 02:22:32 davem Exp $
/*
* mul.S: This routine was taken from glibc-1.09 and is covered
* by the GNU Library General Public License Version 2.
*/

View File

@ -1,4 +1,4 @@
/* $Id: rem.S,v 1.7 1996/09/30 02:22:34 davem Exp $
/*
* rem.S: This routine was taken from glibc-1.09 and is covered
* by the GNU Library General Public License Version 2.
*/

View File

@ -1,4 +1,4 @@
/* $Id: rwsem.S,v 1.5 2000/05/09 17:40:13 davem Exp $
/*
* Assembly part of rw semaphores.
*
* Copyright (C) 1999 Jakub Jelinek (jakub@redhat.com)

View File

@ -1,4 +1,4 @@
/* $Id: sdiv.S,v 1.6 1996/10/02 17:37:00 davem Exp $
/*
* sdiv.S: This routine was taken from glibc-1.09 and is covered
* by the GNU Library General Public License Version 2.
*/

View File

@ -1,4 +1,4 @@
/* $Id: strncmp.S,v 1.2 1996/09/09 02:47:20 davem Exp $
/*
* strncmp.S: Hand optimized Sparc assembly of GCC output from GNU libc
* generic strncmp routine.
*/

View File

@ -1,4 +1,4 @@
/* $Id: udiv.S,v 1.4 1996/09/30 02:22:38 davem Exp $
/*
* udiv.S: This routine was taken from glibc-1.09 and is covered
* by the GNU Library General Public License Version 2.
*/

View File

@ -1,4 +1,4 @@
/* $Id: umul.S,v 1.4 1996/09/30 02:22:39 davem Exp $
/*
* umul.S: This routine was taken from glibc-1.09 and is covered
* by the GNU Library General Public License Version 2.
*/

View File

@ -1,4 +1,4 @@
/* $Id: urem.S,v 1.4 1996/09/30 02:22:42 davem Exp $
/*
* urem.S: This routine was taken from glibc-1.09 and is covered
* by the GNU Library General Public License Version 2.
*/

View File

@ -1,4 +1,4 @@
/* $Id: ashldi3.S,v 1.1 1998/04/06 16:09:28 jj Exp $
/*
* ashldi3.S: Math-emu code creates all kinds of references to
* this little routine on the sparc with gcc.
*

View File

@ -1,4 +1,3 @@
# $Id: Makefile,v 1.38 2000/12/15 00:41:22 davem Exp $
# Makefile for the linux Sparc-specific parts of the memory manager.
#

View File

@ -1,4 +1,4 @@
/* $Id: fault.c,v 1.122 2001/11/17 07:19:26 davem Exp $
/*
* fault.c: Page fault handlers for the Sparc.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: generic.c,v 1.14 2001/12/21 04:56:15 davem Exp $
/*
* generic.c: Generic Sparc mm routines that are not dependent upon
* MMU type but are Sparc specific.
*

View File

@ -1,4 +1,4 @@
/* $Id: hypersparc.S,v 1.18 2001/12/21 04:56:15 davem Exp $
/*
* hypersparc.S: High speed Hypersparc mmu/cache operations.
*
* Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: init.c,v 1.103 2001/11/19 19:03:08 davem Exp $
/*
* linux/arch/sparc/mm/init.c
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: io-unit.c,v 1.24 2001/12/17 07:05:09 davem Exp $
/*
* io-unit.c: IO-UNIT specific routines for memory management.
*
* Copyright (C) 1997,1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz)

View File

@ -1,4 +1,4 @@
/* $Id: loadmmu.c,v 1.56 2000/02/08 20:24:21 davem Exp $
/*
* loadmmu.c: This code loads up all the mm function pointers once the
* machine type has been determined. It also sets the static
* mmu values such as PAGE_NONE, etc.

View File

@ -1,4 +1,4 @@
/* $Id: nosrmmu.c,v 1.5 1999/11/19 04:11:54 davem Exp $
/*
* nosrmmu.c: This file is a bunch of dummies for sun4 compiles,
* so that it does not need srmmu and avoid ifdefs.
*

View File

@ -1,4 +1,4 @@
/* $Id: nosun4c.c,v 1.3 2000/02/14 04:52:36 jj Exp $
/*
* nosun4c.c: This file is a bunch of dummies for SMP compiles,
* so that it does not need sun4c and avoid ifdefs.
*

View File

@ -1,4 +1,4 @@
/* $Id: swift.S,v 1.9 2002/01/08 11:11:59 davem Exp $
/*
* swift.S: MicroSparc-II mmu/cache operations.
*
* Copyright (C) 1999 David S. Miller (davem@redhat.com)

View File

@ -1,4 +1,4 @@
/* $Id: tsunami.S,v 1.7 2001/12/21 04:56:15 davem Exp $
/*
* tsunami.S: High speed MicroSparc-I mmu/cache operations.
*
* Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: viking.S,v 1.19 2001/12/21 04:56:15 davem Exp $
/*
* viking.S: High speed Viking cache/mmu operations
*
* Copyright (C) 1997 Eddie C. Dost (ecd@skynet.be)

View File

@ -1,4 +1,3 @@
# $Id: Makefile,v 1.8 2000/12/15 00:41:22 davem Exp $
# Makefile for the Sun Boot PROM interface library under
# Linux.
#

View File

@ -1,4 +1,4 @@
/* $Id: bootstr.c,v 1.20 2000/02/08 20:24:23 davem Exp $
/*
* bootstr.c: Boot string/argument acquisition from the PROM.
*
* Copyright(C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: console.c,v 1.25 2001/10/30 04:54:22 davem Exp $
/*
* console.c: Routines that deal with sending and receiving IO
* to/from the current console device using the PROM.
*

View File

@ -1,4 +1,4 @@
/* $Id: devmap.c,v 1.7 2000/08/26 02:38:03 anton Exp $
/*
* promdevmap.c: Map device/IO areas to virtual addresses.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: devops.c,v 1.13 2000/08/26 02:38:03 anton Exp $
/*
* devops.c: Device operations using the PROM.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: init.c,v 1.14 2000/01/29 01:09:12 anton Exp $
/*
* init.c: Initialize internal variables used by the PROM
* library functions.
*

View File

@ -1,4 +1,4 @@
/* $Id: misc.c,v 1.18 2000/08/26 02:38:03 anton Exp $
/*
* misc.c: Miscellaneous prom functions that don't belong
* anywhere else.
*

View File

@ -1,4 +1,4 @@
/* $Id: mp.c,v 1.12 2000/08/26 02:38:03 anton Exp $
/*
* mp.c: OpenBoot Prom Multiprocessor support routines. Don't call
* these on a UP or else you will halt and catch fire. ;)
*

View File

@ -1,4 +1,4 @@
/* $Id: palloc.c,v 1.4 1996/04/25 06:09:48 davem Exp $
/*
* palloc.c: Memory allocation from the Sun PROM.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: ranges.c,v 1.15 2001/12/19 00:29:51 davem Exp $
/*
* ranges.c: Handle ranges in newer proms for obio/sbus.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: segment.c,v 1.7 2000/08/26 02:38:03 anton Exp $
/*
* segment.c: Prom routine to map segments in other contexts before
* a standalone is completely mapped. This is for sun4 and
* sun4c architectures only.

View File

@ -1,4 +1,4 @@
/* $Id: tree.c,v 1.26 2000/08/26 02:38:03 anton Exp $
/*
* tree.c: Basic device tree traversal/scanning for the Linux
* prom library.
*

View File

@ -1,4 +1,3 @@
/* $Id: asi.h,v 1.18 1998/03/09 14:04:46 jj Exp $ */
#ifndef _SPARC_ASI_H
#define _SPARC_ASI_H

View File

@ -1,4 +1,4 @@
/* $Id: auxio.h,v 1.18 1997/11/07 15:01:45 jj Exp $
/*
* auxio.h: Definitions and code for the Auxiliary I/O register.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: bitops.h,v 1.67 2001/11/19 18:36:34 davem Exp $
/*
* bitops.h: Bit string operations on the Sparc.
*
* Copyright 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: btfixup.h,v 1.4 1998/03/09 14:04:43 jj Exp $
/*
* asm-sparc/btfixup.h: Macros for boot time linking.
*
* Copyright (C) 1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz)

View File

@ -1,4 +1,3 @@
/* $Id: checksum.h,v 1.33 2002/02/01 22:01:05 davem Exp $ */
#ifndef __SPARC_CHECKSUM_H
#define __SPARC_CHECKSUM_H

View File

@ -1,4 +1,4 @@
/* $Id: clock.h,v 1.3 1995/11/25 02:31:25 davem Exp $
/*
* clock.h: Definitions for clock operations on the Sparc.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,3 @@
/* $Id: contregs.h,v 1.8 2000/12/28 22:49:11 davem Exp $ */
#ifndef _SPARC_CONTREGS_H
#define _SPARC_CONTREGS_H

View File

@ -1,4 +1,4 @@
/* $Id: cypress.h,v 1.6 1996/08/29 09:48:09 davem Exp $
/*
* cypress.h: Cypress module specific definitions and defines.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: delay.h,v 1.11 2001/01/01 01:46:15 davem Exp $
/*
* delay.h: Linux delay routines on the Sparc.
*
* Copyright (C) 1994 David S. Miller (davem@caip.rutgers.edu).

View File

@ -1,4 +1,4 @@
/* $Id: ebus.h,v 1.2 1999/09/11 23:05:55 zaitcev Exp $
/*
* ebus.h: PCI to Ebus pseudo driver software state.
*
* Copyright (C) 1997 Eddie C. Dost (ecd@skynet.be)

View File

@ -1,4 +1,4 @@
/* $Id: ecc.h,v 1.3 1996/04/25 06:12:57 davem Exp $
/*
* ecc.h: Definitions and defines for the external cache/memory
* controller on the sun4m.
*

View File

@ -1,4 +1,4 @@
/* $Id: eeprom.h,v 1.3 1995/11/25 02:31:38 davem Exp $
/*
* eeprom.h: Definitions for the Sun eeprom.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,3 @@
/* $Id: elf.h,v 1.22 2000/07/12 01:27:08 davem Exp $ */
#ifndef __ASMSPARC_ELF_H
#define __ASMSPARC_ELF_H

View File

@ -1,4 +1,3 @@
/* $Id: fcntl.h,v 1.16 2001/09/20 00:35:33 davem Exp $ */
#ifndef _SPARC_FCNTL_H
#define _SPARC_FCNTL_H

View File

@ -1,4 +1,3 @@
/* $Id: head.h,v 1.39 2000/05/26 22:18:45 ecd Exp $ */
#ifndef __SPARC_HEAD_H
#define __SPARC_HEAD_H

View File

@ -1,4 +1,4 @@
/* $Id: idprom.h,v 1.6 1996/08/04 10:35:07 ecd Exp $
/*
* idprom.h: Macros and defines for idprom routines
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,6 +1,3 @@
/*
* $Id: io.h,v 1.30 2001/12/21 01:23:21 davem Exp $
*/
#ifndef __SPARC_IO_H
#define __SPARC_IO_H

View File

@ -1,4 +1,3 @@
/* $Id: ioctl.h,v 1.6 1999/12/01 23:58:36 davem Exp $ */
#ifndef _SPARC_IOCTL_H
#define _SPARC_IOCTL_H

View File

@ -1,4 +1,4 @@
/* $Id: kdebug.h,v 1.11 2000/06/04 06:23:53 anton Exp $
/*
* kdebug.h: Defines and definitions for debugging the Linux kernel
* under various kernel debuggers.
*

View File

@ -1,4 +1,4 @@
/* $Id: machines.h,v 1.4 1995/11/25 02:31:58 davem Exp $
/*
* machines.h: Defines for taking apart the machine type value in the
* idprom and determining the kind of machine we are on.
*

View File

@ -1,4 +1,4 @@
/* $Id: mbus.h,v 1.9 1997/06/24 15:48:12 jj Exp $
/*
* mbus.h: Various defines for MBUS modules.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,3 @@
/* $Id: memreg.h,v 1.8 1996/08/29 09:48:23 davem Exp $ */
#ifndef _SPARC_MEMREG_H
#define _SPARC_MEMREG_H
/* memreg.h: Definitions of the values found in the synchronous

View File

@ -1,4 +1,3 @@
/* $Id: mman.h,v 1.9 2000/03/15 02:44:23 davem Exp $ */
#ifndef __SPARC_MMAN_H__
#define __SPARC_MMAN_H__

View File

@ -1,4 +1,4 @@
/* $Id: mostek.h,v 1.13 2001/01/11 15:07:09 davem Exp $
/*
* mostek.h: Describes the various Mostek time of day clock registers.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: mpmbox.h,v 1.4 1996/04/25 06:13:19 davem Exp $
/*
* mpmbox.h: Interface and defines for the OpenProm mailbox
* facilities for MP machines under Linux.
*

View File

@ -1,4 +1,4 @@
/* $Id: msi.h,v 1.3 1996/08/29 09:48:25 davem Exp $
/*
* msi.h: Defines specific to the MBus - Sbus - Interface.
*
* Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: mxcc.h,v 1.7 1997/04/20 14:11:46 ecd Exp $
/*
* mxcc.h: Definitions of the Viking MXCC registers
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: namei.h,v 1.16 2000/04/13 00:55:54 davem Exp $
/*
* linux/include/asm-sparc/namei.h
*
* Routines to handle famous /usr/gnemul/s*.

View File

@ -1,4 +1,4 @@
/* $Id: obio.h,v 1.4 1998/03/09 14:04:55 jj Exp $
/*
* obio.h: Some useful locations in 0xFXXXXXXXX PA obio space on sun4d.
*
* Copyright (C) 1997 Jakub Jelinek <jj@sunsite.mff.cuni.cz>

View File

@ -1,4 +1,3 @@
/* $Id: openprom.h,v 1.24 2000/06/04 06:23:53 anton Exp $ */
#ifndef __SPARC_OPENPROM_H
#define __SPARC_OPENPROM_H

View File

@ -1,4 +1,4 @@
/* $Id: oplib.h,v 1.23 2001/12/21 00:54:31 davem Exp $
/*
* oplib.h: Describes the interface and available routines in the
* Linux Prom library.
*

View File

@ -1,4 +1,4 @@
/* $Id: page.h,v 1.55 2000/10/30 21:01:41 davem Exp $
/*
* page.h: Various defines and such for MMU operations on the Sparc for
* the Linux kernel.
*

View File

@ -1,4 +1,3 @@
/* $Id: param.h,v 1.4 2000/10/30 21:01:41 davem Exp $ */
#ifndef _ASMSPARC_PARAM_H
#define _ASMSPARC_PARAM_H

View File

@ -1,4 +1,4 @@
/* $Id: pbm.h,v 1.3 1999/12/20 17:06:35 zaitcev Exp $
/*
*
* pbm.h: PCI bus module pseudo driver software state
* Adopted from sparc64 by V. Roganov and G. Raiko

View File

@ -1,4 +1,4 @@
/* $Id: pcic.h,v 1.4 1999/11/17 07:34:20 zaitcev Exp $
/*
* pcic.h: JavaEngine 1 specific PCI definitions.
*
* Copyright (C) 1998 V. Roganov and G. Raiko

View File

@ -1,4 +1,3 @@
/* $Id: pgalloc.h,v 1.16 2001/12/21 04:56:17 davem Exp $ */
#ifndef _SPARC_PGALLOC_H
#define _SPARC_PGALLOC_H

View File

@ -1,4 +1,3 @@
/* $Id: pgtable.h,v 1.110 2001/12/21 04:56:17 davem Exp $ */
#ifndef _SPARC_PGTABLE_H
#define _SPARC_PGTABLE_H

View File

@ -1,4 +1,4 @@
/* $Id: pgtsrmmu.h,v 1.31 2000/07/16 21:48:52 anton Exp $
/*
* pgtsrmmu.h: SRMMU page table defines and code.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: pgtsun4.h,v 1.5 2000/06/05 06:08:46 anton Exp $
/*
* pgtsun4.h: Sun4 specific pgtable.h defines and code.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@ -1,4 +1,4 @@
/* $Id: pgtsun4c.h,v 1.37 2000/06/05 06:08:46 anton Exp $
/*
* pgtsun4c.h: Sun4c specific pgtable.h defines and code.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

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