From: Jun S. <ju...@us...> - 2001-10-07 16:57:23
|
Update of /cvsroot/linux-mips/linux/include/asm-mips/vr4181 In directory usw-pr-cvs1:/tmp/cvs-serv4535/include/asm-mips/vr4181 Modified Files: irq.h vr4181.h Log Message: Update Osprey code. Sync up with OSS CVS tree. Index: irq.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips/vr4181/irq.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- irq.h 2001/09/27 23:59:15 1.1 +++ irq.h 2001/10/07 16:57:20 1.2 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999 by Michael Klar + * Macros for vr4181 IRQ numbers. * * Copyright (C) 2001 MontaVista Software Inc. * Author: Jun Sun, js...@mv... or js...@ju... @@ -120,4 +120,3 @@ #define VR4181_IRQ_MAX (VR4181_IRQ_BASE + VR4181_NUM_CPU_IRQ + \ VR4181_NUM_SYS_IRQ + VR4181_NUM_GPIO_IRQ) - Index: vr4181.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips/vr4181/vr4181.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- vr4181.h 2001/09/27 23:59:15 1.2 +++ vr4181.h 2001/10/07 16:57:20 1.3 @@ -1,14 +1,16 @@ -/* $Id$ - * +/* * 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 * for more details. * * Copyright (C) 1999 by Michael Klar - * Copyright (C) 2001 Monta Vista Software, js...@mv... + * + * Copyright 2001 MontaVista Software Inc. + * Author: js...@mv... or js...@ju... + * */ -#ifndef __ASM_MIPS_VR4181_H -#define __ASM_MIPS_VR4181_H +#ifndef __ASM_VR4181_VR4181_H +#define __ASM_VR4181_VR4181_H #include <asm/addrspace.h> @@ -408,4 +410,4 @@ #define VR4181_PORT_BASE (KSEG1 + VR4181_ISA_IO) #define VR4181_ISAMEM_BASE (KSEG1 + VR4181_ISA_MEM) -#endif /* __ASM_MIPS_VR4181_H */ +#endif /* __ASM_VR4181_VR4181_H */ |