Update of /cvsroot/linux-mips/linux/arch/mips/kernel
In directory usw-pr-cvs1:/tmp/cvs-serv11663
Modified Files:
smp.c
Log Message:
Copyright notice stuff.
Index: smp.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/kernel/smp.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- smp.c 2001/10/09 21:37:55 1.3
+++ smp.c 2001/10/11 22:17:20 1.4
@@ -1,10 +1,5 @@
/*
- *
- * arch/mips/kernel/smp.c
- *
- * Copyright (C) 2000 Sibyte
- *
- * Written by Justin Carlson (ca...@si...)
+ * Copyright (C) 2000, 2001 Broadcom Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -19,8 +14,8 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
*/
+
#include <linux/config.h>
#include <linux/init.h>
#include <linux/spinlock.h>
|