From owner-linux-cvs@oss.sgi.com Mon Jul  1 05:34:07 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g61CY6nC001228
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 1 Jul 2002 05:34:07 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g61CY60R001227
	for linux-cvs-outgoing; Mon, 1 Jul 2002 05:34:06 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from dvmwest.gt.owl.de (dvmwest.gt.owl.de [62.52.24.140])
	by oss.sgi.com (8.12.3/8.12.3) with SMTP id g61CXtnC001211;
	Mon, 1 Jul 2002 05:33:55 -0700
Received: by dvmwest.gt.owl.de (Postfix, from userid 1001)
	id 6F5B213373; Mon,  1 Jul 2002 14:37:44 +0200 (CEST)
Date: Mon, 1 Jul 2002 14:37:44 +0200
From: Jan-Benedict Glaw <jbglaw@lug-owl.de>
To: linux-cvs@oss.sgi.com
Cc: Ralf Baechle <ralf@oss.sgi.com>
Subject: Re: CVS Update@oss.sgi.com: linux
Message-ID: <20020701123744.GQ17216@lug-owl.de>
Mail-Followup-To: linux-cvs@oss.sgi.com,
	Ralf Baechle <ralf@oss.sgi.com>
References: <200207010005.g6105xIR027544@oss.sgi.com>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="wHwaWyh5/fUA7Dm/"
Content-Disposition: inline
In-Reply-To: <200207010005.g6105xIR027544@oss.sgi.com>
User-Agent: Mutt/1.4i
X-Operating-System: Linux mail 2.4.18 
X-Spam-Status: No, hits=-4.4 required=5.0 tests=IN_REP_TO version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk


--wHwaWyh5/fUA7Dm/
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sun, 2002-06-30 17:05:59 -0700, Ralf Baechle <ralf@oss.sgi.com>
wrote in message <200207010005.g6105xIR027544@oss.sgi.com>:
> CVSROOT:	/home/pub/cvs
> Module name:	linux
> Changes by:	ralf@oss.sgi.com	02/06/30 17:05:59
>=20
> Modified files:
> 	arch/mips/kernel: Tag: linux_2_4 traps.c=20

Does currently not compile:

void __die(const char * str, struct pt_regs * regs, const char * file,
           const char * func, unsigned long line)
{      =20
        console_verbose();
        spin_lock_irq(&die_lock);
        printk("%s", str);
        if (where)
            ^^^^^
                printk(" in %s:%s, line %ld", file, func, line);

MfG, JBG

--=20
Jan-Benedict Glaw   .   jbglaw@lug-owl.de   .   +49-172-7608481
	 -- New APT-Proxy written in shell script --
	   http://lug-owl.de/~jbglaw/software/ap2/

--wHwaWyh5/fUA7Dm/
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9IE0XHb1edYOZ4bsRAoj9AJ9cbq6z0sggM4v/A0riRYI1O7y3CQCfQ1hD
alAjjUZYfQOF9SiXAUbeVMM=
=uC4k
-----END PGP SIGNATURE-----

--wHwaWyh5/fUA7Dm/--


From owner-linux-cvs@oss.sgi.com Mon Jul  1 08:27:34 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g61FRYnC008384
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 1 Jul 2002 08:27:34 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g61FRYQu008383
	for linux-cvs-outgoing; Mon, 1 Jul 2002 08:27:34 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g61FRVnC008364
	for <linux-cvs@oss.sgi.com>; Mon, 1 Jul 2002 08:27:31 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g61FRVHM008362
	for linux-cvs@oss.sgi.com; Mon, 1 Jul 2002 08:27:31 -0700
Date: Mon, 1 Jul 2002 08:27:31 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207011527.g61FRVHM008362@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/01 08:27:31

Modified files:
	arch/mips/lib  : Tag: linux_2_4 strlen_user.S strnlen_user.S 
	arch/mips64/lib: Tag: linux_2_4 strlen_user.S strnlen_user.S 
	include/asm-mips64: Tag: linux_2_4 uaccess.h 

Log message:
	Various small bug fixes for the strlen_user functions family.


From owner-linux-cvs@oss.sgi.com Mon Jul  1 08:29:21 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g61FTLnC008502
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 1 Jul 2002 08:29:21 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g61FTLbV008501
	for linux-cvs-outgoing; Mon, 1 Jul 2002 08:29:21 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g61FTInC008492
	for <linux-cvs@oss.sgi.com>; Mon, 1 Jul 2002 08:29:18 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g61FTIvQ008490
	for linux-cvs@oss.sgi.com; Mon, 1 Jul 2002 08:29:18 -0700
Date: Mon, 1 Jul 2002 08:29:18 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207011529.g61FTIvQ008490@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/01 08:29:18

Modified files:
	arch/mips/lib  : strlen_user.S strnlen_user.S 
	arch/mips64/lib: strlen_user.S strnlen_user.S 
	include/asm-mips64: uaccess.h 

Log message:
	Various small bug fixes for the strlen_user functions family.


From owner-linux-cvs@oss.sgi.com Mon Jul  1 09:20:24 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g61GKOnC010474
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 1 Jul 2002 09:20:24 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g61GKOJI010473
	for linux-cvs-outgoing; Mon, 1 Jul 2002 09:20:24 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from sgi.com (sgi-too.SGI.COM [204.94.211.39])
	by oss.sgi.com (8.12.3/8.12.3) with SMTP id g61GKCnC010461;
	Mon, 1 Jul 2002 09:20:13 -0700
Received: from iris1.csv.ica.uni-stuttgart.de (iris1.csv.ica.uni-stuttgart.de [129.69.118.2]) 
	by sgi.com (980327.SGI.8.8.8-aspam/980304.SGI-aspam:
       SGI does not authorize the use of its proprietary
       systems or networks for unsolicited or bulk email
       from the Internet.) 
	via ESMTP id JAA09255; Mon, 1 Jul 2002 09:24:21 -0700 (PDT)
	mail_from (ica2_ts@csv.ica.uni-stuttgart.de)
Received: from rembrandt.csv.ica.uni-stuttgart.de ([129.69.118.42])
	by iris1.csv.ica.uni-stuttgart.de with esmtp (Exim 3.36 #2)
	id 17P3mQ-000uFR-00; Mon, 01 Jul 2002 18:11:58 +0200
Received: from ica2_ts by rembrandt.csv.ica.uni-stuttgart.de with local (Exim 3.35 #1 (Debian))
	id 17P3oe-0002tE-00; Mon, 01 Jul 2002 18:14:16 +0200
Date: Mon, 1 Jul 2002 18:14:16 +0200
To: Jan-Benedict Glaw <jbglaw@lug-owl.de>
Cc: linux-cvs@oss.sgi.com, Ralf Baechle <ralf@oss.sgi.com>
Subject: Re: CVS Update@oss.sgi.com: linux
Message-ID: <20020701161416.GA20466@rembrandt.csv.ica.uni-stuttgart.de>
References: <200207010005.g6105xIR027544@oss.sgi.com> <20020701123744.GQ17216@lug-owl.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20020701123744.GQ17216@lug-owl.de>
User-Agent: Mutt/1.3.28i
From: Thiemo Seufer <ica2_ts@csv.ica.uni-stuttgart.de>
X-Spam-Status: No, hits=-4.4 required=5.0 tests=IN_REP_TO version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

Jan-Benedict Glaw wrote:
[snip]
> > 	arch/mips/kernel: Tag: linux_2_4 traps.c 
> 
> Does currently not compile:
> 
> void __die(const char * str, struct pt_regs * regs, const char * file,
>            const char * func, unsigned long line)
> {       
>         console_verbose();
>         spin_lock_irq(&die_lock);
>         printk("%s", str);
>         if (where)
>             ^^^^^
>                 printk(" in %s:%s, line %ld", file, func, line);

Copy&Paste bug. This patch fixes it.


Thiemo


--- source-linux-orig/arch/mips/kernel/traps.c	Mon Jul  1 12:05:04 2002
+++ source-linux/arch/mips/kernel/traps.c	Mon Jul  1 18:09:19 2002
@@ -331,7 +330,7 @@ void __die(const char * str, struct pt_r
 	console_verbose();
 	spin_lock_irq(&die_lock);
 	printk("%s", str);
-	if (where)
+	if (file && func)
 		printk(" in %s:%s, line %ld", file, func, line);
 	printk(":\n");
 	show_registers(regs);


From owner-linux-cvs@oss.sgi.com Mon Jul  1 12:00:19 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g61J0JnC015899
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 1 Jul 2002 12:00:19 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g61J0JeI015898
	for linux-cvs-outgoing; Mon, 1 Jul 2002 12:00:19 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g61J0GnC015885
	for <linux-cvs@oss.sgi.com>; Mon, 1 Jul 2002 12:00:16 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g61J0Gv6015883
	for linux-cvs@oss.sgi.com; Mon, 1 Jul 2002 12:00:16 -0700
Date: Mon, 1 Jul 2002 12:00:16 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207011900.g61J0Gv6015883@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/01 12:00:16

Modified files:
	include/asm-mips: asmmacro.h 
	include/asm-mips64: asmmacro.h 

Log message:
	Assemble code of FPU_ENABLE_HAZARD in noreorder mode.


From owner-linux-cvs@oss.sgi.com Mon Jul  1 12:00:31 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g61J0UnC015943
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 1 Jul 2002 12:00:30 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g61J0UFA015942
	for linux-cvs-outgoing; Mon, 1 Jul 2002 12:00:30 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g61J0SnC015929
	for <linux-cvs@oss.sgi.com>; Mon, 1 Jul 2002 12:00:28 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g61J0SA3015926
	for linux-cvs@oss.sgi.com; Mon, 1 Jul 2002 12:00:28 -0700
Date: Mon, 1 Jul 2002 12:00:28 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207011900.g61J0SA3015926@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/01 12:00:28

Modified files:
	include/asm-mips: Tag: linux_2_4 asmmacro.h 
	include/asm-mips64: Tag: linux_2_4 asmmacro.h 

Log message:
	Assemble code of FPU_ENABLE_HAZARD in noreorder mode.


From owner-linux-cvs@oss.sgi.com Mon Jul  1 13:01:29 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g61K1TnC018289
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 1 Jul 2002 13:01:29 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g61K1Sq8018287
	for linux-cvs-outgoing; Mon, 1 Jul 2002 13:01:28 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g61K1PnC018262
	for <linux-cvs@oss.sgi.com>; Mon, 1 Jul 2002 13:01:25 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g61K1PpD018260
	for linux-cvs@oss.sgi.com; Mon, 1 Jul 2002 13:01:25 -0700
Date: Mon, 1 Jul 2002 13:01:25 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207012001.g61K1PpD018260@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/01 13:01:25

Modified files:
	drivers/net    : meth.c meth.h 

Log message:
	Meth updates.


From owner-linux-cvs@oss.sgi.com Mon Jul  1 13:01:29 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g61K1TnC018290
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 1 Jul 2002 13:01:29 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g61K1TLt018288
	for linux-cvs-outgoing; Mon, 1 Jul 2002 13:01:29 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g61K1QnC018277
	for <linux-cvs@oss.sgi.com>; Mon, 1 Jul 2002 13:01:26 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g61K1QTg018275
	for linux-cvs@oss.sgi.com; Mon, 1 Jul 2002 13:01:26 -0700
Date: Mon, 1 Jul 2002 13:01:26 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207012001.g61K1QTg018275@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/01 13:01:26

Modified files:
	drivers/net    : Tag: linux_2_4 meth.c meth.h 

Log message:
	Meth updates.


From owner-linux-cvs@oss.sgi.com Mon Jul  1 13:43:15 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g61KhFnC019633
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 1 Jul 2002 13:43:15 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g61KhFDI019632
	for linux-cvs-outgoing; Mon, 1 Jul 2002 13:43:15 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g61KhCnC019616
	for <linux-cvs@oss.sgi.com>; Mon, 1 Jul 2002 13:43:12 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g61KhCrc019614
	for linux-cvs@oss.sgi.com; Mon, 1 Jul 2002 13:43:12 -0700
Date: Mon, 1 Jul 2002 13:43:12 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207012043.g61KhCrc019614@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.1 required=5.0 tests=PORN_10 version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/01 13:43:12

Modified files:
	drivers/char   : sb1250_duart.c 
	include/asm-mips/sibyte: sb1250_uart.h 
	include/asm-mips64/sibyte: sb1250_uart.h 

Log message:
	SB1xxx DUART driver updates.


From owner-linux-cvs@oss.sgi.com Mon Jul  1 13:45:43 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g61KjhnC019764
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 1 Jul 2002 13:45:43 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g61Kjhek019763
	for linux-cvs-outgoing; Mon, 1 Jul 2002 13:45:43 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g61KjdnC019748
	for <linux-cvs@oss.sgi.com>; Mon, 1 Jul 2002 13:45:39 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g61KjdpN019746
	for linux-cvs@oss.sgi.com; Mon, 1 Jul 2002 13:45:39 -0700
Date: Mon, 1 Jul 2002 13:45:39 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207012045.g61KjdpN019746@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.1 required=5.0 tests=PORN_10 version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/01 13:45:39

Modified files:
	drivers/char   : Tag: linux_2_4 Config.in sb1250_duart.c 
	include/asm-mips/sibyte: Tag: linux_2_4 sb1250_uart.h 
	include/asm-mips64/sibyte: Tag: linux_2_4 sb1250_uart.h 

Log message:
	SB1xxx DUART driver updates.


From owner-linux-cvs@oss.sgi.com Mon Jul  1 14:15:50 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g61LFonC020129
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 1 Jul 2002 14:15:50 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g61LFow6020128
	for linux-cvs-outgoing; Mon, 1 Jul 2002 14:15:50 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g61LFlnC020119
	for <linux-cvs@oss.sgi.com>; Mon, 1 Jul 2002 14:15:47 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g61LFl4H020117
	for linux-cvs@oss.sgi.com; Mon, 1 Jul 2002 14:15:47 -0700
Date: Mon, 1 Jul 2002 14:15:47 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207012115.g61LFl4H020117@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/01 14:15:47

Modified files:
	drivers/char   : Config.in sb1250_duart.c 

Log message:
	Lost bits from previous commit.


From owner-linux-cvs@oss.sgi.com Mon Jul  1 17:04:04 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62044nC021807
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 1 Jul 2002 17:04:04 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62044Ii021806
	for linux-cvs-outgoing; Mon, 1 Jul 2002 17:04:04 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62042nC021797
	for <linux-cvs@oss.sgi.com>; Mon, 1 Jul 2002 17:04:02 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62042n7021795
	for linux-cvs@oss.sgi.com; Mon, 1 Jul 2002 17:04:02 -0700
Date: Mon, 1 Jul 2002 17:04:02 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207020004.g62042n7021795@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/01 17:04:02

Modified files:
	arch/mips64/mm : loadmmu.c 
	include/asm-mips64: pgtable.h 

Log message:
	Update from 2.4.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 04:21:00 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BL0nC017480
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 04:21:00 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62BL0XU017479
	for linux-cvs-outgoing; Tue, 2 Jul 2002 04:21:00 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BKvnC017454
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 04:20:57 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62BKubI017452
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 04:20:56 -0700
Date: Tue, 2 Jul 2002 04:20:56 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021120.g62BKubI017452@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 04:20:56

Modified files:
	arch/mips64/mm : Tag: linux_2_4 init.c 

Log message:
	Reformat same as 32-bit kernel.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 04:21:00 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BL0nC017487
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 04:21:00 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62BL0bf017486
	for linux-cvs-outgoing; Tue, 2 Jul 2002 04:21:00 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BKwnC017469
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 04:20:58 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62BKwLY017467
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 04:20:58 -0700
Date: Tue, 2 Jul 2002 04:20:58 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021120.g62BKwLY017467@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 04:20:58

Modified files:
	arch/mips64/mm : init.c 

Log message:
	Reformat same as 32-bit kernel.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 04:44:26 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BiQnC018250
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 04:44:26 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62BiQvf018249
	for linux-cvs-outgoing; Tue, 2 Jul 2002 04:44:26 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BiMnC018221
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 04:44:22 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62BiMuT018219
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 04:44:22 -0700
Date: Tue, 2 Jul 2002 04:44:22 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021144.g62BiMuT018219@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 04:44:22

Modified files:
	arch/mips/sgi-ip22: Tag: linux_2_4 ip22-irq.S 
	arch/mips64/tools: Tag: linux_2_4 offset.c 

Log message:
	Some finetuning of IP22 interrupt handlers.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 04:44:29 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BiTnC018271
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 04:44:29 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62BiTNx018270
	for linux-cvs-outgoing; Tue, 2 Jul 2002 04:44:29 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BiNnC018239
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 04:44:23 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62BiNHB018237
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 04:44:23 -0700
Date: Tue, 2 Jul 2002 04:44:23 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021144.g62BiNHB018237@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 04:44:23

Modified files:
	arch/mips/sgi-ip22: ip22-irq.S 
	arch/mips64/tools: offset.c 

Log message:
	Some finetuning of IP22 interrupt handlers.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 04:46:35 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BkZnC018396
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 04:46:35 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62BkZpk018395
	for linux-cvs-outgoing; Tue, 2 Jul 2002 04:46:35 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BkWnC018370
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 04:46:32 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62BkWcW018368
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 04:46:32 -0700
Date: Tue, 2 Jul 2002 04:46:32 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021146.g62BkWcW018368@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 04:46:32

Modified files:
	arch/mips/sgi-ip22: Tag: linux_2_4 ip22-sc.c 

Log message:
	Cosmetic fixes.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 04:46:36 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BkanC018410
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 04:46:36 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62Bkal2018409
	for linux-cvs-outgoing; Tue, 2 Jul 2002 04:46:36 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BkYnC018386
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 04:46:34 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62BkY4Y018384
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 04:46:34 -0700
Date: Tue, 2 Jul 2002 04:46:34 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021146.g62BkY4Y018384@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 04:46:34

Modified files:
	arch/mips/sgi-ip22: ip22-sc.c 

Log message:
	Cosmetic fixes.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 04:47:58 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BlwnC018512
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 04:47:58 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62BlwgP018511
	for linux-cvs-outgoing; Tue, 2 Jul 2002 04:47:58 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BlunC018502
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 04:47:56 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62Blu7O018500
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 04:47:56 -0700
Date: Tue, 2 Jul 2002 04:47:56 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021147.g62Blu7O018500@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 04:47:56

Modified files:
	arch/mips/sgi-ip22: Tag: linux_2_4 ip22-mc.c 

Log message:
	Eleminate warnings if DEBUG_SGIMC defined.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 04:48:01 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62Bm1nC018554
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 04:48:01 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62Bm1cH018553
	for linux-cvs-outgoing; Tue, 2 Jul 2002 04:48:01 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BlxnC018528
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 04:47:59 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62BlxqY018524
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 04:47:59 -0700
Date: Tue, 2 Jul 2002 04:47:59 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021147.g62BlxqY018524@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 04:47:59

Modified files:
	arch/mips/sgi-ip22: ip22-mc.c 

Log message:
	Eleminate warnings if DEBUG_SGIMC defined.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 04:50:19 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BoJnC018687
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 04:50:19 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62BoJYR018684
	for linux-cvs-outgoing; Tue, 2 Jul 2002 04:50:19 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BoGnC018652
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 04:50:16 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62BoG5g018650
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 04:50:16 -0700
Date: Tue, 2 Jul 2002 04:50:16 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021150.g62BoG5g018650@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 04:50:16

Modified files:
	arch/mips64/arc: Tag: linux_2_4 identify.c 

Log message:
	Typo fix and paranoia setting for iname.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 04:50:20 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BoKnC018699
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 04:50:20 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62BoK8F018697
	for linux-cvs-outgoing; Tue, 2 Jul 2002 04:50:20 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BoInC018671
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 04:50:18 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62BoIhS018669
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 04:50:18 -0700
Date: Tue, 2 Jul 2002 04:50:18 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021150.g62BoIhS018669@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 04:50:18

Modified files:
	arch/mips64/arc: identify.c 

Log message:
	Typo fix and paranoia setting for iname.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 04:52:29 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BqTnC018841
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 04:52:29 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62BqSw5018835
	for linux-cvs-outgoing; Tue, 2 Jul 2002 04:52:28 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BqQnC018816
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 04:52:26 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62BqQnf018814
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 04:52:26 -0700
Date: Tue, 2 Jul 2002 04:52:26 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021152.g62BqQnf018814@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 04:52:26

Modified files:
	arch/mips/sgi-ip22: Tag: linux_2_4 ip22-system.c 

Log message:
	Zap another bunch of warnings.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 04:52:31 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BqVnC018860
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 04:52:31 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62BqVqD018859
	for linux-cvs-outgoing; Tue, 2 Jul 2002 04:52:31 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BqSnC018832
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 04:52:28 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62BqS8o018830
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 04:52:28 -0700
Date: Tue, 2 Jul 2002 04:52:28 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021152.g62BqS8o018830@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 04:52:28

Modified files:
	arch/mips/sgi-ip22: ip22-system.c 

Log message:
	Zap another bunch of warnings.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 04:54:36 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BsanC019138
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 04:54:36 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62BsaG2019137
	for linux-cvs-outgoing; Tue, 2 Jul 2002 04:54:36 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BsYnC019108
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 04:54:34 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62BsYxh019106
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 04:54:34 -0700
Date: Tue, 2 Jul 2002 04:54:34 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021154.g62BsYxh019106@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 04:54:34

Modified files:
	arch/mips/sgi-ip22: Tag: linux_2_4 ip22-time.c 

Log message:
	Fix dosampe() to work 64-bit also.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 04:54:38 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BscnC019155
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 04:54:38 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62BscZS019154
	for linux-cvs-outgoing; Tue, 2 Jul 2002 04:54:38 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62BsanC019129
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 04:54:36 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62Bsa7r019127
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 04:54:36 -0700
Date: Tue, 2 Jul 2002 04:54:36 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021154.g62Bsa7r019127@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 04:54:35

Modified files:
	arch/mips/sgi-ip22: ip22-time.c 

Log message:
	Fix dosampe() to work 64-bit also.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 05:00:08 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62C08nC019364
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 05:00:08 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62C07BV019363
	for linux-cvs-outgoing; Tue, 2 Jul 2002 05:00:07 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62C05nC019351
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 05:00:05 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62C05ZS019349
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 05:00:05 -0700
Date: Tue, 2 Jul 2002 05:00:05 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021200.g62C05ZS019349@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 05:00:05

Modified files:
	arch/mips/kernel: traps.c 
	arch/mips64/kernel: traps.c 
	include/asm-mips: system.h 
	include/asm-mips64: system.h 

Log message:
	Synchronize 32-bit and 64-bit kernel code a bit.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 05:00:12 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62C0CnC019420
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 05:00:12 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62C0CqE019417
	for linux-cvs-outgoing; Tue, 2 Jul 2002 05:00:12 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62C0AnC019390
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 05:00:10 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62C09IZ019388
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 05:00:09 -0700
Date: Tue, 2 Jul 2002 05:00:09 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021200.g62C09IZ019388@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 05:00:09

Modified files:
	arch/mips/kernel: Tag: linux_2_4 traps.c 
	arch/mips64/kernel: Tag: linux_2_4 traps.c 
	include/asm-mips: Tag: linux_2_4 system.h 
	include/asm-mips64: Tag: linux_2_4 system.h 

Log message:
	Synchronize 32-bit and 64-bit kernel code a bit.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 05:02:02 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62C22nC019569
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 05:02:02 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62C22QP019568
	for linux-cvs-outgoing; Tue, 2 Jul 2002 05:02:02 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62C20nC019542
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 05:02:00 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62C20mO019540
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 05:02:00 -0700
Date: Tue, 2 Jul 2002 05:02:00 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021202.g62C20mO019540@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 05:02:00

Modified files:
	arch/mips/sgi-ip22: Tag: linux_2_4 ip22-int.c 

Log message:
	Don't include <asm/gdb-stub.h>.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 05:02:04 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62C24nC019584
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 05:02:04 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62C246x019583
	for linux-cvs-outgoing; Tue, 2 Jul 2002 05:02:04 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62C21nC019558
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 05:02:01 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62C21m1019556
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 05:02:01 -0700
Date: Tue, 2 Jul 2002 05:02:01 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021202.g62C21m1019556@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 05:02:01

Modified files:
	arch/mips/sgi-ip22: ip22-int.c 

Log message:
	Don't include <asm/gdb-stub.h>.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 05:08:06 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62C86nC019927
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 05:08:06 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62C86FC019926
	for linux-cvs-outgoing; Tue, 2 Jul 2002 05:08:06 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62C82nC019901
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 05:08:02 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62C82og019899
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 05:08:02 -0700
Date: Tue, 2 Jul 2002 05:08:02 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021208.g62C82og019899@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 05:08:02

Modified files:
	arch/mips/kernel: Tag: linux_2_4 scall_o32.S 

Log message:
	Shift the right register in syscall handler ...


From owner-linux-cvs@oss.sgi.com Tue Jul  2 05:08:09 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62C89nC019945
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 05:08:09 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62C89eJ019944
	for linux-cvs-outgoing; Tue, 2 Jul 2002 05:08:09 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62C83nC019916
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 05:08:03 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62C83wW019914
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 05:08:03 -0700
Date: Tue, 2 Jul 2002 05:08:03 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021208.g62C83wW019914@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 05:08:03

Modified files:
	arch/mips/kernel: scall_o32.S 

Log message:
	Shift the right register in syscall handler ...


From owner-linux-cvs@oss.sgi.com Tue Jul  2 05:29:42 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62CTgnC020598
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 05:29:42 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62CTgxk020591
	for linux-cvs-outgoing; Tue, 2 Jul 2002 05:29:42 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62CTcnC020568
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 05:29:38 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62CTc4B020565
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 05:29:38 -0700
Date: Tue, 2 Jul 2002 05:29:38 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021229.g62CTc4B020565@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 05:29:37

Modified files:
	arch/mips/tools: Tag: linux_2_4 Makefile 

Log message:
	Sync 32-bit and 64-bit version of Makefile a bit more.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 05:29:44 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62CTinC020613
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 05:29:44 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62CTiJI020612
	for linux-cvs-outgoing; Tue, 2 Jul 2002 05:29:44 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62CTfnC020589
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 05:29:41 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62CTfth020587
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 05:29:41 -0700
Date: Tue, 2 Jul 2002 05:29:41 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021229.g62CTfth020587@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 05:29:41

Modified files:
	arch/mips/tools: Makefile 

Log message:
	Sync 32-bit and 64-bit version of Makefile a bit more.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 05:54:26 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62CsQnC021393
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 05:54:26 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62CsQ2R021392
	for linux-cvs-outgoing; Tue, 2 Jul 2002 05:54:26 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62CsMnC021377
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 05:54:23 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62CsMuR021375
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 05:54:22 -0700
Date: Tue, 2 Jul 2002 05:54:22 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021254.g62CsMuR021375@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 05:54:22

Added files:
	include/asm-mips64/sgi: sgigio.h 

Log message:
	Copy from 32-bit code.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 05:55:08 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62Ct8nC021480
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 05:55:08 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62Ct89D021479
	for linux-cvs-outgoing; Tue, 2 Jul 2002 05:55:08 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62Ct6nC021470
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 05:55:06 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62Ct6do021468
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 05:55:06 -0700
Date: Tue, 2 Jul 2002 05:55:06 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021255.g62Ct6do021468@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 05:55:06

Added files:
	include/asm-mips64/sgi: Tag: linux_2_4 sgigio.h 

Log message:
	Copy from 32-bit code.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 06:04:30 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62D4UnC022002
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 06:04:30 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62D4UR9022001
	for linux-cvs-outgoing; Tue, 2 Jul 2002 06:04:30 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62D4QnC021992
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 06:04:26 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62D4Q5Y021990
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 06:04:26 -0700
Date: Tue, 2 Jul 2002 06:04:26 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021304.g62D4Q5Y021990@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 06:04:26

Modified files:
	arch/mips/tools: offset.c 
	arch/mips64    : Makefile 
	arch/mips64/kernel: head.S 
	arch/mips64/mm : init.c 
	arch/mips64/sgi-ip27: ip27-memory.c 
	include/asm-mips64: pgalloc.h pgtable.h 
Removed files:
	arch/mips64/tools: .cvsignore Makefile offset.c 

Log message:
	Share arch/mips/tools/ between 32-bit and 64-bit kernels.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 06:04:35 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62D4ZnC022061
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 06:04:35 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62D4ZVC022060
	for linux-cvs-outgoing; Tue, 2 Jul 2002 06:04:35 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62D4WnC022038
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 06:04:32 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62D4WSZ022035
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 06:04:32 -0700
Date: Tue, 2 Jul 2002 06:04:32 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021304.g62D4WSZ022035@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 06:04:32

Modified files:
	arch/mips/tools: Tag: linux_2_4 offset.c 
	arch/mips64    : Tag: linux_2_4 Makefile 
	arch/mips64/kernel: Tag: linux_2_4 head.S 
	arch/mips64/mm : Tag: linux_2_4 init.c 
	arch/mips64/sgi-ip27: Tag: linux_2_4 ip27-memory.c 
	include/asm-mips64: Tag: linux_2_4 pgalloc.h pgtable.h 
Removed files:
	arch/mips64/tools: Tag: linux_2_4 .cvsignore Makefile offset.c 

Log message:
	Share arch/mips/tools/ between 32-bit and 64-bit kernels.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 06:08:23 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62D8NnC022296
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 06:08:23 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62D8NU2022295
	for linux-cvs-outgoing; Tue, 2 Jul 2002 06:08:23 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62D8KnC022286
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 06:08:21 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62D8Kaf022284
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 06:08:20 -0700
Date: Tue, 2 Jul 2002 06:08:20 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021308.g62D8Kaf022284@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 06:08:20

Modified files:
	include/asm-mips: Tag: linux_2_4 pci.h 
	include/asm-mips64: Tag: linux_2_4 pci.h 

Log message:
	Microfixes for PCI code.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 06:08:33 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62D8XnC022340
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 06:08:33 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62D8XBC022339
	for linux-cvs-outgoing; Tue, 2 Jul 2002 06:08:33 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g62D8UnC022330
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 06:08:30 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62D8UcZ022328
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 06:08:30 -0700
Date: Tue, 2 Jul 2002 06:08:30 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021308.g62D8UcZ022328@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 06:08:30

Modified files:
	include/asm-mips: pci.h 
	include/asm-mips64: pci.h 

Log message:
	Microfixes for PCI code.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 06:20:12 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.5) with ESMTP id g62DKCZO022940
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 06:20:12 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62DKCWt022939
	for linux-cvs-outgoing; Tue, 2 Jul 2002 06:20:12 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.5) with ESMTP id g62DK8ZO022919
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 06:20:08 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62DDsn9022595
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 06:13:54 -0700
Date: Tue, 2 Jul 2002 06:13:54 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021313.g62DDsn9022595@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 06:13:54

Modified files:
	arch/mips/arc  : arc_con.c console.c 
	arch/mips/sgi-ip22: ip22-setup.c 
	arch/mips64/arc: arc_con.c console.c 
	include/asm-mips: sgialib.h 
	include/asm-mips64: sgialib.h 

Log message:
	- prom_console_write now directly uses prom_console_write.
	- 32-bit and 64-bit versions synchronized.
	- New flag PROM_FLAG_USE_AS_CONSOLE which is set if console=g.  This
	eleminates duplicate lines on the serial console.
	- burn gfxinfo inquiry after CONFIG_SGI_NEWPORT_CONSOLE which
	would crash IP28 (Impact GFX).
	- intialize conswitchp for dummy_con.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 06:20:12 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.5) with ESMTP id g62DKCZO022942
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 06:20:12 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62DKCOg022941
	for linux-cvs-outgoing; Tue, 2 Jul 2002 06:20:12 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.5) with ESMTP id g62DK8ZQ022919
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 06:20:08 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62DGxic022758
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 06:16:59 -0700
Date: Tue, 2 Jul 2002 06:16:59 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021316.g62DGxic022758@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 06:16:59

Modified files:
	arch/mips/arc  : Tag: linux_2_4 arc_con.c console.c 
	arch/mips/sgi-ip22: Tag: linux_2_4 ip22-setup.c 
	arch/mips64/arc: Tag: linux_2_4 arc_con.c console.c 
	include/asm-mips: Tag: linux_2_4 sgialib.h 
	include/asm-mips64: Tag: linux_2_4 sgialib.h 

Log message:
	- prom_console_write now directly uses prom_console_write.
	- 32-bit and 64-bit versions synchronized.
	- New flag PROM_FLAG_USE_AS_CONSOLE which is set if console=g.  This
	eleminates duplicate lines on the serial console.
	- burn gfxinfo inquiry after CONFIG_SGI_NEWPORT_CONSOLE which
	would crash IP28 (Impact GFX).
	- intialize conswitchp for dummy_con.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 06:51:35 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.5) with ESMTP id g62DpZZO028621
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 06:51:35 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62DpZjR028620
	for linux-cvs-outgoing; Tue, 2 Jul 2002 06:51:35 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.5) with ESMTP id g62DpWZO028589
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 06:51:32 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62DpWof028587
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 06:51:32 -0700
Date: Tue, 2 Jul 2002 06:51:32 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021351.g62DpWof028587@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 06:51:31

Modified files:
	arch/mips/kernel: Tag: linux_2_4 traps.c 
	arch/mips64/kernel: Tag: linux_2_4 traps.c 
	include/asm-mips64: Tag: linux_2_4 system.h 

Log message:
	Synchronize 32/64 bit set_except_vector() implementations.


From owner-linux-cvs@oss.sgi.com Tue Jul  2 06:51:36 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.5) with ESMTP id g62DpaZO028628
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 2 Jul 2002 06:51:36 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62DpaCW028627
	for linux-cvs-outgoing; Tue, 2 Jul 2002 06:51:36 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.3/8.12.5) with ESMTP id g62DpXZO028611
	for <linux-cvs@oss.sgi.com>; Tue, 2 Jul 2002 06:51:33 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.3/8.12.3/Submit) id g62DpX2K028608
	for linux-cvs@oss.sgi.com; Tue, 2 Jul 2002 06:51:33 -0700
Date: Tue, 2 Jul 2002 06:51:33 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207021351.g62DpX2K028608@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/02 06:51:33

Modified files:
	arch/mips/kernel: traps.c 
	arch/mips64/kernel: traps.c 
	include/asm-mips64: system.h 

Log message:
	Synchronize 32/64 bit set_except_vector() implementations.


From owner-linux-cvs@oss.sgi.com Wed Jul  3 04:42:17 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g63BgHRw030311
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 3 Jul 2002 04:42:17 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g63BgHMC030310
	for linux-cvs-outgoing; Wed, 3 Jul 2002 04:42:17 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g63BgERw030301
	for <linux-cvs@oss.sgi.com>; Wed, 3 Jul 2002 04:42:14 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g63BgED8030299
	for linux-cvs@oss.sgi.com; Wed, 3 Jul 2002 04:42:14 -0700
Date: Wed, 3 Jul 2002 04:42:14 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207031142.g63BgED8030299@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/03 04:42:14

Modified files:
	include/asm-mips: mipsregs.h 

Log message:
	Put back inclusion of <asm/system.h>.


From owner-linux-cvs@oss.sgi.com Wed Jul  3 04:42:24 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g63BgORw030342
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 3 Jul 2002 04:42:24 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g63BgOAN030341
	for linux-cvs-outgoing; Wed, 3 Jul 2002 04:42:24 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g63BgLRw030328
	for <linux-cvs@oss.sgi.com>; Wed, 3 Jul 2002 04:42:21 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g63BgLQu030326
	for linux-cvs@oss.sgi.com; Wed, 3 Jul 2002 04:42:21 -0700
Date: Wed, 3 Jul 2002 04:42:21 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207031142.g63BgLQu030326@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/03 04:42:21

Modified files:
	include/asm-mips: Tag: linux_2_4 mipsregs.h 

Log message:
	Put back inclusion of <asm/system.h>.


From owner-linux-cvs@oss.sgi.com Wed Jul  3 04:51:45 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g63BpjRw030804
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 3 Jul 2002 04:51:45 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g63BpjNx030802
	for linux-cvs-outgoing; Wed, 3 Jul 2002 04:51:45 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g63BpfRw030777
	for <linux-cvs@oss.sgi.com>; Wed, 3 Jul 2002 04:51:41 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g63BpfSp030775
	for linux-cvs@oss.sgi.com; Wed, 3 Jul 2002 04:51:41 -0700
Date: Wed, 3 Jul 2002 04:51:41 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207031151.g63BpfSp030775@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/03 04:51:41

Modified files:
	arch/mips/sgi-ip22: ip22-setup.c 

Log message:
	Fix build if serial console disabled.


From owner-linux-cvs@oss.sgi.com Wed Jul  3 04:51:45 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g63BpjRw030805
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 3 Jul 2002 04:51:45 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g63BpjPx030803
	for linux-cvs-outgoing; Wed, 3 Jul 2002 04:51:45 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g63BpgRw030792
	for <linux-cvs@oss.sgi.com>; Wed, 3 Jul 2002 04:51:42 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g63BpgSF030790
	for linux-cvs@oss.sgi.com; Wed, 3 Jul 2002 04:51:42 -0700
Date: Wed, 3 Jul 2002 04:51:42 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207031151.g63BpgSF030790@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/03 04:51:42

Modified files:
	arch/mips/sgi-ip22: Tag: linux_2_4 ip22-setup.c 

Log message:
	Fix build if serial console disabled.


From owner-linux-cvs@oss.sgi.com Wed Jul  3 04:53:51 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g63BrpRw031008
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 3 Jul 2002 04:53:51 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g63BrpcX031007
	for linux-cvs-outgoing; Wed, 3 Jul 2002 04:53:51 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g63BrmRw030975
	for <linux-cvs@oss.sgi.com>; Wed, 3 Jul 2002 04:53:48 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g63BrmHN030973
	for linux-cvs@oss.sgi.com; Wed, 3 Jul 2002 04:53:48 -0700
Date: Wed, 3 Jul 2002 04:53:48 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207031153.g63BrmHN030973@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/03 04:53:48

Modified files:
	arch/mips      : Tag: linux_2_4 defconfig-atlas 
	arch/mips/mips-boards/atlas: Tag: linux_2_4 atlas_setup.c 
	arch/mips/mips-boards/generic: Tag: linux_2_4 mipsIRQ.S printf.c 
	arch/mips64    : Tag: linux_2_4 defconfig-atlas 

Log message:
	Atlas build fixes and defconfig updates.


From owner-linux-cvs@oss.sgi.com Wed Jul  3 04:53:53 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g63BrqRw031023
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 3 Jul 2002 04:53:52 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g63Brqae031021
	for linux-cvs-outgoing; Wed, 3 Jul 2002 04:53:52 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g63BroRw030998
	for <linux-cvs@oss.sgi.com>; Wed, 3 Jul 2002 04:53:50 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g63Broiu030995
	for linux-cvs@oss.sgi.com; Wed, 3 Jul 2002 04:53:50 -0700
Date: Wed, 3 Jul 2002 04:53:50 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207031153.g63Broiu030995@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/03 04:53:50

Modified files:
	arch/mips      : defconfig-atlas 
	arch/mips/mips-boards/atlas: atlas_setup.c 
	arch/mips/mips-boards/generic: mipsIRQ.S printf.c 

Log message:
	Atlas build fixes and defconfig updates.


From owner-linux-cvs@oss.sgi.com Thu Jul  4 04:05:07 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64B57Rw030941
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 04:05:07 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64B57Fw030940
	for linux-cvs-outgoing; Thu, 4 Jul 2002 04:05:07 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64B50Rw030920
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 04:05:01 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64B50Yi030918
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 04:05:00 -0700
Date: Thu, 4 Jul 2002 04:05:00 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207041105.g64B50Yi030918@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 04:05:00

Modified files:
	arch/mips/kernel: scall_o32.S 

Log message:
	Another wrong register bug in sys_syscall ...


From owner-linux-cvs@oss.sgi.com Thu Jul  4 04:05:32 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64B5WRw031003
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 04:05:32 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64B5WGk031002
	for linux-cvs-outgoing; Thu, 4 Jul 2002 04:05:32 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64B5TRw030993
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 04:05:29 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64B5TO9030991
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 04:05:29 -0700
Date: Thu, 4 Jul 2002 04:05:29 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207041105.g64B5TO9030991@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 04:05:29

Modified files:
	arch/mips/kernel: Tag: linux_2_4 scall_o32.S 

Log message:
	Another wrong register bug in sys_syscall ...


From owner-linux-cvs@oss.sgi.com Thu Jul  4 04:09:04 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64B94Rw031585
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 04:09:04 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64B94Yj031584
	for linux-cvs-outgoing; Thu, 4 Jul 2002 04:09:04 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64B91Rw031575
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 04:09:01 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64B91iQ031573
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 04:09:01 -0700
Date: Thu, 4 Jul 2002 04:09:01 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207041109.g64B91iQ031573@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 04:09:01

Modified files:
	arch/mips/au1000/common: serial.c 

Log message:
	Remove debug cruft.


From owner-linux-cvs@oss.sgi.com Thu Jul  4 04:09:07 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64B97Rw031626
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 04:09:07 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64B97fL031625
	for linux-cvs-outgoing; Thu, 4 Jul 2002 04:09:07 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64B95Rw031602
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 04:09:05 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64B95WB031600
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 04:09:05 -0700
Date: Thu, 4 Jul 2002 04:09:05 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207041109.g64B95WB031600@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 04:09:05

Modified files:
	arch/mips/au1000/common: Tag: linux_2_4 serial.c 

Log message:
	Remove debug cruft.


From owner-linux-cvs@oss.sgi.com Thu Jul  4 04:11:49 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64BBnRw031700
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 04:11:49 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64BBnRP031699
	for linux-cvs-outgoing; Thu, 4 Jul 2002 04:11:49 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64BBlRw031690
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 04:11:47 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64BBlKN031688
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 04:11:47 -0700
Date: Thu, 4 Jul 2002 04:11:47 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207041111.g64BBlKN031688@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 04:11:47

Modified files:
	arch/mips/au1000/pb1000: setup.c 
	arch/mips/au1000/pb1500: setup.c 

Log message:
	Define bus_error_init.


From owner-linux-cvs@oss.sgi.com Thu Jul  4 04:11:54 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64BBsRw031744
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 04:11:54 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64BBrul031743
	for linux-cvs-outgoing; Thu, 4 Jul 2002 04:11:53 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64BBpRw031721
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 04:11:51 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64BBp3I031719
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 04:11:51 -0700
Date: Thu, 4 Jul 2002 04:11:51 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207041111.g64BBp3I031719@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 04:11:51

Modified files:
	arch/mips/au1000/pb1000: Tag: linux_2_4 setup.c 
	arch/mips/au1000/pb1500: Tag: linux_2_4 setup.c 

Log message:
	Define bus_error_init.


From owner-linux-cvs@oss.sgi.com Thu Jul  4 04:20:47 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64BKlRw032651
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 04:20:47 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64BKlOP032650
	for linux-cvs-outgoing; Thu, 4 Jul 2002 04:20:47 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64BKiRw032625
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 04:20:44 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64BKiD1032623
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 04:20:44 -0700
Date: Thu, 4 Jul 2002 04:20:44 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207041120.g64BKiD1032623@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 04:20:44

Modified files:
	arch/mips/au1000/common: usbdev.c 

Log message:
	Au1000 USB updates.


From owner-linux-cvs@oss.sgi.com Thu Jul  4 04:20:48 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64BKmRw032662
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 04:20:48 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64BKm3w032661
	for linux-cvs-outgoing; Thu, 4 Jul 2002 04:20:48 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64BKjRw032641
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 04:20:45 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64BKjnZ032639
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 04:20:45 -0700
Date: Thu, 4 Jul 2002 04:20:45 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207041120.g64BKjnZ032639@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 04:20:45

Modified files:
	arch/mips/au1000/common: Tag: linux_2_4 usbdev.c 

Log message:
	Au1000 USB updates.


From owner-linux-cvs@oss.sgi.com Thu Jul  4 04:23:44 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64BNhRw032733
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 04:23:44 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64BNhQa032732
	for linux-cvs-outgoing; Thu, 4 Jul 2002 04:23:43 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64BNfRw032723
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 04:23:41 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64BNfrS032721
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 04:23:41 -0700
Date: Thu, 4 Jul 2002 04:23:41 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207041123.g64BNfrS032721@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 04:23:41

Modified files:
	arch/mips64    : config.in 

Log message:
	Remove bogus inclusion of lib/Config.in.


From owner-linux-cvs@oss.sgi.com Thu Jul  4 04:36:25 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64BaPRw002958
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 04:36:25 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64BaPpq002957
	for linux-cvs-outgoing; Thu, 4 Jul 2002 04:36:25 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64BaMRw002948
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 04:36:22 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64BaLvh002946
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 04:36:21 -0700
Date: Thu, 4 Jul 2002 04:36:21 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207041136.g64BaLvh002946@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 04:36:21

Modified files:
	arch/mips64/mm : loadmmu.c 
	include/asm-mips64: pgtable.h 

Log message:
	Define and declare _flush_cache_all also.


From owner-linux-cvs@oss.sgi.com Thu Jul  4 04:45:20 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64BjKRw003160
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 04:45:20 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64BjJK8003159
	for linux-cvs-outgoing; Thu, 4 Jul 2002 04:45:19 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64BjHRw003150
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 04:45:17 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64BjHwE003148
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 04:45:17 -0700
Date: Thu, 4 Jul 2002 04:45:17 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207041145.g64BjHwE003148@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 04:45:17

Modified files:
	drivers/sound  : au1000.c 

Log message:
	Au1000 sound updates.


From owner-linux-cvs@oss.sgi.com Thu Jul  4 04:45:24 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64BjORw003194
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 04:45:24 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64BjOuA003193
	for linux-cvs-outgoing; Thu, 4 Jul 2002 04:45:24 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64BjMRw003181
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 04:45:22 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64BjMX6003179
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 04:45:22 -0700
Date: Thu, 4 Jul 2002 04:45:22 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207041145.g64BjMX6003179@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 04:45:22

Modified files:
	drivers/sound  : Tag: linux_2_4 au1000.c 

Log message:
	Au1000 sound updates.


From owner-linux-cvs@oss.sgi.com Thu Jul  4 04:47:18 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64BlIRw003280
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 04:47:18 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64BlIrT003279
	for linux-cvs-outgoing; Thu, 4 Jul 2002 04:47:18 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64BlGRw003270
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 04:47:16 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64BlG2a003268
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 04:47:16 -0700
Date: Thu, 4 Jul 2002 04:47:16 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207041147.g64BlG2a003268@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 04:47:16

Modified files:
	arch/mips/au1000/pb1000: Tag: linux_2_4 setup.c 

Log message:
	Misc small fixes for Pb1000.


From owner-linux-cvs@oss.sgi.com Thu Jul  4 04:47:21 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64BlLRw003324
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 04:47:21 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64BlLHZ003323
	for linux-cvs-outgoing; Thu, 4 Jul 2002 04:47:21 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64BlIRw003291
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 04:47:18 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64BlIQl003287
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 04:47:18 -0700
Date: Thu, 4 Jul 2002 04:47:18 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207041147.g64BlIQl003287@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 04:47:18

Modified files:
	arch/mips/au1000/pb1000: setup.c 

Log message:
	Misc small fixes for Pb1000.


From owner-linux-cvs@oss.sgi.com Thu Jul  4 04:53:06 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64Br6Rw003778
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 04:53:06 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64Br6a2003777
	for linux-cvs-outgoing; Thu, 4 Jul 2002 04:53:06 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64Br3Rw003749
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 04:53:03 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64Br3mw003747
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 04:53:03 -0700
Date: Thu, 4 Jul 2002 04:53:03 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207041153.g64Br3mw003747@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 04:53:03

Modified files:
	arch/mips/au1000/common: dma.c 
	include/asm-mips: au1000_dma.h 

Log message:
	Update Au1000 DMA code.


From owner-linux-cvs@oss.sgi.com Thu Jul  4 04:53:07 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64Br7Rw003785
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 04:53:07 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64Br7fR003784
	for linux-cvs-outgoing; Thu, 4 Jul 2002 04:53:07 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64Br4Rw003767
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 04:53:04 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64Br4A0003765
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 04:53:04 -0700
Date: Thu, 4 Jul 2002 04:53:04 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207041153.g64Br4A0003765@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 04:53:04

Modified files:
	arch/mips/au1000/common: Tag: linux_2_4 dma.c 
	include/asm-mips: Tag: linux_2_4 au1000_dma.h 

Log message:
	Update Au1000 DMA code.


From owner-linux-cvs@oss.sgi.com Thu Jul  4 04:57:42 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64BvgRw004094
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 04:57:42 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64Bvgdl004091
	for linux-cvs-outgoing; Thu, 4 Jul 2002 04:57:42 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64BvdRw004075
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 04:57:39 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64BvdGu004073
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 04:57:39 -0700
Date: Thu, 4 Jul 2002 04:57:39 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207041157.g64BvdGu004073@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 04:57:39

Modified files:
	arch/mips/au1000/common: irq.c 

Log message:
	Au1000 interrupt updates.


From owner-linux-cvs@oss.sgi.com Thu Jul  4 04:57:44 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64BviRw004121
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 04:57:44 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64BviDN004120
	for linux-cvs-outgoing; Thu, 4 Jul 2002 04:57:44 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64BvgRw004095
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 04:57:42 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64BvgTE004092
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 04:57:42 -0700
Date: Thu, 4 Jul 2002 04:57:42 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207041157.g64BvgTE004092@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 04:57:42

Modified files:
	arch/mips/au1000/common: Tag: linux_2_4 irq.c 

Log message:
	Au1000 interrupt updates.


From owner-linux-cvs@oss.sgi.com Thu Jul  4 05:05:44 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64C5iRw004420
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 05:05:44 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64C5i38004419
	for linux-cvs-outgoing; Thu, 4 Jul 2002 05:05:44 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64C5fRw004408
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 05:05:41 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64C5fR4004406
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 05:05:41 -0700
Date: Thu, 4 Jul 2002 05:05:41 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207041205.g64C5fR4004406@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 05:05:41

Modified files:
	arch/mips/au1000/common: rtc.c 

Log message:
	Au1000 RTC updates.


From owner-linux-cvs@oss.sgi.com Thu Jul  4 05:06:42 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64C6gRw004501
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 05:06:42 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64C6gHv004500
	for linux-cvs-outgoing; Thu, 4 Jul 2002 05:06:42 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64C6cRw004488
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 05:06:39 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64C6ckT004486
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 05:06:38 -0700
Date: Thu, 4 Jul 2002 05:06:38 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207041206.g64C6ckT004486@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 05:06:38

Modified files:
	arch/mips/au1000/common: Tag: linux_2_4 rtc.c 

Log message:
	Au1000 RTC updates.


From owner-linux-cvs@oss.sgi.com Thu Jul  4 05:16:13 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64CGDRw004923
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 05:16:13 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64CGDVn004921
	for linux-cvs-outgoing; Thu, 4 Jul 2002 05:16:13 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64CGARw004899
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 05:16:10 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64CGARZ004897
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 05:16:10 -0700
Date: Thu, 4 Jul 2002 05:16:10 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207041216.g64CGARZ004897@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 05:16:10

Modified files:
	drivers/pcmcia : Config.in Makefile au1000_generic.c 
	include/asm-mips: au1000_pcmcia.h pb1000.h pb1500.h 

Log message:
	Au1000 PCMCIA pseudo updates ...


From owner-linux-cvs@oss.sgi.com Thu Jul  4 05:16:16 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64CGGRw004947
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 05:16:16 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64CGGAL004946
	for linux-cvs-outgoing; Thu, 4 Jul 2002 05:16:16 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64CGDRw004920
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 05:16:13 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64CGDoQ004918
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 05:16:13 -0700
Date: Thu, 4 Jul 2002 05:16:13 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207041216.g64CGDoQ004918@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 05:16:13

Modified files:
	drivers/pcmcia : Tag: linux_2_4 Config.in Makefile 
	                 au1000_generic.c 
	include/asm-mips: Tag: linux_2_4 au1000_pcmcia.h pb1000.h 
	                  pb1500.h 

Log message:
	Au1000 PCMCIA pseudo updates ...


From owner-linux-cvs@oss.sgi.com Thu Jul  4 06:20:49 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64DKnRw006910
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 06:20:49 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64DKnU0006909
	for linux-cvs-outgoing; Thu, 4 Jul 2002 06:20:49 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64DKlRw006900
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 06:20:47 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64DKlLl006898
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 06:20:47 -0700
Date: Thu, 4 Jul 2002 06:20:47 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207041320.g64DKlLl006898@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/04 06:20:46

Modified files:
	arch/mips64    : Tag: linux_2_4 Makefile 

Log message:
	Add GCCFLAGS to AFLAGS and CFLAGS late, so that config-dependent
	bits may may add common flags there.


From owner-linux-cvs@oss.sgi.com Thu Jul  4 06:21:16 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64DLGRw006953
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 06:21:16 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64DLGnD006952
	for linux-cvs-outgoing; Thu, 4 Jul 2002 06:21:16 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g64DLDRw006943
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 06:21:13 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g64DLD1B006941
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 06:21:13 -0700
Date: Thu, 4 Jul 2002 06:21:13 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207041321.g64DLD1B006941@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/04 06:21:13

Modified files:
	arch/mips64    : Makefile 

Log message:
	Add GCCFLAGS to AFLAGS and CFLAGS late, so that config-dependent
	bits may may add common flags there.


From owner-linux-cvs@oss.sgi.com Thu Jul  4 17:23:24 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g650NORw023841
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 17:23:24 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g650NNmt023840
	for linux-cvs-outgoing; Thu, 4 Jul 2002 17:23:23 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g650NKRw023831
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 17:23:21 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g650NKhp023829
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 17:23:20 -0700
Date: Thu, 4 Jul 2002 17:23:20 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207050023.g650NKhp023829@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 17:23:20

Modified files:
	arch/mips64    : Makefile 

Log message:
	Fix make clean / distclean.


From owner-linux-cvs@oss.sgi.com Thu Jul  4 18:00:52 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6510qRw024216
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 18:00:52 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6510qWJ024215
	for linux-cvs-outgoing; Thu, 4 Jul 2002 18:00:52 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6510nRw024190
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 18:00:49 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6510nXE024188
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 18:00:49 -0700
Date: Thu, 4 Jul 2002 18:00:49 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207050100.g6510nXE024188@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 18:00:48

Modified files:
	arch/mips/sgi-ip22: ip22-gio.c 

Log message:
	Include <asm/addrspace.h>.


From owner-linux-cvs@oss.sgi.com Thu Jul  4 18:00:53 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6510rRw024227
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 18:00:53 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6510rVY024226
	for linux-cvs-outgoing; Thu, 4 Jul 2002 18:00:53 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6510pRw024206
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 18:00:51 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6510orw024204
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 18:00:50 -0700
Date: Thu, 4 Jul 2002 18:00:50 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207050100.g6510orw024204@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 18:00:50

Modified files:
	arch/mips/sgi-ip22: Tag: linux_2_4 ip22-gio.c 

Log message:
	Include <asm/addrspace.h>.


From owner-linux-cvs@oss.sgi.com Thu Jul  4 18:32:48 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g651WlRw024528
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 18:32:48 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g651WlBD024527
	for linux-cvs-outgoing; Thu, 4 Jul 2002 18:32:47 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g651WjRw024517
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 18:32:45 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g651WjaD024515
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 18:32:45 -0700
Date: Thu, 4 Jul 2002 18:32:45 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207050132.g651WjaD024515@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 18:32:45

Modified files:
	include/asm-mips: asm.h 

Log message:
	Update from 2.4 version.


From owner-linux-cvs@oss.sgi.com Thu Jul  4 22:06:51 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6556pRw028908
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 4 Jul 2002 22:06:51 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6556pUr028907
	for linux-cvs-outgoing; Thu, 4 Jul 2002 22:06:51 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6555gRw028886
	for <linux-cvs@oss.sgi.com>; Thu, 4 Jul 2002 22:05:43 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6555gCv028882
	for linux-cvs@oss.sgi.com; Thu, 4 Jul 2002 22:05:42 -0700
Date: Thu, 4 Jul 2002 22:05:42 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207050505.g6555gCv028882@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=1.3 required=5.0 tests=PORN_12,PORN_3,PORN_10 version=2.20
X-Spam-Level: *
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/04 22:05:42

Modified files:
	.              : CREDITS MAINTAINERS Makefile 
	Documentation  : Configure.help cciss.txt 
	Documentation/DocBook: Makefile kernel-api.tmpl 
	                       kernel-hacking.tmpl 
	Documentation/filesystems/devfs: ChangeLog README 
	Documentation/networking: ip-sysctl.txt 
	Documentation/usb: ov511.txt usb-serial.txt 
	arch/alpha     : config.in 
	arch/alpha/kernel: alpha_ksyms.c pci-noop.c pci_iommu.c 
	                   process.c setup.c smp.c 
	arch/alpha/lib : dec_and_lock.c 
	arch/arm       : Makefile config.in vmlinux-armo.lds.in 
	                 vmlinux-armv.lds.in 
	arch/arm/boot  : Makefile 
	arch/arm/boot/compressed: Makefile head-shark.S head.S 
	                          ofw-shark.c 
	arch/arm/def-configs: flexanet 
	arch/arm/kernel: Makefile arch.c armksyms.c bios32.c compat.c 
	                 dma-isa.c dma.c entry-armo.S entry-armv.S 
	                 entry-common.S entry-header.S fiq.c init_task.c 
	                 irq.c process.c semaphore.c setup.c signal.c 
	                 time.c traps.c 
	arch/arm/lib   : Makefile changebit.S clearbit.S delay.S 
	                 findbit.S getuser.S io-shark.c memcpy.S 
	                 putuser.S setbit.S testchangebit.S 
	                 testclearbit.S testsetbit.S uaccess.S 
	arch/arm/mach-ebsa110: Makefile io.c 
	arch/arm/mach-epxa10db: mm.c 
	arch/arm/mach-footbridge: Makefile cats-pci.c ebsa285-pci.c 
	                          netwinder-pci.c personal-pci.c 
	arch/arm/mach-integrator: pci.c pci_v3.c 
	arch/arm/mach-sa1100: Makefile adsbitsy.c assabet.c cerf.c 
	                      cpu-sa1100.c cpu-sa1110.c flexanet.c 
	                      freebird.c generic.c generic.h 
	                      graphicsclient.c graphicsmaster.c h3600.c 
	                      huw_webpanel.c irq.c jornada720.c lart.c 
	                      leds-assabet.c leds-flexanet.c leds.c 
	                      leds.h neponset.c omnimeter.c pangolin.c 
	                      pfs168.c pm.c sa1111.c sa1111.h sherman.c 
	                      simpad.c sleep.S xp860.c yopy.c 
	arch/arm/mach-shark: Makefile 
	arch/arm/mm    : Makefile fault-armv.c fault-common.c mm-armv.c 
	                 proc-arm1020.S proc-arm2,3.S proc-arm6,7.S 
	                 proc-arm720.S proc-arm920.S proc-arm926.S 
	                 proc-sa110.S 
	arch/arm/nwfpe : ARM-gcc.h entry.S entry26.S fpa11.c 
	                 fpa11_cpdt.c 
	arch/arm/tools : Makefile getconstants.c mach-types 
	arch/cris      : config.in 
	arch/cris/drivers: usb-host.c 
	arch/cris/kernel: process.c 
	arch/i386      : config.in defconfig 
	arch/i386/kernel: Makefile apic.c cpuid.c dmi_scan.c msr.c nmi.c 
	                  pci-pc.c process.c setup.c signal.c smp.c 
	                  smpboot.c vm86.c 
	arch/i386/mm   : fault.c 
	arch/ia64      : config.in 
	arch/ia64/hp   : hpsim_console.c 
	arch/ia64/kernel: process.c smp.c 
	arch/ia64/sn/io: hcl.c 
	arch/m68k      : config.in 
	arch/m68k/amiga: config.c 
	arch/m68k/kernel: process.c 
	arch/m68k/mac  : debug.c 
	arch/m68k/mvme147: config.c 
	arch/m68k/q40  : config.c 
	arch/m68k/sun3x: prom.c 
	arch/mips      : config.in defconfig defconfig-atlas 
	                 defconfig-cobalt defconfig-ddb5476 
	                 defconfig-ddb5477 defconfig-decstation 
	                 defconfig-ev64120 defconfig-ev96100 
	                 defconfig-hp-lj defconfig-ip22 defconfig-it8172 
	                 defconfig-ivr defconfig-jmr3927 defconfig-malta 
	                 defconfig-nino defconfig-ocelot 
	                 defconfig-osprey defconfig-pb1000 
	                 defconfig-pb1500 defconfig-rm200 
	                 defconfig-sb1250-swarm 
	arch/mips/arc  : arc_con.c 
	arch/mips/au1000/common: serial.c 
	arch/mips/baget: vacserial.c 
	arch/mips/cobalt: promcon.c setup.c 
	arch/mips/ddb5xxx/ddb5477: setup.c 
	arch/mips/dec  : promcon.c 
	arch/mips/kernel: entry.S irixelf.c process.c smp.c 
	arch/mips/mm   : fault.c 
	arch/mips/sibyte/swarm: smp.c 
	arch/mips/tools: offset.c 
	arch/mips64    : config.in defconfig defconfig-atlas 
	                 defconfig-ip22 defconfig-ip27 defconfig-ip32 
	                 defconfig-malta defconfig-sb1250-swarm 
	arch/mips64/kernel: process.c scall_64.S scall_o32.S smp.c 
	arch/mips64/sgi-ip27: ip27-console.c ip27-init.c 
	arch/parisc    : config.in 
	arch/parisc/kernel: pdc_cons.c process.c 
	arch/ppc       : config.in 
	arch/ppc/8260_io: uart.c 
	arch/ppc/8xx_io: uart.c 
	arch/ppc/amiga : config.c 
	arch/ppc/kernel: idle.c m8xx_setup.c prep_setup.c smp.c 
	arch/s390      : config.in 
	arch/s390/kernel: process.c smp.c 
	arch/s390x     : config.in 
	arch/s390x/kernel: process.c smp.c 
	arch/sh        : config.in 
	arch/sh/kernel : process.c setup.c 
	arch/sparc     : config.in 
	arch/sparc/kernel: check_asm.sh devices.c ebus.c init_task.c 
	                   irq.c process.c signal.c smp.c sun4d_irq.c 
	                   sun4d_smp.c sun4m_smp.c sys_sunos.c 
	                   trampoline.S unaligned.c 
	arch/sparc/mm  : extable.c fault.c init.c io-unit.c iommu.c 
	arch/sparc/prom: ranges.c 
	arch/sparc64   : Makefile config.in defconfig 
	arch/sparc64/kernel: Makefile central.c check_asm.sh chmc.c 
	                     entry.S ioctl32.c iommu_common.c irq.c 
	                     pci_iommu.c pci_psycho.c pci_sabre.c 
	                     pci_schizo.c power.c process.c rtrap.S 
	                     sbus.c semaphore.c signal.c signal32.c 
	                     smp.c sparc64_ksyms.c sys_sparc.c 
	                     sys_sunos32.c time.c trampoline.S traps.c 
	                     ttable.S 
	arch/sparc64/lib: atomic.S bitops.S blockops.S debuglocks.c 
	                  dec_and_lock.S 
	arch/sparc64/mm: extable.c init.c ultra.S 
	arch/sparc64/solaris: fs.c misc.c socksys.c timod.c 
	drivers/acorn/block: mfmhd.c 
	drivers/acorn/scsi: acornscsi.c arxescsi.c cumana_1.c cumana_2.c 
	                    ecoscsi.c eesox.c oak.c powertec.c 
	drivers/acpi/ospm/ac_adapter: ac_osl.c 
	drivers/acpi/ospm/battery: bt_osl.c 
	drivers/acpi/ospm/busmgr: bm_osl.c 
	drivers/acpi/ospm/button: bn_osl.c 
	drivers/acpi/ospm/ec: ec_osl.c 
	drivers/acpi/ospm/processor: pr_osl.c 
	drivers/acpi/ospm/system: sm_osl.c 
	drivers/acpi/ospm/thermal: tz_osl.c tzpolicy.c 
	drivers/atm    : fore200e.c 
	drivers/block  : Config.in DAC960.c DAC960.h acsi.c blkpg.c 
	                 block_ioctl.c cciss.c cciss.h cciss_cmd.h 
	                 cpqarray.c elevator.c floppy.c genhd.c 
	                 ll_rw_blk.c loop.c nbd.c ps2esdi.c rd.c xd.c 
	drivers/block/paride: Config.in pcd.c pd.c pf.c pg.c pt.c 
	drivers/bluetooth: hci_usb.c 
	drivers/cdrom  : aztcd.c cdrom.c cdu31a.c cm206.c gscd.c mcd.c 
	                 mcdx.c optcd.c sbpcd.c sjcd.c sonycd535.c 
	drivers/char   : Config.in acquirewdt.c advantechwdt.c 
	                 amiserial.c busmouse.c console.c cyclades.c 
	                 dsp56k.c dtlk.c dz.c epca.c esp.c eurotechwdt.c 
	                 h8.c i8k.c ib700wdt.c ip2main.c isicom.c 
	                 istallion.c ite_gpio.c keyboard.c lp.c 
	                 machzwd.c mem.c misc.c moxa.c mxser.c n_hdlc.c 
	                 n_tty.c pc110pad.c pcwd.c pcxx.c ppdev.c pty.c 
	                 raw.c riscom8.c rtc.c sbc60xxwdt.c ser_a2232.c 
	                 serial.c serial167.c serial_21285.c 
	                 serial_amba.c serial_tx3912.c sh-sci.c shwdt.c 
	                 specialix.c stallion.c sx.c synclink.c sysrq.c 
	                 tpqic02.c tty_io.c vc_screen.c vme_scc.c 
	                 w83877f_wdt.c wdt.c wdt_pci.c 
	drivers/char/agp: agpgart_fe.c 
	drivers/char/drm: drm_drv.h drm_fops.h drm_stub.h 
	drivers/char/ftape/lowlevel: ftape-buffer.c ftape-io.c 
	                             ftape-read.c ftape-setup.c 
	                             ftape-write.c 
	drivers/char/ftape/zftape: zftape-buffers.c zftape-init.c 
	                           zftape-rw.c zftape-vtbl.c 
	drivers/char/joystick: iforce.c serport.c 
	drivers/char/mwave: mwavedd.c 
	drivers/char/rio: linux_compat.h rio.h rio_linux.c rio_linux.h 
	                  rioctrl.c 
	drivers/i2c    : i2c-dev.c 
	drivers/ide    : amd74xx.c ataraid.c hd.c hptraid.c icside.c 
	                 ide-cd.c ide-disk.c ide-floppy.c ide-probe.c 
	                 ide-timing.h ide.c pdc4030.c pdcraid.c 
	                 via82cxxx.c 
	drivers/ieee1394: ohci1394.c video1394.c 
	drivers/input  : evdev.c input.c joydev.c mousedev.c 
	drivers/isdn   : Config.in isdn_bsdcomp.c isdn_common.c 
	                 isdn_ppp.c isdn_tty.c 
	drivers/isdn/act2000: act2000.h 
	drivers/isdn/avmb1: avmcard.h b1.c b1dma.c b1pci.c c4.c capi.c 
	                    capidrv.c capifs.c capiutil.c kcapi.c 
	                    t1pci.c 
	drivers/isdn/eicon: eicon.h lincfg.c 
	drivers/isdn/hisax: Makefile config.c hisax.h st5481.h 
	                    st5481_usb.c 
	drivers/isdn/icn: icn.h 
	drivers/isdn/isdnloop: isdnloop.h 
	drivers/isdn/sc: command.c includes.h 
	drivers/macintosh: mac_keyb.c macserial.c 
	drivers/md     : lvm-fs.c lvm-snap.c lvm.c md.c multipath.c 
	                 raid1.c raid5.c xor.c 
	drivers/media/video: adv7175.c bt856.c bttv-driver.c cpia.c 
	                     saa7185.c stradis.c tvmixer.c videodev.c 
	                     zr36067.c zr36120.c 
	drivers/message/i2o: i2o_block.c 
	drivers/mtd    : ftl.c nftlcore.c nftlmount.c 
	drivers/mtd/devices: blkmtd.c doc1000.c pmc551.c slram.c 
	drivers/net    : 7990.c 7990.h 8139cp.c 8139too.c 8390.c a2065.c 
	                 a2065.h am79c961a.c at1700.c atp.c au1000_eth.c 
	                 bmac.c bonding.c de2104x.c de4x5.c declance.c 
	                 defxx.c depca.c dl2k.c dl2k.h dmfe.c eepro100.c 
	                 epic100.c ewrk3.c fealnx.c gmac.c ioc3-eth.c 
	                 jazzsonic.c mace.c macmace.c macsonic.c 
	                 myri_code.h myri_sbus.c natsemi.c 
	                 pci-skeleton.c pcnet32.c sgiseeq.c shaper.c 
	                 sis900.c slip.c smc9194.c starfire.c strip.c 
	                 sunbmac.c sundance.c sungem.c sungem.h sunhme.c 
	                 sunlance.c sunqe.c via-rhine.c wavelan.c 
	                 winbond-840.c yellowfin.c 
	drivers/net/fc : iph5526.c 
	drivers/net/hamradio: bpqether.c dmascc.c mkiss.c 
	drivers/net/irda: irda-usb.c irport.c irtty.c nsc-ircc.c 
	                  w83977af_ir.c 
	drivers/net/pcmcia: fmvj18x_cs.c ray_cs.c smc91c92_cs.c 
	                    xircom_tulip_cb.c 
	drivers/net/sk98lin: skaddr.c 
	drivers/net/sk98lin/h: skdrv1st.h 
	drivers/net/tulip: tulip_core.c 
	drivers/net/wan: cosa.c lapbether.c sdla_chdlc.c 
	drivers/net/wan/lmc: lmc_main.c lmc_media.c lmc_proto.c 
	drivers/net/wireless: airo.c 
	drivers/pci    : pci.ids 
	drivers/pcmcia : ds.c i82365.c tcic.c 
	drivers/s390   : s390io.c 
	drivers/s390/block: dasd_int.h xpram.c 
	drivers/s390/char: tapedefs.h tuball.c 
	drivers/sbus   : sbus.c 
	drivers/sbus/audio: audio.c 
	drivers/sbus/char: aurora.c bpp.c cpwatchdog.c display7seg.c 
	                   sab82532.c su.c sunkbd.c sunserial.c zs.c 
	drivers/scsi   : BusLogic.c BusLogic.h advansys.c aha152x.c 
	                 aha1542.c aha1740.c aic7xxx_old.c constants.c 
	                 cpqfcTSworker.c dpt_i2o.c eata.c eata.h 
	                 fdomain.c fdomain.h hosts.c hosts.h ide-scsi.c 
	                 in2000.c in2000.h ips.c mac_scsi.c megaraid.c 
	                 ncr53c8xx.c osst.c pci2000.c pci2220i.c 
	                 qla1280.c qlogicfas.c scsi.c scsi.h 
	                 scsi_error.c scsi_ioctl.c scsi_lib.c 
	                 scsi_merge.c scsi_module.c scsi_proc.c 
	                 scsi_queue.c scsi_scan.c scsi_syms.c scsicam.c 
	                 sd.c sd.h sg.c sim710.c sr.c sr_ioctl.c 
	                 sr_vendor.c st.c sym53c8xx.c sym53c8xx_comm.h 
	                 tmscsim.c u14-34f.c u14-34f.h wd7000.c 
	drivers/scsi/aic7xxx: aic7xxx_linux.c aic7xxx_osm.h 
	drivers/scsi/pcmcia: aha152x_stub.c fdomain_stub.c nsp_cs.c 
	                     qlogic_stub.c 
	drivers/scsi/sym53c8xx_2: sym_glue.c 
	drivers/sgi/char: sgiserial.c shmiq.c 
	drivers/sound  : ad1848.c btaudio.c cs46xx.c es1370.c es1371.c 
	                 esssolo1.c i810_audio.c maestro.c maestro3.c 
	                 nec_vrc5477.c sb_card.c sound_core.c 
	                 soundcard.c sscape.c trident.c ymfpci.c 
	                 ymfpci.h 
	drivers/sound/cs4281: cs4281m.c 
	drivers/tc     : zs.c 
	drivers/telephony: ixj.c phonedev.c 
	drivers/usb    : Config.in Makefile acm.c audio.c bluetooth.c 
	                 catc.c dabusb.c dabusb.h dc2xx.c devio.c 
	                 hid-core.c hid.h hiddev.c hpusbscsi.c hub.c 
	                 hub.h inode.c kaweth.c mdc800.c microtek.c 
	                 ov511.c ov511.h pegasus.c pegasus.h printer.c 
	                 pwc-ctrl.c pwc-if.c pwc-ioctl.h pwc.h scanner.c 
	                 scanner.h uhci.c usb-debug.c usb-ohci.c 
	                 usb-skeleton.c usb-uhci.c usb.c usbkbd.c 
	                 usbnet.c 
	drivers/usb/serial: Config.in Makefile belkin_sa.c cyberjack.c 
	                    digi_acceleport.c empeg.c ftdi_sio.c 
	                    io_edgeport.c io_tables.h ir-usb.c keyspan.c 
	                    keyspan.h keyspan_pda.c mct_u232.c omninet.c 
	                    pl2303.c usb-serial.h usbserial.c visor.c 
	                    whiteheat.c 
	drivers/usb/storage: datafab.c freecom.c jumpshot.c sddr09.c 
	                     shuttle_usbat.c transport.c unusual_devs.h 
	                     usb.c 
	drivers/video  : dn_cfb4.c dn_cfb8.c dnfb.c fbcon.c fbmem.c 
	                 q40fb.c sbusfb.c vesafb.c 
	drivers/video/aty: atyfb_base.c mach64_accel.c 
	fs             : Config.in binfmt_elf.c bio.c block_dev.c 
	                 buffer.c char_dev.c dcache.c devices.c dquot.c 
	                 exec.c inode.c locks.c namei.c namespace.c 
	                 super.c 
	fs/adfs        : inode.c super.c 
	fs/affs        : amigaffs.c bitmap.c file.c super.c 
	fs/autofs      : inode.c 
	fs/autofs4     : inode.c 
	fs/bfs         : dir.c file.c inode.c 
	fs/coda        : cache.c coda_linux.c file.c inode.c pioctl.c 
	                 psdev.c sysctl.c upcall.c 
	fs/cramfs      : inode.c 
	fs/devfs       : base.c util.c 
	fs/devpts      : root.c 
	fs/driverfs    : inode.c 
	fs/efs         : file.c super.c 
	fs/ext2        : ialloc.c inode.c super.c 
	fs/ext3        : Makefile ialloc.c inode.c super.c 
	fs/fat         : cache.c file.c inode.c misc.c 
	fs/freevxfs    : vxfs.h vxfs_bmap.c vxfs_extern.h vxfs_fshead.c 
	                 vxfs_inode.c vxfs_lookup.c vxfs_olt.c 
	                 vxfs_subr.c vxfs_super.c 
	fs/hfs         : dir.c file.c file_cap.c file_hdr.c inode.c 
	                 super.c 
	fs/hpfs        : file.c hpfs_fn.h super.c 
	fs/inflate_fs  : inflate_syms.c 
	fs/intermezzo  : cache.c dcache.c ext_attr.c file.c inode.c 
	                 journal.c journal_ext2.c journal_ext3.c 
	                 journal_obdfs.c journal_reiserfs.c 
	                 journal_xfs.c presto.c psdev.c super.c sysctl.c 
	                 upcall.c vfs.c 
	fs/isofs       : inode.c joliet.c namei.c rock.c 
	fs/jbd         : commit.c journal.c recovery.c revoke.c 
	                 transaction.c 
	fs/jffs        : inode-v23.c 
	fs/jffs2       : Makefile background.c dir.c erase.c file.c gc.c 
	                 read.c readinode.c scan.c super.c write.c 
	fs/lockd       : svclock.c 
	fs/minix       : bitmap.c inode.c itree_common.c 
	fs/msdos       : msdosfs_syms.c namei.c 
	fs/ncpfs       : inode.c symlink.c 
	fs/nfs         : dir.c file.c inode.c nfs2xdr.c nfsroot.c 
	                 pagelist.c read.c write.c 
	fs/nfsd        : export.c nfs3xdr.c nfsctl.c nfsfh.c nfsproc.c 
	                 nfsxdr.c vfs.c 
	fs/nls         : nls_base.c nls_big5.c nls_cp1251.c nls_cp1255.c 
	                 nls_cp437.c nls_cp737.c nls_cp775.c nls_cp850.c 
	                 nls_cp852.c nls_cp855.c nls_cp857.c nls_cp860.c 
	                 nls_cp861.c nls_cp862.c nls_cp863.c nls_cp864.c 
	                 nls_cp865.c nls_cp866.c nls_cp869.c nls_cp874.c 
	                 nls_cp932.c nls_cp936.c nls_cp949.c nls_cp950.c 
	                 nls_euc-jp.c nls_euc-kr.c nls_gb2312.c 
	                 nls_iso8859-1.c nls_iso8859-13.c 
	                 nls_iso8859-14.c nls_iso8859-15.c 
	                 nls_iso8859-2.c nls_iso8859-3.c nls_iso8859-4.c 
	                 nls_iso8859-5.c nls_iso8859-6.c nls_iso8859-7.c 
	                 nls_iso8859-8.c nls_iso8859-9.c nls_koi8-r.c 
	                 nls_koi8-ru.c nls_koi8-u.c nls_sjis.c 
	                 nls_tis-620.c nls_utf8.c 
	fs/ntfs        : fs.c support.c 
	fs/openpromfs  : inode.c 
	fs/partitions  : acorn.c atari.c check.c check.h ibm.c msdos.c 
	fs/proc        : array.c base.c proc_misc.c 
	fs/qnx4        : dir.c fsync.c inode.c namei.c truncate.c 
	fs/ramfs       : inode.c 
	fs/reiserfs    : bitmap.c buffer2.c fix_node.c inode.c journal.c 
	                 namei.c prints.c procfs.c resize.c stree.c 
	                 super.c tail_conversion.c 
	fs/romfs       : inode.c 
	fs/smbfs       : ChangeLog file.c getopt.c getopt.h inode.c 
	fs/sysv        : ChangeLog dir.c ialloc.c inode.c itree.c 
	                 super.c 
	fs/udf         : inode.c namei.c super.c 
	fs/ufs         : inode.c super.c truncate.c 
	fs/umsdos      : inode.c 
	fs/vfat        : namei.c vfatfs_syms.c 
	include/asm-arm: assembler.h bitops.h checksum.h cpu-multi32.h 
	                 cpu-single.h hdreg.h io.h page.h pci.h 
	                 pgtable.h proc-fns.h processor.h scatterlist.h 
	                 types.h unaligned.h unistd.h 
	include/asm-arm/arch-anakin: io.h time.h 
	include/asm-arm/arch-arc: io.h irq.h time.h 
	include/asm-arm/arch-cl7500: irq.h keyboard.h time.h 
	include/asm-arm/arch-ebsa110: io.h time.h vmalloc.h 
	include/asm-arm/arch-ebsa285: io.h time.h vmalloc.h 
	include/asm-arm/arch-epxa10db: io.h time.h 
	include/asm-arm/arch-integrator: io.h time.h 
	include/asm-arm/arch-l7200: io.h irq.h keyboard.h time.h 
	include/asm-arm/arch-nexuspci: io.h irq.h time.h 
	include/asm-arm/arch-rpc: io.h irq.h time.h 
	include/asm-arm/arch-sa1100: SA-1111.h assabet.h dma.h 
	                             flexanet.h graphicsmaster.h h3600.h 
	                             hardware.h io.h irqs.h keyboard.h 
	                             time.h 
	include/asm-arm/arch-shark: io.h irq.h time.h 
	include/asm-arm/arch-tbox: irq.h time.h vmalloc.h 
	include/asm-arm/hardware: clps7111.h ep7212.h ioc.h iomd.h 
	include/asm-arm/mach: pci.h serial_sa1100.h 
	include/asm-arm/proc-armo: ptrace.h 
	include/asm-arm/proc-armv: assembler.h cache.h pgalloc.h 
	                           pgtable.h ptrace.h uaccess.h 
	include/asm-i386: bitops.h cpufeature.h mmu_context.h msr.h 
	                  pgalloc.h smp.h smplock.h 
	include/asm-mips: bitops.h io.h mmu_context.h pci.h pgtable.h 
	                  processor.h smp.h smplock.h 
	include/asm-mips64: bitops.h mmu_context.h mmzone.h smp.h 
	                    smplock.h 
	include/asm-sparc: bitops.h io.h keyboard.h mmu_context.h 
	                   oplib.h pci.h smp.h smplock.h string.h 
	                   types.h 
	include/asm-sparc64: bitops.h elf.h io.h keyboard.h 
	                     mmu_context.h oplib.h page.h processor.h 
	                     rwsem.h semaphore.h smp.h smplock.h 
	                     spinlock.h spitfire.h system.h ttable.h 
	include/linux  : acct.h amigaffs.h bio.h blk.h blkdev.h cdrom.h 
	                 console.h devfs_fs.h devfs_fs_kernel.h 
	                 elevator.h ext2_fs_sb.h ext3_fs.h ext3_jbd.h 
	                 file.h fs.h genhd.h hfs_sysdep.h i8k.h ide.h 
	                 if_arp.h if_bonding.h interrupt.h isdn.h jbd.h 
	                 kbd_kern.h kdev_t.h kernel.h kernel_stat.h 
	                 keyboard.h limits.h linkage.h list.h mm.h 
	                 msdos_fs.h parport.h pci_ids.h proc_fs.h 
	                 quota.h quotaops.h reiserfs_fs.h 
	                 reiserfs_fs_sb.h sched.h shm.h shmem_fs.h 
	                 slab.h smp.h socket.h swap.h threads.h 
	                 tpqic02.h usb.h usbdevice_fs.h vt_kern.h wait.h 
	include/linux/netfilter_ipv4: ip_conntrack.h 
	                              ip_conntrack_tuple.h 
	include/linux/nfsd: nfsfh.h 
	include/linux/raid: md_k.h raid1.h 
	include/linux/sunrpc: clnt.h 
	include/math-emu: double.h extended.h op-1.h op-2.h op-4.h 
	                  op-8.h op-common.h quad.h single.h soft-fp.h 
	include/net/bluetooth: hci_usb.h 
	include/scsi   : scsicam.h 
	init           : do_mounts.c main.c 
	ipc            : shm.c 
	kernel         : acct.c capability.c device.c exit.c fork.c 
	                 kmod.c ksyms.c pm.c printk.c ptrace.c sched.c 
	                 signal.c softirq.c sys.c sysctl.c timer.c 
	lib            : Makefile 
	mm             : Makefile bootmem.c filemap.c highmem.c memory.c 
	                 mempool.c mprotect.c mremap.c oom_kill.c 
	                 page_alloc.c page_io.c slab.c swapfile.c 
	                 vmscan.c 
	net            : Config.in README socket.c 
	net/802        : fddi.c hippi.c 
	net/8021q      : vlan.c vlan_dev.c vlanproc.c 
	net/atm        : resources.c 
	net/bridge     : br.c br_device.c br_if.c br_input.c 
	                 br_private.h 
	net/decnet     : af_decnet.c dn_nsp_in.c dn_nsp_out.c 
	net/ipv4       : icmp.c ipconfig.c tcp_output.c 
	net/ipv4/netfilter: ip_conntrack_irc.c ip_conntrack_standalone.c 
	                    ip_fw_compat.c ip_fw_compat_redir.c 
	                    ip_nat_core.c ip_nat_helper.c ip_nat_irc.c 
	                    ipt_MIRROR.c ipt_TCPMSS.c ipt_TOS.c 
	                    ipt_unclean.c 
	net/ipv6       : tcp_ipv6.c 
	net/irda       : irda_device.c iriap.c irlap.c irlap_event.c 
	                 irlmp_event.c irsyms.c irsysctl.c 
	net/irda/ircomm: ircomm_core.c ircomm_lmp.c ircomm_tty.c 
	                 ircomm_tty_ioctl.c 
	net/irda/irlan : irlan_common.c irlan_eth.c 
	net/netlink    : netlink_dev.c 
	net/packet     : af_packet.c 
	net/rose       : af_rose.c rose_dev.c rose_in.c rose_link.c 
	                 rose_out.c rose_route.c rose_subr.c 
	                 rose_timer.c 
	net/sched      : sch_generic.c 
	net/sunrpc     : auth_null.c auth_unix.c sched.c xprt.c 
	net/unix       : af_unix.c 
	net/x25        : af_x25.c x25_dev.c x25_facilities.c x25_in.c 
	                 x25_link.c x25_out.c x25_route.c x25_subr.c 
	                 x25_timer.c 
Added files:
	Documentation/block: request.txt 
	Documentation/usb: auerswald.txt ehci.txt stv680.txt 
	arch/arm/boot/compressed: head-xscale.S 
	arch/arm/def-configs: adi_evb iq80310 shannon system3 
	arch/arm/kernel: debug.S head.S 
	arch/arm/lib   : copy_page-armv3.S copy_page-armv4.S 
	                 copy_page-armv4mc.S copy_page-armv5te.S 
	arch/arm/mach-adifcc: Makefile arch.c irq.c mm.c 
	arch/arm/mach-arc: Makefile arch.c debug.S dma.c fault.c head.S 
	                   irq.c mm.c oldlatches.c small_page.c 
	arch/arm/mach-clps711x: Makefile autcpu12.c cdb89712.c 
	                        clep7312.c dma.c edb7211-arch.c 
	                        edb7211-mm.c irq.c mm.c p720t-leds.c 
	                        p720t.c time.c 
	arch/arm/mach-clps7500: Makefile core.c 
	arch/arm/mach-ebsa110: core.c 
	arch/arm/mach-footbridge: dc21285.c dma.c 
	arch/arm/mach-ftvpci: Makefile core.c leds.c pci.c 
	arch/arm/mach-iop310: Makefile arch.c iop310-irq.c iop310-pci.c 
	                      iq80310-irq.c iq80310-pci.c iq80310-time.c 
	                      mm.c xs80200-irq.c 
	arch/arm/mach-l7200: Makefile core.c 
	arch/arm/mach-rpc: Makefile dma.c irq.c riscpc.c 
	arch/arm/mach-sa1100: dma.c leds-system3.c shannon.c system3.c 
	arch/arm/mach-shark: core.c irq.c 
	arch/arm/mach-tbox: Makefile core.c 
	arch/arm/mm    : alignment.c armv4-early-abort.S 
	                 armv4t-early-abort.S armv4t-late-abort.S 
	                 armv5ej-early-abort.S minicache.c proc-arm922.S 
	                 proc-xscale.S 
	arch/i386/kernel: setup-visws.c 
	drivers/block  : cciss_scsi.c cciss_scsi.h 
	drivers/net    : Makefile.lib 
	drivers/usb    : Makefile.lib auerswald.c hcd.c hcd.h stv680.c 
	                 stv680.h vicam.c vicam.h vicamurbs.h 
	drivers/usb/hcd: Config.in Makefile ehci-dbg.c ehci-hcd.c 
	                 ehci-hub.c ehci-mem.c ehci-q.c ehci-sched.c 
	                 ehci.h 
	drivers/usb/serial: ipaq.c ipaq.h kl5kusb105.c kl5kusb105.h 
	fs             : Makefile.lib 
	fs/freevxfs    : vxfs_kcompat.h 
	include/asm-arm/arch-adifcc: adi_evb.h dma.h hardware.h io.h 
	                             irq.h irqs.h memory.h param.h 
	                             serial.h system.h time.h timex.h 
	                             uncompress.h vmalloc.h 
	include/asm-arm/arch-clps711x: autcpu12.h dma.h hardware.h io.h 
	                               irq.h irqs.h keyboard.h memory.h 
	                               param.h syspld.h system.h time.h 
	                               timex.h uncompress.h vmalloc.h 
	include/asm-arm/arch-epxa10db: ether00.h tdkphy.h 
	include/asm-arm/arch-iop310: dma.h hardware.h ide.h io.h 
	                             iop310.h iq80310.h irq.h irqs.h 
	                             memory.h param.h pmon.h serial.h 
	                             system.h time.h timex.h 
	                             uncompress.h vmalloc.h 
	include/asm-arm/arch-sa1100: h3600_gpio.h shannon.h system3.h 
	include/asm-arm/hardware: cs89712.h linkup-l1110.h sa1111.h 
	include/linux  : crc32.h gfp.h namespace.h 
	lib            : Config.in crc32.c 
Removed files:
	Documentation/filesystems/devfs: rc.devfs 
	arch/arm/kernel: debug-armo.S debug-armv.S dec21285.c dma-arc.c 
	                 dma-footbridge.c dma-rpc.c ftv-pci.c 
	                 head-armo.S head-armv.S irq-arch.c 
	                 leds-ftvpci.c oldlatches.c 
	arch/arm/mach-ebsa110: arch.c hardware.h irq.c mm.c 
	arch/arm/mach-sa1100: dma-sa1100.c dma-sa1111.c dma.h 
	arch/arm/mach-shark: arch.c mm.c 
	arch/arm/mm    : fault-armo.c mm-armo.c mm-clps7500.c 
	                 mm-ftvpci.c mm-l7200.c mm-rpc.c mm-tbox.c 
	                 small_page.c 
	drivers/scsi   : ide-scsi.h 
	fs/ext3        : acl.c 
	fs/jffs2       : crc32.c crc32.h 
	include/asm-arm: vt.h 
	include/asm-arm/arch-sa1100: pcmcia.h 

Log message:
	Merge with Linux 2.5.2.


From owner-linux-cvs@oss.sgi.com Fri Jul  5 03:59:37 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g65AxbRw017581
	for <linux-cvs-outgoing@oss.sgi.com>; Fri, 5 Jul 2002 03:59:37 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g65Axalp017580
	for linux-cvs-outgoing; Fri, 5 Jul 2002 03:59:36 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g65AxXRw017571
	for <linux-cvs@oss.sgi.com>; Fri, 5 Jul 2002 03:59:33 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g65AxXfW017569
	for linux-cvs@oss.sgi.com; Fri, 5 Jul 2002 03:59:33 -0700
Date: Fri, 5 Jul 2002 03:59:33 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207051059.g65AxXfW017569@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/05 03:59:33

Modified files:
	include/asm-mips64: bitops.h 

Log message:
	Fix merge conflict.


From owner-linux-cvs@oss.sgi.com Fri Jul  5 07:15:32 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g65EFWRw021273
	for <linux-cvs-outgoing@oss.sgi.com>; Fri, 5 Jul 2002 07:15:32 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g65EFVdl021272
	for linux-cvs-outgoing; Fri, 5 Jul 2002 07:15:31 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g65EFTRw021263
	for <linux-cvs@oss.sgi.com>; Fri, 5 Jul 2002 07:15:29 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g65EFTBs021261
	for linux-cvs@oss.sgi.com; Fri, 5 Jul 2002 07:15:29 -0700
Date: Fri, 5 Jul 2002 07:15:29 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207051415.g65EFTBs021261@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/05 07:15:28

Modified files:
	arch/mips64/mm : fault.c 

Log message:
	SCHED_YIELD does no longer exist.


From owner-linux-cvs@oss.sgi.com Fri Jul  5 07:16:59 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g65EGxRw021338
	for <linux-cvs-outgoing@oss.sgi.com>; Fri, 5 Jul 2002 07:16:59 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g65EGxIF021337
	for linux-cvs-outgoing; Fri, 5 Jul 2002 07:16:59 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g65EGuRw021328
	for <linux-cvs@oss.sgi.com>; Fri, 5 Jul 2002 07:16:56 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g65EGuwL021326
	for linux-cvs@oss.sgi.com; Fri, 5 Jul 2002 07:16:56 -0700
Date: Fri, 5 Jul 2002 07:16:56 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207051416.g65EGuwL021326@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/05 07:16:56

Modified files:
	drivers/net    : sgiseeq.h 

Log message:
	Kill RCS $Id string.


From owner-linux-cvs@oss.sgi.com Fri Jul  5 07:17:32 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g65EHWRw021390
	for <linux-cvs-outgoing@oss.sgi.com>; Fri, 5 Jul 2002 07:17:32 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g65EHWKa021389
	for linux-cvs-outgoing; Fri, 5 Jul 2002 07:17:32 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g65EHURw021379
	for <linux-cvs@oss.sgi.com>; Fri, 5 Jul 2002 07:17:30 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g65EHUOg021377
	for linux-cvs@oss.sgi.com; Fri, 5 Jul 2002 07:17:30 -0700
Date: Fri, 5 Jul 2002 07:17:30 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207051417.g65EHUOg021377@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/05 07:17:30

Modified files:
	drivers/net    : Tag: linux_2_4 sgiseeq.h 

Log message:
	Kill RCS $Id string.


From owner-linux-cvs@oss.sgi.com Fri Jul  5 07:19:44 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g65EJiRw021448
	for <linux-cvs-outgoing@oss.sgi.com>; Fri, 5 Jul 2002 07:19:44 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g65EJiVi021447
	for linux-cvs-outgoing; Fri, 5 Jul 2002 07:19:44 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g65EJgRw021438
	for <linux-cvs@oss.sgi.com>; Fri, 5 Jul 2002 07:19:42 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g65EJguG021436
	for linux-cvs@oss.sgi.com; Fri, 5 Jul 2002 07:19:42 -0700
Date: Fri, 5 Jul 2002 07:19:42 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207051419.g65EJguG021436@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/05 07:19:41

Modified files:
	arch/mips64/arc: arc_con.c 

Log message:
	MKDEV and the wait_key method are dead ...


From owner-linux-cvs@oss.sgi.com Fri Jul  5 07:24:15 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g65EOFRw021536
	for <linux-cvs-outgoing@oss.sgi.com>; Fri, 5 Jul 2002 07:24:15 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g65EOFGx021535
	for linux-cvs-outgoing; Fri, 5 Jul 2002 07:24:15 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g65EODRw021526
	for <linux-cvs@oss.sgi.com>; Fri, 5 Jul 2002 07:24:13 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g65EOD37021524
	for linux-cvs@oss.sgi.com; Fri, 5 Jul 2002 07:24:13 -0700
Date: Fri, 5 Jul 2002 07:24:13 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207051424.g65EOD37021524@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/05 07:24:13

Modified files:
	include/asm-mips: bitops.h 

Log message:
	No, __change_bit doesn't set a bit.  Fix comment saying so ...


From owner-linux-cvs@oss.sgi.com Fri Jul  5 07:25:01 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g65EP1Rw021589
	for <linux-cvs-outgoing@oss.sgi.com>; Fri, 5 Jul 2002 07:25:01 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g65EP1sT021588
	for linux-cvs-outgoing; Fri, 5 Jul 2002 07:25:01 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g65EOxRw021577
	for <linux-cvs@oss.sgi.com>; Fri, 5 Jul 2002 07:24:59 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g65EOxHV021575
	for linux-cvs@oss.sgi.com; Fri, 5 Jul 2002 07:24:59 -0700
Date: Fri, 5 Jul 2002 07:24:59 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207051424.g65EOxHV021575@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/05 07:24:59

Modified files:
	include/asm-mips64: bitops.h 

Log message:
	Copy comment about __change_bit from 32-bit version, it was missing
	here.


From owner-linux-cvs@oss.sgi.com Sat Jul  6 04:33:01 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g66BX0Rw022058
	for <linux-cvs-outgoing@oss.sgi.com>; Sat, 6 Jul 2002 04:33:00 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g66BX0un022057
	for linux-cvs-outgoing; Sat, 6 Jul 2002 04:33:00 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g66BWwRw022046
	for <linux-cvs@oss.sgi.com>; Sat, 6 Jul 2002 04:32:58 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g66BWwuV022045
	for linux-cvs@oss.sgi.com; Sat, 6 Jul 2002 04:32:58 -0700
Date: Sat, 6 Jul 2002 04:32:58 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207061132.g66BWwuV022045@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/06 04:32:58

linux/drivers/base

Update of /home/pub/cvs/linux/drivers/base
In directory oss.sgi.com:/tmp/cvs-serv22034/base

Log Message:
Directory /home/pub/cvs/linux/drivers/base added to the repository


From owner-linux-cvs@oss.sgi.com Sat Jul  6 04:33:10 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g66BXARw022093
	for <linux-cvs-outgoing@oss.sgi.com>; Sat, 6 Jul 2002 04:33:10 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g66BXAT8022091
	for linux-cvs-outgoing; Sat, 6 Jul 2002 04:33:10 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g66BX7Rw022077
	for <linux-cvs@oss.sgi.com>; Sat, 6 Jul 2002 04:33:07 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g66BX70F022076
	for linux-cvs@oss.sgi.com; Sat, 6 Jul 2002 04:33:07 -0700
Date: Sat, 6 Jul 2002 04:33:07 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207061133.g66BX70F022076@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/06 04:33:07

linux/lib/zlib_deflate

Update of /home/pub/cvs/linux/lib/zlib_deflate
In directory oss.sgi.com:/tmp/cvs-serv22065/zlib_deflate

Log Message:
Directory /home/pub/cvs/linux/lib/zlib_deflate added to the repository


From owner-linux-cvs@oss.sgi.com Sat Jul  6 04:33:20 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g66BXKRw022141
	for <linux-cvs-outgoing@oss.sgi.com>; Sat, 6 Jul 2002 04:33:20 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g66BXKt4022140
	for linux-cvs-outgoing; Sat, 6 Jul 2002 04:33:20 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g66BXHRw022130
	for <linux-cvs@oss.sgi.com>; Sat, 6 Jul 2002 04:33:17 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g66BXHuv022129
	for linux-cvs@oss.sgi.com; Sat, 6 Jul 2002 04:33:17 -0700
Date: Sat, 6 Jul 2002 04:33:17 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207061133.g66BXHuv022129@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/06 04:33:17

linux/lib/zlib_inflate

Update of /home/pub/cvs/linux/lib/zlib_inflate
In directory oss.sgi.com:/tmp/cvs-serv22118/zlib_inflate

Log Message:
Directory /home/pub/cvs/linux/lib/zlib_inflate added to the repository


From owner-linux-cvs@oss.sgi.com Sat Jul  6 04:33:30 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g66BXURw022203
	for <linux-cvs-outgoing@oss.sgi.com>; Sat, 6 Jul 2002 04:33:30 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g66BXU83022202
	for linux-cvs-outgoing; Sat, 6 Jul 2002 04:33:30 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g66BXRRw022184
	for <linux-cvs@oss.sgi.com>; Sat, 6 Jul 2002 04:33:27 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g66BXRip022183
	for linux-cvs@oss.sgi.com; Sat, 6 Jul 2002 04:33:27 -0700
Date: Sat, 6 Jul 2002 04:33:27 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207061133.g66BXRip022183@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/06 04:33:27

linux/linux

Update of /home/pub/cvs/linux/linux
In directory oss.sgi.com:/tmp/cvs-serv22172/linux

Log Message:
Directory /home/pub/cvs/linux/linux added to the repository


From owner-linux-cvs@oss.sgi.com Sun Jul  7 15:47:42 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g67MlgRw002419
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 7 Jul 2002 15:47:42 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g67MlfsD002418
	for linux-cvs-outgoing; Sun, 7 Jul 2002 15:47:41 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g67MkbRw002404
	for <linux-cvs@oss.sgi.com>; Sun, 7 Jul 2002 15:46:37 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g67MkbNi002402
	for linux-cvs@oss.sgi.com; Sun, 7 Jul 2002 15:46:37 -0700
Date: Sun, 7 Jul 2002 15:46:37 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207072246.g67MkbNi002402@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.7 required=5.0 tests=PORN_12,PORN_10 version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/07 15:46:37

Modified files:
	.              : CREDITS MAINTAINERS Makefile 
	Documentation  : Changes DMA-mapping.txt IRQ-affinity.txt 
	                 cachetlb.txt ioctl-number.txt 
	                 kernel-parameters.txt pci.txt scsi-generic.txt 
	                 scsi.txt 
	Documentation/DocBook: Makefile kernel-api.tmpl 
	                       kernel-hacking.tmpl 
	Documentation/filesystems: Locking 
	Documentation/filesystems/devfs: ChangeLog README 
	Documentation/i386: boot.txt 
	Documentation/networking: decnet.txt 
	arch/alpha     : config.in vmlinux.lds.in 
	arch/alpha/kernel: check_asm.c entry.S process.c smp.c time.c 
	arch/arm       : config.in vmlinux-armo.lds.in 
	                 vmlinux-armv.lds.in 
	arch/arm/kernel: ecard.c entry-common.S init_task.c process.c 
	arch/arm/tools : getconstants.c 
	arch/cris      : Makefile README.mm config.in cris.ld 
	arch/cris/boot/compressed: README misc.c 
	arch/cris/boot/rescue: head.S kimagerescue.S testrescue.S 
	arch/cris/drivers: Config.in axisflashmap.c ds1302.c eeprom.c 
	                   ethernet.c gpio.c i2c.c i2c.h ide.c parport.c 
	                   serial.c serial.h sync_serial.c usb-host.c 
	arch/cris/drivers/examples: kiobuftest.c 
	arch/cris/drivers/lpslave: bintocarr.pl e100lpslave.S 
	                           e100lpslavenet.c 
	arch/cris/kernel: Makefile debugport.c entry.S entryoffsets.c 
	                  head.S irq.c kgdb.c ksyms.c process.c ptrace.c 
	                  setup.c shadows.c sys_cris.c time.c traps.c 
	arch/cris/lib  : checksum.S checksumcopy.S dmacopy.c dram_init.S 
	                 hw_settings.S old_checksum.c 
	arch/cris/mm   : extable.c fault.c init.c tlb.c 
	arch/i386      : config.in defconfig vmlinux.lds 
	arch/i386/boot : setup.S 
	arch/i386/kernel: apic.c apm.c bluesmoke.c entry.S head.S 
	                  i8259.c init_task.c mca.c mtrr.c pci-i386.c 
	                  process.c ptrace.c setup.c signal.c smp.c 
	                  smpboot.c time.c traps.c vm86.c 
	arch/i386/math-emu: fpu_entry.c 
	arch/ia64      : config.in vmlinux.lds.S 
	arch/ia64/kernel: entry.S init_task.c pci.c perfmon.c process.c 
	                  time.c 
	arch/ia64/mm   : tlb.c 
	arch/ia64/tools: print_offsets.c 
	arch/m68k      : config.in vmlinux-sun3.lds vmlinux.lds 
	arch/m68k/kernel: m68k_defs.c process.c 
	arch/mips      : config.in defconfig defconfig-atlas 
	                 defconfig-cobalt defconfig-ddb5476 
	                 defconfig-ddb5477 defconfig-decstation 
	                 defconfig-ev64120 defconfig-ev96100 
	                 defconfig-hp-lj defconfig-ip22 defconfig-it8172 
	                 defconfig-ivr defconfig-jmr3927 defconfig-malta 
	                 defconfig-nino defconfig-ocelot 
	                 defconfig-osprey defconfig-pb1000 
	                 defconfig-pb1500 defconfig-rm200 
	                 defconfig-sb1250-swarm ld.script.in 
	arch/mips/kernel: entry.S init_task.c irixsig.c process.c 
	                  ptrace.c scall_o32.S signal.c smp.c 
	arch/mips/math-emu: cp1emu.c 
	arch/mips/mm   : c-andes.c c-mips32.c c-r3k.c c-r4k.c c-r5432.c 
	                 c-rm7k.c c-tx39.c c-tx49.c loadmmu.c tlb-r3k.c 
	                 tlb-r4k.c tlb-sb1.c umap.c 
	arch/mips/tools: offset.c 
	arch/mips64    : config.in defconfig defconfig-atlas 
	                 defconfig-ip22 defconfig-ip27 defconfig-ip32 
	                 defconfig-malta defconfig-sb1250-swarm 
	                 ld.script.elf32.S ld.script.elf64 
	arch/mips64/kernel: entry.S init_task.c process.c ptrace.c 
	                    scall_64.S scall_o32.S signal.c signal32.c 
	                    smp.c 
	arch/mips64/mm : andes.c loadmmu.c r4xx0.c tlb-sb1.c umap.c 
	arch/mips64/sibyte/sb1250: smp.c 
	arch/parisc    : config.in vmlinux.lds 
	arch/parisc/kernel: entry.S init_task.c process.c 
	arch/parisc/mm : kmap.c pa11.c pa20.c 
	arch/parisc/tools: offset.c 
	arch/ppc       : config.in vmlinux.lds 
	arch/ppc/kernel: entry.S idle.c mk_defs.c pci.c setup.c smp.c 
	                 time.c 
	arch/ppc/mm    : tlb.c 
	arch/s390      : config.in vmlinux-shared.lds vmlinux.lds 
	arch/s390/kernel: entry.S init_task.c process.c time.c 
	arch/s390x     : config.in vmlinux-shared.lds vmlinux.lds 
	arch/s390x/kernel: entry.S init_task.c process.c time.c 
	arch/sh        : config.in vmlinux.lds.S 
	arch/sh/kernel : entry.S fpu.c head.S init_task.c irq.c 
	                 process.c rtc.c setup.c signal.c traps.c 
	arch/sh/mm     : cache-sh4.c fault.c 
	arch/sparc     : config.in defconfig vmlinux.lds 
	arch/sparc/kernel: init_task.c pcic.c process.c rtrap.S smp.c 
	                   time.c 
	arch/sparc/mm  : generic.c hypersparc.S srmmu.c sun4c.c swift.S 
	                 tsunami.S viking.S 
	arch/sparc64   : config.in defconfig vmlinux.lds 
	arch/sparc64/kernel: head.S init_task.c ioctl32.c pci.c 
	                     pci_common.c pci_psycho.c pci_sabre.c 
	                     pci_schizo.c process.c rtrap.S sbus.c smp.c 
	                     sparc64_ksyms.c time.c ttable.S 
	arch/sparc64/lib: U3copy_from_user.S 
	arch/sparc64/mm: generic.c init.c modutil.c ultra.S 
	drivers        : Makefile 
	drivers/block  : cciss.c cciss.h cciss_cmd.h cciss_scsi.c 
	                 ll_rw_blk.c loop.c ps2esdi.c 
	drivers/block/paride: pf.c pg.c pseudo.h pt.c 
	drivers/char   : console.c lp.c mem.c ppdev.c random.c shwdt.c 
	                 tty_io.c 
	drivers/char/agp: agpgart_fe.c 
	drivers/char/drm: drm_vm.h i810_dma.c 
	drivers/char/ftape/lowlevel: ftape-ctl.c 
	drivers/char/joystick: iforce.c 
	drivers/char/mwave: 3780i.c 
	drivers/dio    : dio.c 
	drivers/fc4    : fc.c 
	drivers/hotplug: cpqphp_core.c 
	drivers/i2c    : i2c-algo-bit.c i2c-algo-ite.c 
	drivers/ide    : Config.in Makefile alim15x3.c cmd64x.c hpt366.c 
	                 ide-cd.c ide-cd.h ide-cs.c ide-disk.c ide-dma.c 
	                 ide-features.c ide-floppy.c ide-geometry.c 
	                 ide-pci.c ide-pmac.c ide-probe.c ide-proc.c 
	                 ide-tape.c ide.c pdc202xx.c pdc4030.c piix.c 
	                 qd65xx.c qd65xx.h serverworks.c slc90e66.c 
	drivers/ieee1394: Config.in Makefile csr.c highlevel.c 
	                  highlevel.h hosts.c hosts.h ieee1394.h 
	                  ieee1394_core.c ieee1394_core.h 
	                  ieee1394_transactions.c ieee1394_types.h 
	                  nodemgr.c nodemgr.h ohci1394.c ohci1394.h 
	                  pcilynx.c pcilynx.h raw1394.c sbp2.c sbp2.h 
	                  video1394.c video1394.h 
	drivers/input  : evdev.c 
	drivers/isdn   : Config.in isdn_common.c isdn_common.h 
	                 isdn_ppp.c isdn_ppp.h 
	drivers/isdn/avmb1: b1pci.c c4.c t1pci.c 
	drivers/isdn/hisax: Makefile avm_pci.c callc.c config.c 
	                    elsa_ser.c hfc_2bds0.c hfc_2bs0.c hfc_pci.c 
	                    hfc_sx.c hisax.h hscx.c icc.c isac.c isar.c 
	                    isdnl1.c isdnl2.c isdnl2.h isdnl3.c jade.c 
	                    l3_1tr6.c l3dss1.c l3ni1.c netjet.c st5481.h 
	                    st5481_d.c st5481_usb.c tei.c w6692.c 
	drivers/md     : md.c 
	drivers/media/radio: radio-sf16fmi.c 
	drivers/media/video: bttv-driver.c c-qcam.c cpia.c cpia_pp.c 
	                     cpia_usb.c meye.c planb.c saa5249.c 
	                     videodev.c zr36067.c zr36120.c 
	drivers/message/fusion: mptscsih.c 
	drivers/mtd    : mtdblock.c 
	drivers/mtd/chips: amd_flash.c 
	drivers/mtd/devices: blkmtd.c doc2000.c 
	drivers/net    : 8139cp.c 8139too.c Config.in Makefile acenic.c 
	                 acenic.h au1000_eth.c cs89x0.c de2104x.c dl2k.c 
	                 fealnx.c ppp_deflate.c sunbmac.c sundance.c 
	                 sungem.c sungem.h sunhme.c sunlance.c sunqe.c 
	drivers/net/irda: ali-ircc.c irda-usb.c nsc-ircc.c 
	drivers/net/pcmcia: Config.in Makefile 
	drivers/net/wan: dscc4.c 
	drivers/net/wireless: Config.in Makefile todo.txt 
	drivers/nubus  : nubus.c 
	drivers/parport: ChangeLog Config.in ieee1284.c ieee1284_ops.c 
	                 parport_pc.c 
	drivers/pci    : Makefile pci.c 
	drivers/pcmcia : ds.c hd64465_ss.c 
	drivers/pnp    : Config.in Makefile isapnp.c 
	drivers/sbus   : sbus.c 
	drivers/sbus/char: envctrl.c flash.c vfc_dev.c zs.c 
	drivers/scsi   : 3w-xxxx.c 53c7,8xx.c 53c700.c AM53C974.c 
	                 BusLogic.h NCR5380.c NCR53C9x.c NCR53c406a.c 
	                 README.st a2091.c a3000.c advansys.c aha152x.c 
	                 aha1542.c aha1740.c aic7xxx_old.c atp870u.c 
	                 blz1230.c blz2060.c cpqfcTSinit.c 
	                 cpqfcTSworker.c cyberstorm.c cyberstormII.c 
	                 dec_esp.c dpt_i2o.c dtc.c eata.c eata_dma.c 
	                 eata_pio.c esp.c fastlane.c fd_mcs.c fdomain.c 
	                 gdth.c gvp11.c ibmmca.c ide-scsi.c imm.c 
	                 in2000.h ini9100u.c inia100.c ips.c jazz_esp.c 
	                 mac53c94.c mac_esp.c mca_53c9x.c megaraid.c 
	                 mesh.c oktagon_esp.c pas16.c pci2000.c 
	                 pci2220i.c ppa.c psi240i.c qla1280.c 
	                 qlogicfas.c qlogicfc.c qlogicisp.c qlogicpti.c 
	                 scsi_debug.c scsi_debug.h seagate.c sg.c 
	                 sim710.c sr.c st.c st.h st_options.h 
	                 sun3x_esp.c sym53c416.c sym53c8xx_comm.h t128.c 
	                 tmscsim.c u14-34f.c ultrastor.c wd7000.c 
	drivers/scsi/aic7xxx: aic7xxx_linux.c 
	drivers/sgi/char: graphics.c shmiq.c 
	drivers/sound  : cmpci.c cs46xx.c es1370.c es1371.c esssolo1.c 
	                 i810_audio.c ite8172.c maestro.c maestro3.c 
	                 rme96xx.c sonicvibes.c soundcard.c trident.c 
	                 via82cxxx_audio.c ymfpci.c 
	drivers/sound/cs4281: cs4281m.c 
	drivers/sound/emu10k1: audio.c midi.c mixer.c 
	drivers/tc     : tc.c 
	drivers/usb    : CDCEther.c CDCEther.h Makefile audio.c 
	                 auerswald.c catc.c devio.c dsbr100.c hcd.c 
	                 hpusbscsi.c hpusbscsi.h hub.c ibmcam.h inode.c 
	                 kaweth.c microtek.c microtek.h ov511.c ov511.h 
	                 pegasus.c pegasus.h pwc-if.c scanner.c 
	                 scanner.h se401.c se401.h stv680.c stv680.h 
	                 uhci.c usb-ohci.c usb-ohci.h usb-uhci.c 
	                 usb-uhci.h usb.c usbkbd.c usbmouse.c usbvideo.c 
	                 usbvideo.h vicam.c vicam.h wacom.c 
	drivers/usb/hcd: Config.in Makefile ehci-hcd.c ehci-hub.c 
	                 ehci-q.c ehci-sched.c 
	drivers/usb/serial: ftdi_sio.c ftdi_sio.h io_edgeport.c ir-usb.c 
	                    keyspan.c keyspan.h 
	drivers/usb/storage: protocol.c transport.c unusual_devs.h usb.c 
	drivers/video  : Config.in Makefile S3triofb.c acornfb.c amifb.c 
	                 atafb.c aty128fb.c chipsfb.c clgenfb.c 
	                 controlfb.c cyberfb.c dn_cfb4.c dn_cfb8.c 
	                 dnfb.c epson1355fb.c fbmem.c fm2fb.c g364fb.c 
	                 hgafb.c hitfb.c hpfb.c igafb.c imsttfb.c 
	                 macfb.c maxinefb.c offb.c platinumfb.c 
	                 pmag-ba-fb.c pmagb-b-fb.c pvr2fb.c q40fb.c 
	                 radeonfb.c retz3fb.c sbusfb.c sgivwfb.c 
	                 skeletonfb.c sstfb.c stifb.c sun3fb.c tdfxfb.c 
	                 tgafb.c tx3912fb.c valkyriefb.c vfb.c vga16fb.c 
	                 virgefb.c 
	drivers/video/aty: atyfb_base.c 
	drivers/video/matrox: matroxfb_base.h 
	drivers/video/sis: sis_main.c 
	drivers/zorro  : zorro.c 
	fs             : Config.in Makefile Makefile.lib binfmt_misc.c 
	                 block_dev.c buffer.c fcntl.c file.c inode.c 
	                 namei.c namespace.c open.c pipe.c read_write.c 
	                 super.c 
	fs/adfs        : dir.c inode.c super.c 
	fs/affs        : amigaffs.c bitmap.c file.c inode.c super.c 
	fs/bfs         : bfs_defs.h dir.c file.c inode.c 
	fs/coda        : inode.c psdev.c 
	fs/cramfs      : Makefile 
	fs/devfs       : base.c 
	fs/devpts      : inode.c 
	fs/driverfs    : inode.c 
	fs/efs         : super.c 
	fs/ext2        : balloc.c bitmap.c dir.c file.c fsync.c ialloc.c 
	                 inode.c ioctl.c namei.c super.c symlink.c 
	fs/ext3        : ialloc.c inode.c ioctl.c namei.c super.c 
	                 symlink.c 
	fs/fat         : buffer.c cache.c cvf.c dir.c fatfs_syms.c 
	                 file.c inode.c misc.c 
	fs/hfs         : file_cap.c file_hdr.c inode.c super.c 
	fs/hpfs        : anode.c buffer.c dir.c dnode.c ea.c file.c 
	                 hpfs_fn.h inode.c name.c namei.c super.c 
	fs/intermezzo  : journal_ext3.c journal_obdfs.c 
	                 journal_reiserfs.c kml_reint.c 
	fs/isofs       : Makefile compress.c inode.c namei.c rock.c 
	                 util.c 
	fs/jbd         : commit.c 
	fs/jffs        : inode-v23.c jffs_fm.c 
	fs/jffs2       : Makefile background.c compr_zlib.c dir.c 
	                 erase.c malloc.c nodemgmt.c readinode.c super.c 
	                 write.c 
	fs/lockd       : svc.c 
	fs/minix       : bitmap.c inode.c itree_v1.c itree_v2.c 
	fs/msdos       : msdosfs_syms.c namei.c 
	fs/ncpfs       : inode.c 
	fs/nfs         : inode.c read.c write.c 
	fs/nfsd        : export.c nfssvc.c vfs.c 
	fs/ntfs        : fs.c macros.h unistr.c 
	fs/partitions  : Makefile msdos.c 
	fs/proc        : array.c generic.c 
	fs/qnx4        : bitmap.c fsync.c inode.c 
	fs/reiserfs    : Makefile bitmap.c buffer2.c dir.c do_balan.c 
	                 file.c fix_node.c inode.c ioctl.c journal.c 
	                 lbalance.c namei.c objectid.c prints.c procfs.c 
	                 resize.c stree.c super.c tail_conversion.c 
	fs/smbfs       : dir.c file.c inode.c proc.c 
	fs/sysv        : ChangeLog dir.c ialloc.c inode.c itree.c 
	                 super.c symlink.c 
	fs/udf         : ialloc.c inode.c super.c udf_i.h 
	fs/ufs         : balloc.c file.c ialloc.c inode.c namei.c 
	                 super.c symlink.c truncate.c util.c 
	fs/umsdos      : dir.c inode.c namei.c rdir.c 
	fs/vfat        : namei.c 
	include/asm-alpha: ide.h pci.h pgalloc.h pgtable.h 
	include/asm-arm: ide.h pci.h pgtable.h 
	include/asm-arm/arch-arc: system.h 
	include/asm-arm/arch-cl7500: system.h 
	include/asm-arm/arch-ebsa110: system.h 
	include/asm-arm/arch-ebsa285: system.h 
	include/asm-arm/arch-nexuspci: system.h 
	include/asm-arm/arch-rpc: system.h 
	include/asm-arm/arch-sa1100: system.h 
	include/asm-arm/arch-tbox: system.h 
	include/asm-arm/proc-armo: cache.h 
	include/asm-arm/proc-armv: cache.h 
	include/asm-cris: bitops.h elf.h ide.h irq.h page.h pgalloc.h 
	                  pgtable.h processor.h unistd.h user.h 
	include/asm-generic: tlb.h 
	include/asm-i386: apic.h bitops.h desc.h hw_irq.h ide.h 
	                  mmu_context.h page.h pci.h pgalloc.h pgtable.h 
	                  signal.h smplock.h unistd.h 
	include/asm-ia64: ide.h pci.h pgalloc.h 
	include/asm-m68k: ide.h motorola_pgalloc.h pgalloc.h 
	                  sun3_pgalloc.h 
	include/asm-mips: bitops.h gfx.h ide.h mmu_context.h pci.h 
	                  pgalloc.h pgtable.h umap.h 
	include/asm-mips64: bitops.h exception.h gfx.h ide.h 
	                    mmu_context.h pci.h pgalloc.h pgtable.h 
	                    processor.h 
	include/asm-parisc: ide.h pci.h pgalloc.h pgtable.h 
	include/asm-ppc: ide.h pci.h pgtable.h 
	include/asm-s390: ide.h pgalloc.h pgtable.h 
	include/asm-s390x: ide.h pgalloc.h pgtable.h 
	include/asm-sh : ide.h mmu_context.h pci.h pgalloc.h pgtable.h 
	                 processor.h scatterlist.h 
	include/asm-sparc: ide.h pci.h pgalloc.h pgtable.h 
	include/asm-sparc64: ide.h irq.h pci.h pgalloc.h pgtable.h 
	include/linux  : adfs_fs.h adfs_fs_i.h affs_fs.h affs_fs_i.h 
	                 amigaffs.h bfs_fs.h bfs_fs_i.h blk.h blkdev.h 
	                 cciss_ioctl.h coda.h coda_fs_i.h coda_linux.h 
	                 device.h dnotify.h driverfs_fs.h efs_fs.h 
	                 efs_fs_i.h ext2_fs.h ext3_fs.h ext3_fs_i.h 
	                 ext3_jbd.h fb.h file.h fs.h hdreg.h hfs_fs.h 
	                 hfs_fs_i.h highmem.h hpfs_fs_i.h ide.h init.h 
	                 isdn.h iso_fs.h iso_fs_i.h jffs2_fs_i.h 
	                 limits.h mii.h minix_fs.h minix_fs_i.h mm.h 
	                 msdos_fs.h msdos_fs_i.h ncp_fs.h ncp_fs_i.h 
	                 netdevice.h netfilter_ipv4.h netlink.h nfs_fs.h 
	                 nfs_fs_i.h ntfs_fs_i.h pci.h qnx4_fs.h 
	                 reiserfs_fs.h reiserfs_fs_i.h reiserfs_fs_sb.h 
	                 rtnetlink.h sched.h shmem_fs.h smb_fs.h 
	                 smb_fs_i.h sysv_fs.h sysv_fs_i.h time.h 
	                 udf_fs_i.h ufs_fs.h ufs_fs_i.h ufs_fs_sb.h 
	                 umsdos_fs.p usb.h videodev.h wireless.h 
	                 zlib_fs.h 
	include/linux/mtd: cfi.h 
	include/linux/netfilter_ipv4: ip_tables.h 
	include/linux/netfilter_ipv6: ip6_tables.h 
	include/net    : dn_fib.h inetpeer.h route.h sock.h 
	include/scsi   : sg.h 
	init           : main.c 
	kernel         : Makefile exit.c fork.c kmod.c ksyms.c printk.c 
	                 sched.c signal.c softirq.c time.c timer.c 
	lib            : Config.in Makefile crc32.c vsprintf.c 
	mm             : filemap.c highmem.c memory.c mmap.c mprotect.c 
	                 mremap.c oom_kill.c page_alloc.c shmem.c 
	                 swapfile.c vmscan.c 
	net            : Config.in Makefile netsyms.c socket.c 
	net/bridge     : br_fdb.c 
	net/core       : Makefile datagram.c dev.c neighbour.c 
	                 rtnetlink.c scm.c skbuff.c sock.c 
	net/decnet     : README af_decnet.c dn_dev.c dn_fib.c dn_route.c 
	                 dn_rules.c dn_table.c 
	net/ipv4       : Config.in Makefile af_inet.c devinet.c 
	                 fib_frontend.c fib_hash.c fib_rules.c 
	                 fib_semantics.c icmp.c ip_fragment.c ip_input.c 
	                 ipconfig.c ipmr.c route.c tcp.c tcp_input.c 
	                 tcp_ipv4.c tcp_output.c udp.c 
	net/ipv4/netfilter: Config.in Makefile ip_fw_compat_masq.c 
	                    ip_fw_compat_redir.c ip_nat_rule.c 
	                    ip_nat_standalone.c ip_queue.c ip_tables.c 
	                    ipchains_core.c ipfwadm_core.c ipt_LOG.c 
	                    ipt_REDIRECT.c iptable_filter.c 
	                    iptable_mangle.c 
	net/ipv6       : Config.in addrconf.c ip6_fib.c ip6_fw.c ndisc.c 
	                 proc.c route.c 
	net/ipv6/netfilter: Config.in Makefile ip6_tables.c ip6t_MARK.c 
	                    ip6table_filter.c ip6table_mangle.c 
	net/irda       : af_irda.c 
	net/khttpd     : main.c 
	net/netlink    : af_netlink.c netlink_dev.c 
	net/packet     : af_packet.c 
	net/sched      : Config.in cls_api.c cls_fw.c cls_route.c 
	                 cls_rsvp.h cls_tcindex.c cls_u32.c police.c 
	                 sch_api.c sch_atm.c sch_cbq.c sch_csz.c 
	                 sch_dsmark.c sch_fifo.c sch_gred.c 
	                 sch_ingress.c sch_prio.c sch_red.c sch_sfq.c 
	                 sch_tbf.c 
	net/sunrpc     : sched.c svc.c 
	net/unix       : af_unix.c garbage.c 
	scripts        : Configure Menuconfig 
Added files:
	Documentation/DocBook: writing_usb_driver.tmpl 
	arch/alpha     : Config.help 
	arch/arm       : Config.help 
	arch/cris      : Config.help 
	arch/cris/drivers: Config.help 
	arch/cris/drivers/bluetooth: Makefile 
	arch/i386      : Config.help 
	arch/ia64      : Config.help 
	arch/m68k      : Config.help 
	arch/mips      : Config.help 
	arch/mips64    : Config.help 
	arch/parisc    : Config.help 
	arch/ppc       : Config.help 
	arch/ppc/8260_io: Config.help 
	arch/ppc/8xx_io: Config.help 
	arch/s390      : Config.help 
	arch/s390x     : Config.help 
	arch/sh        : Config.help 
	arch/sparc     : Config.help 
	arch/sparc64   : Config.help 
	drivers/acorn/block: Config.help 
	drivers/acorn/net: Config.help 
	drivers/acorn/scsi: Config.help 
	drivers/acpi   : Config.help 
	drivers/atm    : Config.help 
	drivers/base   : Makefile core.c fs.c interface.c 
	drivers/block  : Config.help 
	drivers/block/paride: Config.help 
	drivers/bluetooth: Config.help 
	drivers/cdrom  : Config.help 
	drivers/char   : Config.help 
	drivers/char/drm: Config.help 
	drivers/char/ftape: Config.help 
	drivers/char/joystick: Config.help 
	drivers/char/pcmcia: Config.help 
	drivers/fc4    : Config.help 
	drivers/hotplug: Config.help pcihp_skeleton.c 
	drivers/i2c    : Config.help 
	drivers/ide    : Config.help ide-taskfile.c pdcadma.c 
	drivers/ieee1394: Config.help dv1394-private.h dv1394.c dv1394.h 
	drivers/input  : Config.help 
	drivers/isdn   : Config.help 
	drivers/isdn/hisax: hisax_fcclassic.c hisax_fcclassic.h 
	                    hisax_hscx.c hisax_hscx.h 
	drivers/md     : Config.help 
	drivers/media  : Config.help 
	drivers/media/radio: Config.help 
	drivers/media/video: Config.help 
	drivers/message/fusion: Config.help 
	drivers/message/i2o: Config.help 
	drivers/mtd    : Config.help 
	drivers/mtd/chips: Config.help 
	drivers/mtd/devices: Config.help 
	drivers/mtd/maps: Config.help 
	drivers/mtd/nand: Config.help 
	drivers/net    : Config.help mii.c 
	drivers/net/appletalk: Config.help 
	drivers/net/arcnet: Config.help 
	drivers/net/hamradio: Config.help 
	drivers/net/irda: Config.help 
	drivers/net/pcmcia: Config.help 
	drivers/net/tokenring: Config.help 
	drivers/net/wan: Config.help 
	drivers/net/wireless: Config.help i82586.h i82593.h netwave_cs.c 
	                      wavelan.c wavelan.h wavelan.p.h 
	                      wavelan_cs.c wavelan_cs.h wavelan_cs.p.h 
	drivers/parport: Config.help 
	drivers/pci    : Config.help pci-driver.c 
	drivers/pcmcia : Config.help 
	drivers/pnp    : Config.help pnpbios_core.c pnpbios_proc.c 
	drivers/s390   : Config.help 
	drivers/sbus/audio: Config.help 
	drivers/sbus/char: Config.help 
	drivers/scsi   : Config.help 
	drivers/scsi/aic7xxx: Config.help 
	drivers/scsi/pcmcia: Config.help 
	drivers/sgi    : Config.help 
	drivers/sound  : Config.help 
	drivers/sound/dmasound: Config.help 
	drivers/telephony: Config.help 
	drivers/usb    : Config.help 
	drivers/usb/hcd: Config.help ohci-dbg.c ohci-hcd.c ohci-hub.c 
	                 ohci-mem.c ohci-q.c ohci.h 
	drivers/usb/serial: Config.help 
	drivers/video  : Config.help neofb.c neofb.h 
	drivers/zorro  : Config.help 
	fs             : Config.help xattr.c 
	fs/ext2        : ext2.h 
	fs/ncpfs       : Config.help 
	fs/nls         : Config.help 
	fs/partitions  : Config.help 
	include/asm-cris: ethernet.h scatterlist.h 
	include/asm-sparc64: pil.h 
	include/linux  : init_task.h pnpbios.h tcp_diag.h xattr.h zlib.h 
	include/linux/netfilter_ipv4: ipt_ULOG.h ipt_ah.h ipt_esp.h 
	include/net    : iw_handler.h 
	init           : Config.help Config.in 
	lib            : Config.help 
	lib/zlib_deflate: Makefile deflate.c deflate_syms.c deftree.c 
	                  defutil.h 
	lib/zlib_inflate: Makefile infblock.c infblock.h infcodes.c 
	                  infcodes.h inffast.c inffast.h inffixed.h 
	                  inflate.c inflate_syms.c inftrees.c inftrees.h 
	                  infutil.c infutil.h 
	linux          : zconf.h zutil.h 
	net            : Config.help 
	net/ax25       : Config.help 
	net/bluetooth  : Config.help 
	net/core       : wireless.c 
	net/decnet     : Config.help 
	net/ipv4       : Config.help tcp_diag.c 
	net/ipv4/netfilter: Config.help ipt_ULOG.c ipt_ah.c ipt_esp.c 
	net/ipv6/netfilter: Config.help ip6_queue.c 
	net/ipx        : Config.help 
	net/irda       : Config.help 
	net/irda/ircomm: Config.help 
	net/irda/irlan : Config.help 
	net/irda/irnet : Config.help 
	net/khttpd     : Config.help 
	net/sched      : Config.help 
Removed files:
	drivers/ieee1394: ieee1394_syms.c 
	drivers/net    : i82586.h wavelan.c wavelan.h wavelan.p.h zlib.c 
	                 zlib.h 
	drivers/net/pcmcia: i82593.h netwave_cs.c wavelan.h wavelan_cs.c 
	                    wavelan_cs.h 
	fs/jffs2       : zlib.c zlib.h 
	fs/reiserfs    : version.c 
	include/linux  : ext2_fs_i.h qnx4_fs_i.h usbdev_fs_i.h 
	                 usbdev_fs_sb.h 
	kernel         : device.c 

Log message:
	Merge with Linux 2.5.3.


From owner-linux-cvs@oss.sgi.com Sun Jul  7 15:57:42 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g67MvgRw002601
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 7 Jul 2002 15:57:42 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g67MvgA3002599
	for linux-cvs-outgoing; Sun, 7 Jul 2002 15:57:42 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g67MvdRw002589
	for <linux-cvs@oss.sgi.com>; Sun, 7 Jul 2002 15:57:40 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g67MvdD3002588
	for linux-cvs@oss.sgi.com; Sun, 7 Jul 2002 15:57:39 -0700
Date: Sun, 7 Jul 2002 15:57:39 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207072257.g67MvdD3002588@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/07 15:57:39

linux/drivers/input/gameport

Update of /home/pub/cvs/linux/drivers/input/gameport
In directory oss.sgi.com:/tmp/cvs-serv2577/gameport

Log Message:
Directory /home/pub/cvs/linux/drivers/input/gameport added to the repository


From owner-linux-cvs@oss.sgi.com Sun Jul  7 15:57:52 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g67MvqRw002651
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 7 Jul 2002 15:57:52 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g67MvqLV002650
	for linux-cvs-outgoing; Sun, 7 Jul 2002 15:57:52 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g67MvnRw002641
	for <linux-cvs@oss.sgi.com>; Sun, 7 Jul 2002 15:57:49 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g67MvnfE002640
	for linux-cvs@oss.sgi.com; Sun, 7 Jul 2002 15:57:49 -0700
Date: Sun, 7 Jul 2002 15:57:49 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207072257.g67MvnfE002640@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/07 15:57:49

linux/drivers/input/joystick

Update of /home/pub/cvs/linux/drivers/input/joystick
In directory oss.sgi.com:/tmp/cvs-serv2627/joystick

Log Message:
Directory /home/pub/cvs/linux/drivers/input/joystick added to the repository


From owner-linux-cvs@oss.sgi.com Sun Jul  7 15:58:06 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g67Mw6Rw002700
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 7 Jul 2002 15:58:06 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g67Mw6U8002699
	for linux-cvs-outgoing; Sun, 7 Jul 2002 15:58:06 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g67Mw3Rw002690
	for <linux-cvs@oss.sgi.com>; Sun, 7 Jul 2002 15:58:03 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g67Mw3F8002689
	for linux-cvs@oss.sgi.com; Sun, 7 Jul 2002 15:58:03 -0700
Date: Sun, 7 Jul 2002 15:58:03 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207072258.g67Mw3F8002689@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/07 15:58:03

linux/drivers/input/serio

Update of /home/pub/cvs/linux/drivers/input/serio
In directory oss.sgi.com:/tmp/cvs-serv2678/serio

Log Message:
Directory /home/pub/cvs/linux/drivers/input/serio added to the repository


From owner-linux-cvs@oss.sgi.com Mon Jul  8 04:52:46 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68BqkRw011151
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 8 Jul 2002 04:52:46 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68Bqk3D011150
	for linux-cvs-outgoing; Mon, 8 Jul 2002 04:52:46 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68BqhRw011141
	for <linux-cvs@oss.sgi.com>; Mon, 8 Jul 2002 04:52:43 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68Bqhv5011139
	for linux-cvs@oss.sgi.com; Mon, 8 Jul 2002 04:52:43 -0700
Date: Mon, 8 Jul 2002 04:52:43 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207081152.g68Bqhv5011139@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/08 04:52:43

Modified files:
	include/asm-mips64: Tag: linux_2_4 a.out.h 

Log message:
	Set STACK_TOP to TASK_SIZE32 instead of a hardcoded value for 32-bit
	binaries.


From owner-linux-cvs@oss.sgi.com Mon Jul  8 04:54:11 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68BsBRw011205
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 8 Jul 2002 04:54:11 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68BsBtg011204
	for linux-cvs-outgoing; Mon, 8 Jul 2002 04:54:11 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68Bs8Rw011195
	for <linux-cvs@oss.sgi.com>; Mon, 8 Jul 2002 04:54:08 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68Bs8xd011193
	for linux-cvs@oss.sgi.com; Mon, 8 Jul 2002 04:54:08 -0700
Date: Mon, 8 Jul 2002 04:54:08 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207081154.g68Bs8xd011193@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/08 04:54:08

Modified files:
	include/asm-mips64: a.out.h 

Log message:
	Set STACK_TOP to TASK_SIZE32 instead of a hardcoded value for 32-bit
	binaries.


From owner-linux-cvs@oss.sgi.com Mon Jul  8 04:56:41 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68BufRw011302
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 8 Jul 2002 04:56:41 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68BufY5011301
	for linux-cvs-outgoing; Mon, 8 Jul 2002 04:56:41 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68BudRw011292
	for <linux-cvs@oss.sgi.com>; Mon, 8 Jul 2002 04:56:39 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68BudTY011290
	for linux-cvs@oss.sgi.com; Mon, 8 Jul 2002 04:56:39 -0700
Date: Mon, 8 Jul 2002 04:56:39 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207081156.g68BudTY011290@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/08 04:56:39

Modified files:
	drivers/net    : Tag: linux_2_4 declance.c 

Log message:
	Merge changes from 2.4.19-rc1 mainline.


From owner-linux-cvs@oss.sgi.com Mon Jul  8 05:02:32 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68C2WRw011394
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 8 Jul 2002 05:02:32 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68C2WmP011393
	for linux-cvs-outgoing; Mon, 8 Jul 2002 05:02:32 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68C2URw011384
	for <linux-cvs@oss.sgi.com>; Mon, 8 Jul 2002 05:02:30 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68C2TuY011382
	for linux-cvs@oss.sgi.com; Mon, 8 Jul 2002 05:02:29 -0700
Date: Mon, 8 Jul 2002 05:02:29 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207081202.g68C2TuY011382@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/08 05:02:29

Modified files:
	drivers/net    : declance.c 

Log message:
	Header inclusion updates.


From owner-linux-cvs@oss.sgi.com Mon Jul  8 05:02:53 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68C2rRw011438
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 8 Jul 2002 05:02:53 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68C2r2t011437
	for linux-cvs-outgoing; Mon, 8 Jul 2002 05:02:53 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68C2pRw011428
	for <linux-cvs@oss.sgi.com>; Mon, 8 Jul 2002 05:02:51 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68C2pYN011426
	for linux-cvs@oss.sgi.com; Mon, 8 Jul 2002 05:02:51 -0700
Date: Mon, 8 Jul 2002 05:02:51 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207081202.g68C2pYN011426@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/08 05:02:51

Modified files:
	drivers/net    : Tag: linux_2_4 declance.c 

Log message:
	Sync with the trunk.


From owner-linux-cvs@oss.sgi.com Mon Jul  8 05:04:31 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68C4VRw011498
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 8 Jul 2002 05:04:31 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68C4VgB011497
	for linux-cvs-outgoing; Mon, 8 Jul 2002 05:04:31 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68C4SRw011488
	for <linux-cvs@oss.sgi.com>; Mon, 8 Jul 2002 05:04:28 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68C4RWi011486
	for linux-cvs@oss.sgi.com; Mon, 8 Jul 2002 05:04:27 -0700
Date: Mon, 8 Jul 2002 05:04:27 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207081204.g68C4RWi011486@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/08 05:04:27

Modified files:
	arch/mips64/mm : Tag: linux_2_4 fault.c 

Log message:
	Let init be paged.


From owner-linux-cvs@oss.sgi.com Mon Jul  8 05:04:52 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68C4qRw011541
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 8 Jul 2002 05:04:52 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68C4qSU011540
	for linux-cvs-outgoing; Mon, 8 Jul 2002 05:04:52 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68C4oRw011531
	for <linux-cvs@oss.sgi.com>; Mon, 8 Jul 2002 05:04:50 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68C4oe2011529
	for linux-cvs@oss.sgi.com; Mon, 8 Jul 2002 05:04:50 -0700
Date: Mon, 8 Jul 2002 05:04:50 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207081204.g68C4oe2011529@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/08 05:04:50

Modified files:
	arch/mips64/mm : fault.c 

Log message:
	Let init be paged.


From owner-linux-cvs@oss.sgi.com Mon Jul  8 05:06:08 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68C68Rw011643
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 8 Jul 2002 05:06:08 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68C68Ef011642
	for linux-cvs-outgoing; Mon, 8 Jul 2002 05:06:08 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68C66Rw011633
	for <linux-cvs@oss.sgi.com>; Mon, 8 Jul 2002 05:06:06 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68C66HX011631
	for linux-cvs@oss.sgi.com; Mon, 8 Jul 2002 05:06:06 -0700
Date: Mon, 8 Jul 2002 05:06:06 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207081206.g68C66HX011631@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/08 05:06:06

Modified files:
	include/asm-mips64: Tag: linux_2_4 pgtable.h 

Log message:
	Define io_remap_page_range.


From owner-linux-cvs@oss.sgi.com Mon Jul  8 05:06:25 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68C6PRw011686
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 8 Jul 2002 05:06:25 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68C6Oux011685
	for linux-cvs-outgoing; Mon, 8 Jul 2002 05:06:24 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68C6MRw011676
	for <linux-cvs@oss.sgi.com>; Mon, 8 Jul 2002 05:06:22 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68C6MiA011674
	for linux-cvs@oss.sgi.com; Mon, 8 Jul 2002 05:06:22 -0700
Date: Mon, 8 Jul 2002 05:06:22 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207081206.g68C6MiA011674@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/08 05:06:22

Modified files:
	include/asm-mips64: pgtable.h 

Log message:
	Define io_remap_page_range.


From owner-linux-cvs@oss.sgi.com Mon Jul  8 05:08:14 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68C8ERw011745
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 8 Jul 2002 05:08:14 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68C8EFe011744
	for linux-cvs-outgoing; Mon, 8 Jul 2002 05:08:14 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68C8CRw011735
	for <linux-cvs@oss.sgi.com>; Mon, 8 Jul 2002 05:08:12 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68C8CwG011733
	for linux-cvs@oss.sgi.com; Mon, 8 Jul 2002 05:08:12 -0700
Date: Mon, 8 Jul 2002 05:08:12 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207081208.g68C8CwG011733@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/08 05:08:12

Modified files:
	arch/mips64    : Tag: linux_2_4 Makefile 

Log message:
	Fix tools subdirectory references.


From owner-linux-cvs@oss.sgi.com Mon Jul  8 05:10:55 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68CAsRw011821
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 8 Jul 2002 05:10:54 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68CAsAL011820
	for linux-cvs-outgoing; Mon, 8 Jul 2002 05:10:54 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68CAqRw011811
	for <linux-cvs@oss.sgi.com>; Mon, 8 Jul 2002 05:10:52 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68CAqia011809
	for linux-cvs@oss.sgi.com; Mon, 8 Jul 2002 05:10:52 -0700
Date: Mon, 8 Jul 2002 05:10:52 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207081210.g68CAqia011809@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/08 05:10:52

Modified files:
	arch/mips64/kernel: Tag: linux_2_4 scall_64.S 

Log message:
	Fix syscall numbers in comments.


From owner-linux-cvs@oss.sgi.com Mon Jul  8 05:16:12 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68CGCRw011893
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 8 Jul 2002 05:16:12 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68CGChb011892
	for linux-cvs-outgoing; Mon, 8 Jul 2002 05:16:12 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68CG9Rw011883
	for <linux-cvs@oss.sgi.com>; Mon, 8 Jul 2002 05:16:10 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68CG9hZ011881
	for linux-cvs@oss.sgi.com; Mon, 8 Jul 2002 05:16:09 -0700
Date: Mon, 8 Jul 2002 05:16:09 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207081216.g68CG9hZ011881@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/08 05:16:09

Modified files:
	arch/mips/kernel: Tag: linux_2_4 traps.c 
	arch/mips64/kernel: Tag: linux_2_4 traps.c 

Log message:
	Immediate versions of trap instructions don't provide a trap code
	in the opcode.


From owner-linux-cvs@oss.sgi.com Mon Jul  8 05:17:07 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68CH7Rw011950
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 8 Jul 2002 05:17:07 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68CH7q9011949
	for linux-cvs-outgoing; Mon, 8 Jul 2002 05:17:07 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68CH3Rw011940
	for <linux-cvs@oss.sgi.com>; Mon, 8 Jul 2002 05:17:03 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68CH3Z5011938
	for linux-cvs@oss.sgi.com; Mon, 8 Jul 2002 05:17:03 -0700
Date: Mon, 8 Jul 2002 05:17:03 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207081217.g68CH3Z5011938@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/08 05:17:03

Modified files:
	arch/mips/kernel: traps.c 
	arch/mips64/kernel: traps.c 

Log message:
	Immediate versions of trap instructions don't provide a trap code
	in the opcode.


From owner-linux-cvs@oss.sgi.com Mon Jul  8 10:50:56 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68HotRw030555
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 8 Jul 2002 10:50:55 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68HotDk030554
	for linux-cvs-outgoing; Mon, 8 Jul 2002 10:50:55 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68HoqRw030541
	for <linux-cvs@oss.sgi.com>; Mon, 8 Jul 2002 10:50:52 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68Hoq7S030539
	for linux-cvs@oss.sgi.com; Mon, 8 Jul 2002 10:50:52 -0700
Date: Mon, 8 Jul 2002 10:50:52 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207081750.g68Hoq7S030539@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/08 10:50:52

Modified files:
	arch/mips64/kernel: Tag: linux_2_4 setup.c 

Log message:
	Print a memory map in 64 bits.


From owner-linux-cvs@oss.sgi.com Mon Jul  8 10:55:50 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68HtoRw030864
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 8 Jul 2002 10:55:50 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68Htokn030863
	for linux-cvs-outgoing; Mon, 8 Jul 2002 10:55:50 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68HtjRw030839
	for <linux-cvs@oss.sgi.com>; Mon, 8 Jul 2002 10:55:46 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68Htjwe030836
	for linux-cvs@oss.sgi.com; Mon, 8 Jul 2002 10:55:45 -0700
Date: Mon, 8 Jul 2002 10:55:45 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207081755.g68Htjwe030836@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/08 10:55:45

Modified files:
	arch/mips64/kernel: setup.c 

Log message:
	Print a memory map in 64 bits.


From owner-linux-cvs@oss.sgi.com Mon Jul  8 13:55:59 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68KtwRw013994
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 8 Jul 2002 13:55:59 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68KtwDj013993
	for linux-cvs-outgoing; Mon, 8 Jul 2002 13:55:58 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g68KtqRw013965
	for <linux-cvs@oss.sgi.com>; Mon, 8 Jul 2002 13:55:52 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g68Ktph2013963
	for linux-cvs@oss.sgi.com; Mon, 8 Jul 2002 13:55:51 -0700
Date: Mon, 8 Jul 2002 13:55:51 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207082055.g68Ktph2013963@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/08 13:55:51

Modified files:
	arch/mips/kernel: Tag: linux_2_4 entry.S scall_o32.S 

Log message:
	Various syscall handling fixes.


From owner-linux-cvs@oss.sgi.com Tue Jul  9 08:23:49 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FNnRw001027
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 08:23:49 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69FNnVl001026
	for linux-cvs-outgoing; Tue, 9 Jul 2002 08:23:49 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FN5Rw000880
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 08:23:05 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69FN5Gm000873
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 08:23:05 -0700
Date: Tue, 9 Jul 2002 08:23:05 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091523.g69FN5Gm000873@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.1 required=5.0 tests=PORN_10 version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 08:23:05

Modified files:
	.              : CREDITS MAINTAINERS Makefile Rules.make 
	Documentation  : Changes oops-tracing.txt 
	Documentation/filesystems: Locking 
	Documentation/networking: 8139too.txt dl2k.txt 
	Documentation/usb: ibmcam.txt 
	arch/alpha     : Config.help defconfig 
	arch/alpha/kernel: entry.S setup.c signal.c 
	arch/alpha/mm  : fault.c 
	arch/arm       : Config.help 
	arch/arm/kernel: calls.S signal.c 
	arch/arm/mach-clps711x: dma.c 
	arch/cris      : Config.help cris.ld 
	arch/cris/drivers: eeprom.c usb-host.c 
	arch/cris/kernel: entry.S signal.c 
	arch/i386      : Config.help config.in defconfig vmlinux.lds 
	arch/i386/boot : bootsect.S 
	arch/i386/boot/compressed: Makefile 
	arch/i386/kernel: cpuid.c entry.S head.S i387.c init_task.c 
	                  irq.c msr.c nmi.c pci-dma.c process.c ptrace.c 
	                  semaphore.c setup.c signal.c smp.c smpboot.c 
	                  traps.c 
	arch/i386/lib  : getuser.S 
	arch/ia64      : Config.help 
	arch/ia64/ia32 : sys_ia32.c 
	arch/ia64/kernel: entry.S signal.c sys_ia64.c 
	arch/ia64/sn/fprom: Makefile 
	arch/ia64/tools: Makefile 
	arch/m68k      : vmlinux-sun3.lds vmlinux.lds 
	arch/m68k/kernel: entry.S signal.c 
	arch/mips      : Config.help config.in defconfig defconfig-atlas 
	                 defconfig-cobalt defconfig-ddb5476 
	                 defconfig-ddb5477 defconfig-decstation 
	                 defconfig-ev64120 defconfig-ev96100 
	                 defconfig-hp-lj defconfig-ip22 defconfig-it8172 
	                 defconfig-ivr defconfig-jmr3927 defconfig-malta 
	                 defconfig-nino defconfig-ocelot 
	                 defconfig-osprey defconfig-pb1000 
	                 defconfig-pb1500 defconfig-rm200 
	                 defconfig-sb1250-swarm 
	arch/mips/kernel: entry.S head.S init_task.c irixsig.c pci-dma.c 
	                  process.c ptrace.c r2300_switch.S r4k_switch.S 
	                  scall_o32.S setup.c signal.c syscalls.h 
	                  sysirix.c 
	arch/mips/lib  : strlen_user.S strncpy_user.S strnlen_user.S 
	arch/mips/mm   : tlbex-r3k.S tlbex-r4k.S 
	arch/mips/tools: offset.c 
	arch/mips64    : Config.help config.in defconfig defconfig-atlas 
	                 defconfig-ip22 defconfig-ip27 defconfig-ip32 
	                 defconfig-malta defconfig-sb1250-swarm 
	arch/mips64/kernel: entry.S head.S init_task.c linux32.c 
	                    process.c ptrace.c r4k_switch.S scall_64.S 
	                    scall_o32.S signal.c signal32.c 
	arch/mips64/lib: strlen_user.S strncpy_user.S strnlen_user.S 
	arch/parisc/hpux: fs.c 
	arch/parisc/kernel: signal.c syscall.S 
	arch/ppc       : Config.help 
	arch/ppc/kernel: misc.S ppc_htab.c signal.c 
	arch/s390      : vmlinux-shared.lds vmlinux.lds 
	arch/s390/kernel: entry.S signal.c 
	arch/s390x     : vmlinux-shared.lds vmlinux.lds 
	arch/s390x/kernel: entry.S linux32.c signal.c signal32.c 
	arch/sh        : vmlinux.lds.S 
	arch/sh/kernel : entry.S signal.c 
	arch/sparc     : Config.help 
	arch/sparc/kernel: rtrap.S signal.c sys_sunos.c systbls.S 
	arch/sparc64   : Config.help Makefile config.in defconfig 
	arch/sparc64/kernel: Makefile binfmt_aout32.c binfmt_elf32.c 
	                     entry.S etrap.S head.S init_task.c 
	                     itlb_base.S pci_common.c pci_psycho.c 
	                     process.c ptrace.c rtrap.S setup.c signal.c 
	                     signal32.c smp.c sparc64_ksyms.c 
	                     sys_sparc.c sys_sparc32.c sys_sunos32.c 
	                     systbls.S trampoline.S traps.c ttable.S 
	                     unaligned.c winfixup.S 
	arch/sparc64/lib: VIScopy.S VIScsum.S VISsave.S blockops.S 
	                  checksum.S dec_and_lock.S 
	arch/sparc64/math-emu: math.c 
	arch/sparc64/mm: fault.c init.c ultra.S 
	arch/sparc64/solaris: entry64.S fs.c ioctl.c misc.c socket.c 
	                      socksys.c timod.c 
	drivers        : Makefile 
	drivers/base   : core.c fs.c interface.c 
	drivers/block  : DAC960.h blkpg.c nbd.c ps2esdi.c smart1,2.h 
	drivers/bluetooth: hci_usb.c hci_vhci.c 
	drivers/char   : Config.in Makefile esp.c generic_serial.c lp.c 
	                 mem.c nvram.c nwflash.c ppdev.c random.c 
	                 serial.c serial_tx3912.c sh-sci.c sx.c 
	                 synclink.c tpqic02.c vc_screen.c 
	drivers/char/agp: agp.h agpgart_be.c agpgart_fe.c 
	drivers/char/ftape/lowlevel: fdc-io.c 
	drivers/char/rio: rio_linux.c 
	drivers/hotplug: pci_hotplug_core.c 
	drivers/ide    : Config.help ide-disk.c ide-dma.c ide-proc.c 
	                 ide-taskfile.c ide.c 
	drivers/ieee1394: pcilynx.c 
	drivers/input  : Config.help Config.in Makefile evdev.c input.c 
	                 joydev.c keybdev.c mousedev.c 
	drivers/isdn   : Makefile isdn_audio.c isdn_common.c isdn_net.c 
	drivers/isdn/avmb1: capifs.c 
	drivers/isdn/hisax: elsa.c gazel.c hisax.h hisax_fcpcipnp.c 
	                    st5481.h st5481_b.c st5481_d.c st5481_usb.c 
	drivers/macintosh: nvram.c 
	drivers/media/video: Config.in cpia_usb.c 
	drivers/message/i2o: i2o_block.c i2o_config.c i2o_core.c 
	                     i2o_lan.c i2o_scsi.c 
	drivers/mtd    : mtdchar.c 
	drivers/net    : 3c501.c 3c503.c 3c505.c 3c507.c 3c509.c 3c515.c 
	                 3c523.c 3c527.c 8139cp.c 8139too.c Config.help 
	                 Config.in Makefile ac3200.c aironet4500_proc.c 
	                 au1000_eth.c bsd_comp.c cs89x0.c defxx.c dl2k.c 
	                 dl2k.h eepro100.c epic100.c fealnx.c hamachi.c 
	                 hp100.c lance.c lasi_82596.c lne390.c mii.c 
	                 natsemi.c ne3210.c ni52.c ni65.c ns83820.c 
	                 pci-skeleton.c pcnet32.c rcpci45.c rrunner.c 
	                 sk_g16.c slip.c starfire.c sundance.c tlan.c 
	                 via-rhine.c winbond-840.c yellowfin.c 
	drivers/net/irda: irda-usb.c 
	drivers/net/pcmcia: 3c589_cs.c aironet4500_cs.c fmvj18x_cs.c 
	                    xircom_tulip_cb.c 
	drivers/net/tulip: 21142.c ChangeLog timer.c tulip.h 
	                   tulip_core.c 
	drivers/net/wan: comx.c 
	drivers/net/wan/lmc: lmc_main.c 
	drivers/net/wireless: airo.c 
	drivers/parport: ChangeLog daisy.c parport_pc.c share.c 
	drivers/pci    : pci.c proc.c 
	drivers/pcmcia : cardbus.c 
	drivers/pnp    : isapnp_proc.c pnpbios_core.c 
	drivers/sbus/char: flash.c jsflash.c sunkbd.c sunmouse.c 
	drivers/scsi   : 3w-xxxx.c 53c7,8xx.c 53c700.c 53c700.h 
	                 53c700.scr AM53C974.c BusLogic.c NCR_D700.c 
	                 advansys.c aha1542.c aha1740.c aic7xxx_old.c 
	                 atp870u.c dpt_i2o.c eata.c eata_dma.c esp.c 
	                 gdth.c ibmmca.c ide-scsi.c ini9100u.c inia100.c 
	                 ips.c lasi700.c mca_53c9x.c megaraid.h osst.c 
	                 pci2220i.c qla1280.c scsi.c scsi.h scsi_lib.c 
	                 scsiiom.c seagate.c sg.c sim710.c st.c 
	                 ultrastor.c wd7000.c 
	drivers/sound  : Config.in ite8172.c opl3sa2.c ymfpci.c 
	drivers/sound/cs4281: cs4281m.c 
	drivers/telephony: phonedev.c 
	drivers/usb    : CDCEther.c Config.help acm.c audio.c 
	                 auerswald.c bluetooth.c catc.c dabusb.c 
	                 devices.c devio.c drivers.c hcd.c hid-core.c 
	                 hpusbscsi.c hub.c ibmcam.c inode.c kaweth.c 
	                 mdc800.c microtek.c ov511.c pegasus.c printer.c 
	                 pwc-if.c scanner.c se401.c stv680.c 
	                 uhci-debug.h uhci.c usb-ohci.c usb-skeleton.c 
	                 usb-uhci-debug.h usb-uhci.c usb-uhci.h usb.c 
	                 usbkbd.c usbmouse.c usbnet.c usbvideo.c vicam.c 
	                 wacom.c 
	drivers/usb/hcd: ehci-hcd.c ehci-hub.c ehci-mem.c ehci-q.c 
	                 ehci-sched.c ohci-dbg.c ohci-hcd.c ohci-hub.c 
	                 ohci-mem.c ohci-q.c ohci.h 
	drivers/usb/serial: belkin_sa.c cyberjack.c digi_acceleport.c 
	                    empeg.c ftdi_sio.c io_edgeport.c ipaq.c 
	                    ir-usb.c keyspan.c keyspan_pda.c 
	                    kl5kusb105.c mct_u232.c omninet.c pl2303.c 
	                    usbserial.c visor.c whiteheat.c 
	drivers/usb/storage: freecom.c isd200.c protocol.c scsiglue.c 
	                     sddr09.c shuttle_usbat.c transport.c usb.c 
	drivers/video  : Config.in neofb.c 
	drivers/video/aty: mach64_accel.c 
	drivers/zorro  : proc.c 
	fs             : Config.in attr.c bad_inode.c binfmt_aout.c 
	                 binfmt_elf.c binfmt_misc.c binfmt_script.c 
	                 bio.c block_dev.c buffer.c dcache.c devices.c 
	                 dquot.c exec.c fifo.c file.c file_table.c 
	                 filesystems.c ioctl.c locks.c namespace.c 
	                 pipe.c read_write.c readdir.c select.c stat.c 
	                 super.c 
	fs/adfs        : dir.c dir_f.c dir_fplus.c file.c inode.c 
	                 super.c 
	fs/affs        : amigaffs.c bitmap.c file.c inode.c namei.c 
	                 super.c 
	fs/autofs      : autofs_i.h init.c inode.c root.c waitq.c 
	fs/autofs4     : autofs_i.h init.c inode.c root.c waitq.c 
	fs/bfs         : dir.c inode.c 
	fs/coda        : cache.c coda_linux.c dir.c file.c inode.c 
	                 pioctl.c psdev.c symlink.c sysctl.c upcall.c 
	fs/cramfs      : inode.c 
	fs/devfs       : base.c 
	fs/devpts      : inode.c 
	fs/driverfs    : inode.c 
	fs/efs         : inode.c super.c 
	fs/ext2        : balloc.c ext2.h file.c inode.c ioctl.c super.c 
	fs/ext3        : balloc.c file.c fsync.c ialloc.c inode.c 
	                 ioctl.c namei.c super.c 
	fs/fat         : dir.c fatfs_syms.c file.c inode.c 
	fs/freevxfs    : vxfs_lookup.c vxfs_super.c 
	fs/hfs         : catalog.c extent.c file_cap.c file_hdr.c hfs.h 
	                 mdb.c super.c 
	fs/hpfs        : buffer.c dir.c file.c hpfs_fn.h inode.c super.c 
	fs/inflate_fs  : infutil.h 
	fs/intermezzo  : cache.c dcache.c dir.c file.c journal_ext2.c 
	                 journal_ext3.c journal_obdfs.c 
	                 journal_reiserfs.c journal_xfs.c methods.c 
	                 presto.c psdev.c super.c sysctl.c upcall.c 
	fs/isofs       : compress.c dir.c inode.c namei.c rock.c 
	fs/jbd         : checkpoint.c commit.c journal.c recovery.c 
	                 revoke.c transaction.c 
	fs/jffs        : inode-v23.c intrep.c jffs_proc.c 
	fs/jffs2       : background.c dir.c gc.c super.c 
	fs/lockd       : clntlock.c lockd_syms.c svc.c svc4proc.c 
	                 svclock.c svcproc.c svcshare.c svcsubs.c 
	fs/minix       : inode.c 
	fs/msdos       : msdosfs_syms.c namei.c 
	fs/ncpfs       : dir.c file.c inode.c ioctl.c mmap.c sock.c 
	                 symlink.c 
	fs/nfs         : dir.c file.c flushd.c inode.c nfs2xdr.c 
	                 nfs3proc.c nfs3xdr.c nfsroot.c pagelist.c 
	                 proc.c read.c symlink.c write.c 
	fs/nfsd        : export.c nfs3proc.c nfs3xdr.c nfscache.c 
	                 nfsctl.c nfsfh.c nfsproc.c nfssvc.c nfsxdr.c 
	                 stats.c vfs.c 
	fs/ntfs        : fs.c 
	fs/openpromfs  : inode.c 
	fs/proc        : array.c base.c generic.c inode.c kmsg.c 
	                 proc_devtree.c proc_misc.c proc_tty.c root.c 
	fs/qnx4        : bitmap.c file.c fsync.c inode.c namei.c 
	fs/ramfs       : inode.c 
	fs/reiserfs    : bitmap.c buffer2.c dir.c do_balan.c file.c 
	                 fix_node.c ibalance.c inode.c ioctl.c 
	                 item_ops.c journal.c lbalance.c namei.c 
	                 objectid.c prints.c procfs.c stree.c super.c 
	                 tail_conversion.c 
	fs/romfs       : inode.c 
	fs/smbfs       : cache.c dir.c file.c inode.c ioctl.c proto.h 
	                 sock.c 
	fs/sysv        : ChangeLog super.c 
	fs/udf         : super.c symlink.c 
	fs/ufs         : balloc.c cylinder.c dir.c file.c ialloc.c 
	                 inode.c namei.c super.c truncate.c 
	fs/umsdos      : dir.c emd.c inode.c ioctl.c namei.c rdir.c 
	fs/vfat        : namei.c vfatfs_syms.c 
	include/asm-alpha: scatterlist.h siginfo.h unistd.h 
	include/asm-arm: scatterlist.h siginfo.h 
	include/asm-cris: siginfo.h unistd.h 
	include/asm-i386: cpufeature.h current.h floppy.h hardirq.h 
	                  highmem.h hw_irq.h i387.h io.h io_apic.h pci.h 
	                  pgalloc.h processor.h rwlock.h rwsem.h 
	                  scatterlist.h semaphore.h siginfo.h smp.h 
	                  smplock.h softirq.h spinlock.h uaccess.h 
	                  unistd.h xor.h 
	include/asm-ia64: scatterlist.h siginfo.h unistd.h 
	include/asm-m68k: scatterlist.h semaphore.h siginfo.h unistd.h 
	include/asm-mips: current.h floppy.h hardirq.h highmem.h io.h 
	                  pci.h processor.h scatterlist.h siginfo.h 
	                  smp.h smplock.h softirq.h spinlock.h 
	                  stackframe.h timex.h uaccess.h unistd.h 
	include/asm-mips64: current.h floppy.h hardirq.h pci.h 
	                    processor.h scatterlist.h siginfo.h smp.h 
	                    smplock.h softirq.h stackframe.h uaccess.h 
	                    unistd.h 
	include/asm-parisc: scatterlist.h semaphore.h siginfo.h 
	                    spinlock.h unistd.h 
	include/asm-ppc: pci.h scatterlist.h siginfo.h unistd.h 
	include/asm-s390: scatterlist.h siginfo.h unistd.h 
	include/asm-s390x: scatterlist.h siginfo.h unistd.h 
	include/asm-sh : pci.h scatterlist.h siginfo.h unistd.h 
	include/asm-sparc: checksum.h scatterlist.h siginfo.h unistd.h 
	include/asm-sparc64: a.out.h bitops.h checksum.h current.h 
	                     delay.h elf.h fpumacro.h hardirq.h 
	                     mmu_context.h page.h pgalloc.h pgtable.h 
	                     processor.h ptrace.h scatterlist.h 
	                     sfp-machine.h siginfo.h smp.h smplock.h 
	                     softirq.h spinlock.h system.h ttable.h 
	                     uaccess.h unistd.h 
	include/linux  : affs_fs_i.h ax25.h bfs_fs_i.h brlock.h 
	                 capability.h device.h efs_fs.h ext3_fs.h file.h 
	                 fs.h fs_struct.h gameport.h generic_serial.h 
	                 hfs_fs.h highmem.h hpfs_fs_sb.h in.h inet.h 
	                 init_task.h input.h iso_fs_i.h kernel.h lp.h 
	                 mm.h msdos_fs.h msdos_fs_i.h namespace.h 
	                 ncp_fs.h net.h nfs_fs.h nfs_page.h pci.h 
	                 pci_ids.h pm.h proc_fs.h quotaops.h 
	                 reiserfs_fs.h reiserfs_fs_sb.h sched.h 
	                 serialP.h serio.h shmem_fs.h skbuff.h slab.h 
	                 smb.h smb_fs_i.h smp.h smp_lock.h sound.h 
	                 spinlock.h stat.h swap.h time.h timex.h usb.h 
	                 vmalloc.h 
	include/linux/nfsd: export.h 
	include/linux/sunrpc: svc.h xdr.h 
	include/net    : neighbour.h scm.h sock.h 
	init           : Config.in main.c 
	kernel         : exec_domain.c exit.c fork.c ksyms.c module.c 
	                 panic.c pm.c sched.c signal.c sys.c sysctl.c 
	                 time.c 
	lib            : crc32.c 
	lib/zlib_inflate: inflate_syms.c infutil.h 
	mm             : bootmem.c filemap.c mprotect.c mremap.c shmem.c 
	                 slab.c swapfile.c 
	net            : socket.c 
	net/8021q      : vlanproc.c 
	net/atm        : proc.c 
	net/ax25       : af_ax25.c 
	net/ipv6       : icmp.c mcast.c ndisc.c 
	net/netlink    : netlink_dev.c 
	net/netrom     : af_netrom.c 
	net/packet     : af_packet.c 
	net/rose       : af_rose.c 
	net/sunrpc     : sched.c svc.c svcauth.c 
	net/unix       : af_unix.c garbage.c 
	net/wanrouter  : wanmain.c wanproc.c 
	net/x25        : af_x25.c 
	scripts        : header.tk 
Added files:
	Documentation  : preempt-locking.txt 
	drivers/input/gameport: Config.help Config.in Makefile cs461x.c 
	                        emu10k1-gp.c gameport.c lightning.c 
	                        ns558.c pcigame.c 
	drivers/input/joystick: Config.help Config.in Makefile a3d.c 
	                        adi.c amijoy.c analog.c cobra.c db9.c 
	                        gamecon.c gf2k.c grip.c iforce.c 
	                        interact.c magellan.c sidewinder.c 
	                        spaceball.c spaceorb.c stinger.c tmdc.c 
	                        turbografx.c warrior.c 
	drivers/input/serio: Config.help Config.in Makefile serio.c 
	                     serport.c 
	include/asm-i386: thread_info.h 
	include/asm-mips: thread_info.h 
	include/asm-mips64: thread_info.h 
	include/asm-sparc64: thread_info.h 
	include/linux  : err.h stringify.h thread_info.h zconf.h zutil.h 

Log message:
	Merge with Linux 2.5.4.


From owner-linux-cvs@oss.sgi.com Tue Jul  9 08:55:12 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FtCRw008095
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 08:55:12 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69FtCMo008094
	for linux-cvs-outgoing; Tue, 9 Jul 2002 08:55:12 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69Ft8Rw008071
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 08:55:08 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69Ft8iU008070
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 08:55:08 -0700
Date: Tue, 9 Jul 2002 08:55:08 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091555.g69Ft8iU008070@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 08:55:08

linux/Documentation/x86_64

Update of /home/pub/cvs/linux/Documentation/x86_64
In directory oss.sgi.com:/tmp/cvs-serv8056/x86_64

Log Message:
Directory /home/pub/cvs/linux/Documentation/x86_64 added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 08:55:32 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FtWRw008217
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 08:55:32 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69FtW1S008212
	for linux-cvs-outgoing; Tue, 9 Jul 2002 08:55:32 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FtTRw008194
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 08:55:29 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69FtTm1008193
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 08:55:29 -0700
Date: Tue, 9 Jul 2002 08:55:29 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091555.g69FtTm1008193@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 08:55:29

linux/arch/ppc/boot/simple/rw4

Update of /home/pub/cvs/linux/arch/ppc/boot/simple/rw4
In directory oss.sgi.com:/tmp/cvs-serv8178/rw4

Log Message:
Directory /home/pub/cvs/linux/arch/ppc/boot/simple/rw4 added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 08:55:43 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FthRw008313
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 08:55:43 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69FthGO008312
	for linux-cvs-outgoing; Tue, 9 Jul 2002 08:55:43 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FteRw008276
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 08:55:40 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69FteR2008275
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 08:55:40 -0700
Date: Tue, 9 Jul 2002 08:55:40 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091555.g69FteR2008275@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 08:55:40

linux/arch/ppc/4xx_io

Update of /home/pub/cvs/linux/arch/ppc/4xx_io
In directory oss.sgi.com:/tmp/cvs-serv8256/4xx_io

Log Message:
Directory /home/pub/cvs/linux/arch/ppc/4xx_io added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 08:55:53 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FtrRw008398
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 08:55:53 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69FtrHR008395
	for linux-cvs-outgoing; Tue, 9 Jul 2002 08:55:53 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FtoRw008376
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 08:55:51 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69FtoMa008375
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 08:55:50 -0700
Date: Tue, 9 Jul 2002 08:55:50 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091555.g69FtoMa008375@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 08:55:50

linux/arch/ppc/iSeries

Update of /home/pub/cvs/linux/arch/ppc/iSeries
In directory oss.sgi.com:/tmp/cvs-serv8357/iSeries

Log Message:
Directory /home/pub/cvs/linux/arch/ppc/iSeries added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 08:56:04 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69Fu4Rw008476
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 08:56:04 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69Fu4qB008475
	for linux-cvs-outgoing; Tue, 9 Jul 2002 08:56:04 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69Fu1Rw008455
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 08:56:01 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69Fu148008454
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 08:56:01 -0700
Date: Tue, 9 Jul 2002 08:56:01 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091556.g69Fu148008454@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 08:56:01

linux/arch/ppc/platforms

Update of /home/pub/cvs/linux/arch/ppc/platforms
In directory oss.sgi.com:/tmp/cvs-serv8439/platforms

Log Message:
Directory /home/pub/cvs/linux/arch/ppc/platforms added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 08:57:28 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FvRRw008872
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 08:57:27 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69FvRvk008870
	for linux-cvs-outgoing; Tue, 9 Jul 2002 08:57:27 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FvPRw008854
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 08:57:25 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69FvP1M008853
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 08:57:25 -0700
Date: Tue, 9 Jul 2002 08:57:25 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091557.g69FvP1M008853@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 08:57:25

linux/arch/x86_64

Update of /home/pub/cvs/linux/arch/x86_64
In directory oss.sgi.com:/tmp/cvs-serv8833/x86_64

Log Message:
Directory /home/pub/cvs/linux/arch/x86_64 added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 08:57:38 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FvcRw008953
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 08:57:38 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69Fvc8M008952
	for linux-cvs-outgoing; Tue, 9 Jul 2002 08:57:38 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FvZRw008937
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 08:57:35 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69FvZUx008936
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 08:57:35 -0700
Date: Tue, 9 Jul 2002 08:57:35 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091557.g69FvZUx008936@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 08:57:35

linux/arch/x86_64/boot

Update of /home/pub/cvs/linux/arch/x86_64/boot
In directory oss.sgi.com:/tmp/cvs-serv8915/boot

Log Message:
Directory /home/pub/cvs/linux/arch/x86_64/boot added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 08:57:48 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FvmRw009029
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 08:57:48 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69Fvmeh009028
	for linux-cvs-outgoing; Tue, 9 Jul 2002 08:57:48 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FvkRw009006
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 08:57:46 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69Fvk73009004
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 08:57:46 -0700
Date: Tue, 9 Jul 2002 08:57:46 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091557.g69Fvk73009004@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 08:57:46

linux/arch/x86_64/boot/compressed

Update of /home/pub/cvs/linux/arch/x86_64/boot/compressed
In directory oss.sgi.com:/tmp/cvs-serv8983/compressed

Log Message:
Directory /home/pub/cvs/linux/arch/x86_64/boot/compressed added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 08:58:01 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69Fw1Rw009120
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 08:58:01 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69Fw1uh009119
	for linux-cvs-outgoing; Tue, 9 Jul 2002 08:58:01 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FvwRw009101
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 08:57:58 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69Fvwe6009100
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 08:57:58 -0700
Date: Tue, 9 Jul 2002 08:57:58 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091557.g69Fvwe6009100@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 08:57:58

linux/arch/x86_64/boot/tools

Update of /home/pub/cvs/linux/arch/x86_64/boot/tools
In directory oss.sgi.com:/tmp/cvs-serv9084/tools

Log Message:
Directory /home/pub/cvs/linux/arch/x86_64/boot/tools added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 08:58:12 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FwCRw009202
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 08:58:12 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69FwCB2009201
	for linux-cvs-outgoing; Tue, 9 Jul 2002 08:58:12 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69Fw9Rw009179
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 08:58:09 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69Fw9OV009177
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 08:58:09 -0700
Date: Tue, 9 Jul 2002 08:58:09 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091558.g69Fw9OV009177@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 08:58:09

linux/arch/x86_64/ia32

Update of /home/pub/cvs/linux/arch/x86_64/ia32
In directory oss.sgi.com:/tmp/cvs-serv9162/ia32

Log Message:
Directory /home/pub/cvs/linux/arch/x86_64/ia32 added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 08:58:23 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FwMRw009282
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 08:58:22 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69FwMUt009280
	for linux-cvs-outgoing; Tue, 9 Jul 2002 08:58:22 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FwJRw009262
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 08:58:19 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69FwJdH009260
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 08:58:19 -0700
Date: Tue, 9 Jul 2002 08:58:19 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091558.g69FwJdH009260@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 08:58:19

linux/arch/x86_64/kernel

Update of /home/pub/cvs/linux/arch/x86_64/kernel
In directory oss.sgi.com:/tmp/cvs-serv9244/kernel

Log Message:
Directory /home/pub/cvs/linux/arch/x86_64/kernel added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 08:58:33 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FwXRw009362
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 08:58:33 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69FwXpg009360
	for linux-cvs-outgoing; Tue, 9 Jul 2002 08:58:33 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FwURw009345
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 08:58:30 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69FwUtt009344
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 08:58:30 -0700
Date: Tue, 9 Jul 2002 08:58:30 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091558.g69FwUtt009344@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 08:58:30

linux/arch/x86_64/lib

Update of /home/pub/cvs/linux/arch/x86_64/lib
In directory oss.sgi.com:/tmp/cvs-serv9325/lib

Log Message:
Directory /home/pub/cvs/linux/arch/x86_64/lib added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 08:58:43 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FwhRw009430
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 08:58:43 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69Fwh6l009429
	for linux-cvs-outgoing; Tue, 9 Jul 2002 08:58:43 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FweRw009417
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 08:58:41 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69FweBY009416
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 08:58:40 -0700
Date: Tue, 9 Jul 2002 08:58:40 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091558.g69FweBY009416@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 08:58:40

linux/arch/x86_64/mm

Update of /home/pub/cvs/linux/arch/x86_64/mm
In directory oss.sgi.com:/tmp/cvs-serv9405/mm

Log Message:
Directory /home/pub/cvs/linux/arch/x86_64/mm added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 08:58:54 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FwsRw009516
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 08:58:54 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69FwsOM009515
	for linux-cvs-outgoing; Tue, 9 Jul 2002 08:58:54 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FwoRw009490
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 08:58:50 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69Fwond009489
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 08:58:50 -0700
Date: Tue, 9 Jul 2002 08:58:50 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091558.g69Fwond009489@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 08:58:50

linux/arch/x86_64/tools

Update of /home/pub/cvs/linux/arch/x86_64/tools
In directory oss.sgi.com:/tmp/cvs-serv9474/tools

Log Message:
Directory /home/pub/cvs/linux/arch/x86_64/tools added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 08:59:26 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FxQRw009670
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 08:59:26 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69FxQIU009669
	for linux-cvs-outgoing; Tue, 9 Jul 2002 08:59:26 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FxNRw009654
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 08:59:23 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69FxNLg009653
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 08:59:23 -0700
Date: Tue, 9 Jul 2002 08:59:23 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091559.g69FxNLg009653@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 08:59:23

linux/include/asm-ppc/iSeries

Update of /home/pub/cvs/linux/include/asm-ppc/iSeries
In directory oss.sgi.com:/tmp/cvs-serv9635/iSeries

Log Message:
Directory /home/pub/cvs/linux/include/asm-ppc/iSeries added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 08:59:37 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FxbRw009754
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 08:59:37 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69FxbmP009753
	for linux-cvs-outgoing; Tue, 9 Jul 2002 08:59:37 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FxYRw009731
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 08:59:34 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69FxYr5009729
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 08:59:34 -0700
Date: Tue, 9 Jul 2002 08:59:34 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091559.g69FxYr5009729@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 08:59:34

linux/include/asm-x86_64

Update of /home/pub/cvs/linux/include/asm-x86_64
In directory oss.sgi.com:/tmp/cvs-serv9712/asm-x86_64

Log Message:
Directory /home/pub/cvs/linux/include/asm-x86_64 added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 08:59:47 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FxlRw009830
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 08:59:47 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69FxlP5009829
	for linux-cvs-outgoing; Tue, 9 Jul 2002 08:59:47 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FxiRw009809
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 08:59:44 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69FxiDf009808
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 08:59:44 -0700
Date: Tue, 9 Jul 2002 08:59:44 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091559.g69FxiDf009808@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 08:59:44

linux/include/sound

Update of /home/pub/cvs/linux/include/sound
In directory oss.sgi.com:/tmp/cvs-serv9794/sound

Log Message:
Directory /home/pub/cvs/linux/include/sound added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 08:59:58 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FxwRw009910
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 08:59:58 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69FxwuA009909
	for linux-cvs-outgoing; Tue, 9 Jul 2002 08:59:58 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69FxtRw009890
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 08:59:55 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69Fxtqt009889
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 08:59:55 -0700
Date: Tue, 9 Jul 2002 08:59:55 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091559.g69Fxtqt009889@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 08:59:55

linux/sound

Update of /home/pub/cvs/linux/sound
In directory oss.sgi.com:/tmp/cvs-serv9871/sound

Log Message:
Directory /home/pub/cvs/linux/sound added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:00:08 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G08Rw010000
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:00:08 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G08rL009999
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:00:08 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G05Rw009979
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:00:05 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G05tS009978
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:00:05 -0700
Date: Tue, 9 Jul 2002 09:00:05 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091600.g69G05tS009978@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:00:05

linux/sound/core

Update of /home/pub/cvs/linux/sound/core
In directory oss.sgi.com:/tmp/cvs-serv9961/core

Log Message:
Directory /home/pub/cvs/linux/sound/core added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:00:18 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G0IRw010074
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:00:18 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G0IVG010073
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:00:18 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G0FRw010055
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:00:15 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G0FA8010054
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:00:15 -0700
Date: Tue, 9 Jul 2002 09:00:15 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091600.g69G0FA8010054@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:00:15

linux/sound/core/oss

Update of /home/pub/cvs/linux/sound/core/oss
In directory oss.sgi.com:/tmp/cvs-serv10038/oss

Log Message:
Directory /home/pub/cvs/linux/sound/core/oss added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:00:29 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G0TRw010157
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:00:29 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G0TL2010156
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:00:29 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G0PRw010138
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:00:26 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G0PYo010137
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:00:25 -0700
Date: Tue, 9 Jul 2002 09:00:25 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091600.g69G0PYo010137@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:00:25

linux/sound/core/seq

Update of /home/pub/cvs/linux/sound/core/seq
In directory oss.sgi.com:/tmp/cvs-serv10120/seq

Log Message:
Directory /home/pub/cvs/linux/sound/core/seq added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:00:39 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G0dRw010233
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:00:39 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G0dxL010231
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:00:39 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G0aRw010210
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:00:36 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G0acP010209
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:00:36 -0700
Date: Tue, 9 Jul 2002 09:00:36 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091600.g69G0acP010209@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:00:36

linux/sound/core/seq/instr

Update of /home/pub/cvs/linux/sound/core/seq/instr
In directory oss.sgi.com:/tmp/cvs-serv10194/instr

Log Message:
Directory /home/pub/cvs/linux/sound/core/seq/instr added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:00:49 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G0nRw010312
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:00:49 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G0nqI010311
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:00:49 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G0kRw010290
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:00:46 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G0kUa010289
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:00:46 -0700
Date: Tue, 9 Jul 2002 09:00:46 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091600.g69G0kUa010289@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:00:46

linux/sound/core/seq/oss

Update of /home/pub/cvs/linux/sound/core/seq/oss
In directory oss.sgi.com:/tmp/cvs-serv10274/oss

Log Message:
Directory /home/pub/cvs/linux/sound/core/seq/oss added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:01:01 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G11Rw010400
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:01:01 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G11NS010398
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:01:01 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G0wRw010378
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:00:58 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G0wQn010377
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:00:58 -0700
Date: Tue, 9 Jul 2002 09:00:58 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091600.g69G0wQn010377@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:00:58

linux/sound/drivers

Update of /home/pub/cvs/linux/sound/drivers
In directory oss.sgi.com:/tmp/cvs-serv10360/drivers

Log Message:
Directory /home/pub/cvs/linux/sound/drivers added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:01:11 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G1BRw010483
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:01:11 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G1B9l010482
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:01:11 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G18Rw010462
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:01:08 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G186B010461
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:01:08 -0700
Date: Tue, 9 Jul 2002 09:01:08 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091601.g69G186B010461@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:01:08

linux/sound/drivers/mpu401

Update of /home/pub/cvs/linux/sound/drivers/mpu401
In directory oss.sgi.com:/tmp/cvs-serv10446/mpu401

Log Message:
Directory /home/pub/cvs/linux/sound/drivers/mpu401 added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:01:22 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G1LRw010556
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:01:21 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G1LPN010555
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:01:21 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G1JRw010540
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:01:19 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G1IrE010538
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:01:18 -0700
Date: Tue, 9 Jul 2002 09:01:18 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091601.g69G1IrE010538@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:01:18

linux/sound/drivers/opl3

Update of /home/pub/cvs/linux/sound/drivers/opl3
In directory oss.sgi.com:/tmp/cvs-serv10522/opl3

Log Message:
Directory /home/pub/cvs/linux/sound/drivers/opl3 added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:01:33 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G1XRw010641
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:01:33 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G1X6x010640
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:01:33 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G1URw010623
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:01:30 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G1Ubs010622
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:01:30 -0700
Date: Tue, 9 Jul 2002 09:01:30 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091601.g69G1Ubs010622@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:01:30

linux/sound/i2c

Update of /home/pub/cvs/linux/sound/i2c
In directory oss.sgi.com:/tmp/cvs-serv10602/i2c

Log Message:
Directory /home/pub/cvs/linux/sound/i2c added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:01:44 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G1iRw010733
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:01:44 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G1i2O010732
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:01:44 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G1fRw010705
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:01:41 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G1fs3010703
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:01:41 -0700
Date: Tue, 9 Jul 2002 09:01:41 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091601.g69G1fs3010703@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:01:41

linux/sound/isa

Update of /home/pub/cvs/linux/sound/isa
In directory oss.sgi.com:/tmp/cvs-serv10687/isa

Log Message:
Directory /home/pub/cvs/linux/sound/isa added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:01:55 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G1tRw010818
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:01:55 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G1toR010817
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:01:55 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G1pRw010794
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:01:51 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G1p30010793
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:01:51 -0700
Date: Tue, 9 Jul 2002 09:01:51 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091601.g69G1p30010793@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:01:51

linux/sound/isa/ad1816a

Update of /home/pub/cvs/linux/sound/isa/ad1816a
In directory oss.sgi.com:/tmp/cvs-serv10775/ad1816a

Log Message:
Directory /home/pub/cvs/linux/sound/isa/ad1816a added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:02:06 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G26Rw011783
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:02:06 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G26Yd011782
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:02:06 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G22Rw011750
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:02:02 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G22GP011747
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:02:02 -0700
Date: Tue, 9 Jul 2002 09:02:02 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091602.g69G22GP011747@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:02:02

linux/sound/isa/ad1848

Update of /home/pub/cvs/linux/sound/isa/ad1848
In directory oss.sgi.com:/tmp/cvs-serv11611/ad1848

Log Message:
Directory /home/pub/cvs/linux/sound/isa/ad1848 added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:02:15 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G2FRw011879
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:02:15 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G2FbD011878
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:02:15 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G2CRw011855
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:02:12 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G2CtE011854
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:02:12 -0700
Date: Tue, 9 Jul 2002 09:02:12 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091602.g69G2CtE011854@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:02:12

linux/sound/isa/cs423x

Update of /home/pub/cvs/linux/sound/isa/cs423x
In directory oss.sgi.com:/tmp/cvs-serv11838/cs423x

Log Message:
Directory /home/pub/cvs/linux/sound/isa/cs423x added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:02:26 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G2QRw012743
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:02:26 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G2QMB012718
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:02:26 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G2MRw012457
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:02:22 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G2M5F012456
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:02:22 -0700
Date: Tue, 9 Jul 2002 09:02:22 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091602.g69G2M5F012456@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:02:22

linux/sound/isa/es1688

Update of /home/pub/cvs/linux/sound/isa/es1688
In directory oss.sgi.com:/tmp/cvs-serv12363/es1688

Log Message:
Directory /home/pub/cvs/linux/sound/isa/es1688 added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:02:37 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G2bRw012974
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:02:37 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G2aHY012973
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:02:36 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G2XRw012948
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:02:33 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G2XXq012947
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:02:33 -0700
Date: Tue, 9 Jul 2002 09:02:33 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091602.g69G2XXq012947@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:02:33

linux/sound/isa/gus

Update of /home/pub/cvs/linux/sound/isa/gus
In directory oss.sgi.com:/tmp/cvs-serv12932/gus

Log Message:
Directory /home/pub/cvs/linux/sound/isa/gus added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:02:47 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G2kRw013048
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:02:46 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G2kmp013045
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:02:46 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G2iRw013029
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:02:44 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G2hKv013028
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:02:43 -0700
Date: Tue, 9 Jul 2002 09:02:43 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091602.g69G2hKv013028@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:02:43

linux/sound/isa/opti9xx

Update of /home/pub/cvs/linux/sound/isa/opti9xx
In directory oss.sgi.com:/tmp/cvs-serv13014/opti9xx

Log Message:
Directory /home/pub/cvs/linux/sound/isa/opti9xx added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:02:57 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G2vRw013127
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:02:57 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G2vJj013126
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:02:57 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G2sRw013109
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:02:54 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G2sVW013107
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:02:54 -0700
Date: Tue, 9 Jul 2002 09:02:54 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091602.g69G2sVW013107@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:02:54

linux/sound/isa/sb

Update of /home/pub/cvs/linux/sound/isa/sb
In directory oss.sgi.com:/tmp/cvs-serv13090/sb

Log Message:
Directory /home/pub/cvs/linux/sound/isa/sb added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:03:09 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G39Rw013215
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:03:09 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G393C013214
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:03:09 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G36Rw013191
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:03:06 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G36Oi013190
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:03:06 -0700
Date: Tue, 9 Jul 2002 09:03:06 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091603.g69G36Oi013190@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:03:06

linux/sound/isa/wavefront

Update of /home/pub/cvs/linux/sound/isa/wavefront
In directory oss.sgi.com:/tmp/cvs-serv13174/wavefront

Log Message:
Directory /home/pub/cvs/linux/sound/isa/wavefront added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:03:19 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G3JRw013295
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:03:19 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G3JVW013294
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:03:19 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G3GRw013273
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:03:16 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G3Gjq013272
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:03:16 -0700
Date: Tue, 9 Jul 2002 09:03:16 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091603.g69G3Gjq013272@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:03:16

linux/sound/oss

Update of /home/pub/cvs/linux/sound/oss
In directory oss.sgi.com:/tmp/cvs-serv13257/oss

Log Message:
Directory /home/pub/cvs/linux/sound/oss added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:03:29 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G3TRw013371
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:03:29 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G3Ttk013370
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:03:29 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G3QRw013352
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:03:27 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G3Qwe013351
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:03:26 -0700
Date: Tue, 9 Jul 2002 09:03:26 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091603.g69G3Qwe013351@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:03:26

linux/sound/oss/cs4281

Update of /home/pub/cvs/linux/sound/oss/cs4281
In directory oss.sgi.com:/tmp/cvs-serv13334/cs4281

Log Message:
Directory /home/pub/cvs/linux/sound/oss/cs4281 added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:03:40 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G3eRw013453
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:03:40 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G3eGa013452
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:03:40 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G3bRw013430
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:03:37 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G3bWC013429
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:03:37 -0700
Date: Tue, 9 Jul 2002 09:03:37 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091603.g69G3bWC013429@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:03:37

linux/sound/oss/dmasound

Update of /home/pub/cvs/linux/sound/oss/dmasound
In directory oss.sgi.com:/tmp/cvs-serv13412/dmasound

Log Message:
Directory /home/pub/cvs/linux/sound/oss/dmasound added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:03:50 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G3oRw013531
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:03:50 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G3o1A013530
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:03:50 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G3lRw013513
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:03:47 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G3l6K013512
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:03:47 -0700
Date: Tue, 9 Jul 2002 09:03:47 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091603.g69G3l6K013512@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:03:47

linux/sound/oss/emu10k1

Update of /home/pub/cvs/linux/sound/oss/emu10k1
In directory oss.sgi.com:/tmp/cvs-serv13494/emu10k1

Log Message:
Directory /home/pub/cvs/linux/sound/oss/emu10k1 added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:04:01 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G41Rw013668
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:04:01 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G41Wt013667
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:04:01 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G3wRw013595
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:03:58 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G3wjj013594
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:03:58 -0700
Date: Tue, 9 Jul 2002 09:03:58 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091603.g69G3wjj013594@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:03:58

linux/sound/pci

Update of /home/pub/cvs/linux/sound/pci
In directory oss.sgi.com:/tmp/cvs-serv13576/pci

Log Message:
Directory /home/pub/cvs/linux/sound/pci added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:04:12 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G4CRw013755
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:04:12 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G4Bq9013754
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:04:11 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G48Rw013729
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:04:08 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G48EX013728
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:04:08 -0700
Date: Tue, 9 Jul 2002 09:04:08 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091604.g69G48EX013728@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:04:08

linux/sound/pci/ac97

Update of /home/pub/cvs/linux/sound/pci/ac97
In directory oss.sgi.com:/tmp/cvs-serv13713/ac97

Log Message:
Directory /home/pub/cvs/linux/sound/pci/ac97 added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:04:22 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G4MRw013837
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:04:22 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G4MAV013836
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:04:22 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G4JRw013813
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:04:19 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G4JCo013811
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:04:19 -0700
Date: Tue, 9 Jul 2002 09:04:19 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091604.g69G4JCo013811@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:04:19

linux/sound/pci/ali5451

Update of /home/pub/cvs/linux/sound/pci/ali5451
In directory oss.sgi.com:/tmp/cvs-serv13797/ali5451

Log Message:
Directory /home/pub/cvs/linux/sound/pci/ali5451 added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:04:32 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G4WRw013911
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:04:32 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G4WQ5013910
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:04:32 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G4TRw013894
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:04:29 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G4TZI013891
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:04:29 -0700
Date: Tue, 9 Jul 2002 09:04:29 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091604.g69G4TZI013891@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:04:29

linux/sound/pci/cs46xx

Update of /home/pub/cvs/linux/sound/pci/cs46xx
In directory oss.sgi.com:/tmp/cvs-serv13874/cs46xx

Log Message:
Directory /home/pub/cvs/linux/sound/pci/cs46xx added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:04:44 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G4iRw013998
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:04:44 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G4hh9013996
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:04:43 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G4eRw013978
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:04:40 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G4eJg013977
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:04:40 -0700
Date: Tue, 9 Jul 2002 09:04:40 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091604.g69G4eJg013977@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:04:40

linux/sound/pci/emu10k1

Update of /home/pub/cvs/linux/sound/pci/emu10k1
In directory oss.sgi.com:/tmp/cvs-serv13961/emu10k1

Log Message:
Directory /home/pub/cvs/linux/sound/pci/emu10k1 added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:04:55 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G4tRw014082
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:04:55 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G4tEG014081
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:04:55 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G4qRw014061
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:04:52 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G4q8R014060
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:04:52 -0700
Date: Tue, 9 Jul 2002 09:04:52 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091604.g69G4q8R014060@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:04:52

linux/sound/pci/korg1212

Update of /home/pub/cvs/linux/sound/pci/korg1212
In directory oss.sgi.com:/tmp/cvs-serv14044/korg1212

Log Message:
Directory /home/pub/cvs/linux/sound/pci/korg1212 added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:05:05 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G55Rw014177
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:05:05 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G55V6014172
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:05:05 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G52Rw014154
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:05:02 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G52J8014152
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:05:02 -0700
Date: Tue, 9 Jul 2002 09:05:02 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091605.g69G52J8014152@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:05:02

linux/sound/pci/nm256

Update of /home/pub/cvs/linux/sound/pci/nm256
In directory oss.sgi.com:/tmp/cvs-serv14135/nm256

Log Message:
Directory /home/pub/cvs/linux/sound/pci/nm256 added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:05:16 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G5FRw014258
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:05:15 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G5Fj7014257
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:05:15 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G5CRw014239
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:05:12 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G5Cbg014238
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:05:12 -0700
Date: Tue, 9 Jul 2002 09:05:12 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091605.g69G5Cbg014238@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:05:12

linux/sound/pci/rme9652

Update of /home/pub/cvs/linux/sound/pci/rme9652
In directory oss.sgi.com:/tmp/cvs-serv14220/rme9652

Log Message:
Directory /home/pub/cvs/linux/sound/pci/rme9652 added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:05:27 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G5RRw014340
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:05:27 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G5RDa014337
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:05:27 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G5NRw014316
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:05:23 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G5NJj014315
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:05:23 -0700
Date: Tue, 9 Jul 2002 09:05:23 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091605.g69G5NJj014315@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:05:23

linux/sound/pci/trident

Update of /home/pub/cvs/linux/sound/pci/trident
In directory oss.sgi.com:/tmp/cvs-serv14303/trident

Log Message:
Directory /home/pub/cvs/linux/sound/pci/trident added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:05:38 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G5cRw014418
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:05:38 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G5cl3014417
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:05:38 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G5YRw014396
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:05:34 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G5Ytt014395
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:05:34 -0700
Date: Tue, 9 Jul 2002 09:05:34 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091605.g69G5Ytt014395@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:05:34

linux/sound/pci/ymfpci

Update of /home/pub/cvs/linux/sound/pci/ymfpci
In directory oss.sgi.com:/tmp/cvs-serv14376/ymfpci

Log Message:
Directory /home/pub/cvs/linux/sound/pci/ymfpci added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:05:48 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G5mRw014506
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:05:48 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G5maB014504
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:05:48 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G5iRw014482
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:05:44 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G5ioY014481
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:05:44 -0700
Date: Tue, 9 Jul 2002 09:05:44 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091605.g69G5ioY014481@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:05:44

linux/sound/ppc

Update of /home/pub/cvs/linux/sound/ppc
In directory oss.sgi.com:/tmp/cvs-serv14465/ppc

Log Message:
Directory /home/pub/cvs/linux/sound/ppc added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:05:59 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G5xRw014591
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:05:59 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G5xup014590
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:05:59 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G5tRw014570
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:05:55 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G5to9014569
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:05:55 -0700
Date: Tue, 9 Jul 2002 09:05:55 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091605.g69G5to9014569@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:05:55

linux/sound/synth

Update of /home/pub/cvs/linux/sound/synth
In directory oss.sgi.com:/tmp/cvs-serv14547/synth

Log Message:
Directory /home/pub/cvs/linux/sound/synth added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 09:06:09 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G69Rw014672
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 09:06:09 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G69mc014671
	for linux-cvs-outgoing; Tue, 9 Jul 2002 09:06:09 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69G66Rw014654
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 09:06:06 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69G66De014653
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 09:06:06 -0700
Date: Tue, 9 Jul 2002 09:06:06 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207091606.g69G66De014653@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 09:06:06

linux/sound/synth/emux

Update of /home/pub/cvs/linux/sound/synth/emux
In directory oss.sgi.com:/tmp/cvs-serv14634/emux

Log Message:
Directory /home/pub/cvs/linux/sound/synth/emux added to the repository


From owner-linux-cvs@oss.sgi.com Tue Jul  9 13:59:19 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69KxIRw000599
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 13:59:18 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69KxIBn000598
	for linux-cvs-outgoing; Tue, 9 Jul 2002 13:59:18 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69KxGRw000587
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 13:59:16 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69KxGk6000585
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 13:59:16 -0700
Date: Tue, 9 Jul 2002 13:59:16 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207092059.g69KxGk6000585@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 13:59:16

Removed files:
	drivers/sound  : .indent.pro .version 

Log message:
	These files were removed in 2.5.4 but the diff to remove them was not
	part of the kernel.org kernel patches ...


From owner-linux-cvs@oss.sgi.com Tue Jul  9 15:46:39 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69MkdRw004245
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 15:46:39 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69Mkd50004244
	for linux-cvs-outgoing; Tue, 9 Jul 2002 15:46:39 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69MkaRw004235
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 15:46:36 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69MkaXm004233
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 15:46:36 -0700
Date: Tue, 9 Jul 2002 15:46:36 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207092246.g69MkaXm004233@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 15:46:36

Modified files:
	arch/mips64/kernel: entry.S scall_64.S 
	include/asm-mips64: pgalloc.h 

Log message:
	Compile fixes.


From owner-linux-cvs@oss.sgi.com Tue Jul  9 16:49:50 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69NnoRw005795
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 9 Jul 2002 16:49:50 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69Nnokf005794
	for linux-cvs-outgoing; Tue, 9 Jul 2002 16:49:50 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g69NnlRw005785
	for <linux-cvs@oss.sgi.com>; Tue, 9 Jul 2002 16:49:47 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g69NnlTH005783
	for linux-cvs@oss.sgi.com; Tue, 9 Jul 2002 16:49:47 -0700
Date: Tue, 9 Jul 2002 16:49:47 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207092349.g69NnlTH005783@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/09 16:49:47

Modified files:
	include/asm-mips: Tag: linux_2_4 pci.h 

Log message:
	Backport pci_map_page from 2.5.


From owner-linux-cvs@oss.sgi.com Wed Jul 10 20:03:27 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6B33RRw002580
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 10 Jul 2002 20:03:27 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6B33QcN002579
	for linux-cvs-outgoing; Wed, 10 Jul 2002 20:03:26 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6B33NRw002570
	for <linux-cvs@oss.sgi.com>; Wed, 10 Jul 2002 20:03:24 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6B33NXN002568
	for linux-cvs@oss.sgi.com; Wed, 10 Jul 2002 20:03:23 -0700
Date: Wed, 10 Jul 2002 20:03:23 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207110303.g6B33NXN002568@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/10 20:03:23

Modified files:
	arch/mips/mm   : Tag: linux_2_4 tlb-r4k.c 

Log message:
	Deal with cp0 hazard.


From owner-linux-cvs@oss.sgi.com Wed Jul 10 20:05:31 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6B35VRw002679
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 10 Jul 2002 20:05:31 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6B35VkY002678
	for linux-cvs-outgoing; Wed, 10 Jul 2002 20:05:31 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6B35SRw002668
	for <linux-cvs@oss.sgi.com>; Wed, 10 Jul 2002 20:05:28 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6B35S6v002666
	for linux-cvs@oss.sgi.com; Wed, 10 Jul 2002 20:05:28 -0700
Date: Wed, 10 Jul 2002 20:05:28 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207110305.g6B35S6v002666@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/10 20:05:28

Modified files:
	arch/mips/mm   : tlb-r4k.c 

Log message:
	Deal with cp0 hazard.


From owner-linux-cvs@oss.sgi.com Thu Jul 11 14:56:06 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6BLu6Rw017932
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 11 Jul 2002 14:56:06 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6BLu6JX017931
	for linux-cvs-outgoing; Thu, 11 Jul 2002 14:56:06 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6BLu3Rw017922
	for <linux-cvs@oss.sgi.com>; Thu, 11 Jul 2002 14:56:03 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6BLu208017920
	for linux-cvs@oss.sgi.com; Thu, 11 Jul 2002 14:56:02 -0700
Date: Thu, 11 Jul 2002 14:56:02 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207112156.g6BLu208017920@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/11 14:56:02

Modified files:
	arch/mips64/kernel: signal.c 

Log message:
	Build fix.


From owner-linux-cvs@oss.sgi.com Thu Jul 11 16:06:43 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6BN6hRw025934
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 11 Jul 2002 16:06:43 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6BN6hb4025933
	for linux-cvs-outgoing; Thu, 11 Jul 2002 16:06:43 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6BN6eRw025924
	for <linux-cvs@oss.sgi.com>; Thu, 11 Jul 2002 16:06:40 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6BN6ewq025922
	for linux-cvs@oss.sgi.com; Thu, 11 Jul 2002 16:06:40 -0700
Date: Thu, 11 Jul 2002 16:06:40 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207112306.g6BN6ewq025922@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/11 16:06:40

Modified files:
	include/asm-mips: bitops.h 
	include/asm-mips64: bitops.h 

Log message:
	Fix __ffs implementation.


From owner-linux-cvs@oss.sgi.com Thu Jul 11 19:04:12 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6C24CRw003745
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 11 Jul 2002 19:04:12 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6C24CD1003744
	for linux-cvs-outgoing; Thu, 11 Jul 2002 19:04:12 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6C249Rw003735
	for <linux-cvs@oss.sgi.com>; Thu, 11 Jul 2002 19:04:09 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6C249EU003733
	for linux-cvs@oss.sgi.com; Thu, 11 Jul 2002 19:04:09 -0700
Date: Thu, 11 Jul 2002 19:04:09 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207120204.g6C249EU003733@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/11 19:04:09

Modified files:
	arch/mips/mm   : Tag: linux_2_4 tlb-r4k.c 

Log message:
	Kill some dead code.


From owner-linux-cvs@oss.sgi.com Thu Jul 11 19:09:08 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6C298Rw003902
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 11 Jul 2002 19:09:08 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6C297sx003901
	for linux-cvs-outgoing; Thu, 11 Jul 2002 19:09:07 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6C294Rw003892
	for <linux-cvs@oss.sgi.com>; Thu, 11 Jul 2002 19:09:04 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6C2949B003890
	for linux-cvs@oss.sgi.com; Thu, 11 Jul 2002 19:09:04 -0700
Date: Thu, 11 Jul 2002 19:09:04 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207120209.g6C2949B003890@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/11 19:09:04

Modified files:
	arch/mips/mm   : tlb-r4k.c 

Log message:
	Delete dead code.


From owner-linux-cvs@oss.sgi.com Fri Jul 12 09:00:57 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6CG0vRw007726
	for <linux-cvs-outgoing@oss.sgi.com>; Fri, 12 Jul 2002 09:00:57 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6CG0vUw007725
	for linux-cvs-outgoing; Fri, 12 Jul 2002 09:00:57 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6CG0rRw007716
	for <linux-cvs@oss.sgi.com>; Fri, 12 Jul 2002 09:00:53 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6CG0rK6007714
	for linux-cvs@oss.sgi.com; Fri, 12 Jul 2002 09:00:53 -0700
Date: Fri, 12 Jul 2002 09:00:53 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207121600.g6CG0rK6007714@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/12 09:00:53

Modified files:
	arch/mips64/kernel: Tag: linux_2_4 signal32.c 

Log message:
	All registers have beens saved to the stack, so undo recent change and
	return via ret_from_sys_call.


From owner-linux-cvs@oss.sgi.com Fri Jul 12 09:03:30 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6CG3URw007786
	for <linux-cvs-outgoing@oss.sgi.com>; Fri, 12 Jul 2002 09:03:30 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6CG3Utu007785
	for linux-cvs-outgoing; Fri, 12 Jul 2002 09:03:30 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6CG3QRw007776
	for <linux-cvs@oss.sgi.com>; Fri, 12 Jul 2002 09:03:27 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6CG3Qga007774
	for linux-cvs@oss.sgi.com; Fri, 12 Jul 2002 09:03:26 -0700
Date: Fri, 12 Jul 2002 09:03:26 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207121603.g6CG3Qga007774@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/12 09:03:26

Modified files:
	arch/mips64/kernel: signal32.c 

Log message:
	Fix analog to the 2.4 branch; return from signal handlers via
	syscall_exit, not o32_syscall_exit.


From owner-linux-cvs@oss.sgi.com Fri Jul 12 09:52:06 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6CGq6Rw008566
	for <linux-cvs-outgoing@oss.sgi.com>; Fri, 12 Jul 2002 09:52:06 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6CGq6YM008565
	for linux-cvs-outgoing; Fri, 12 Jul 2002 09:52:06 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6CGq3Rw008556
	for <linux-cvs@oss.sgi.com>; Fri, 12 Jul 2002 09:52:03 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6CGq32m008554
	for linux-cvs@oss.sgi.com; Fri, 12 Jul 2002 09:52:03 -0700
Date: Fri, 12 Jul 2002 09:52:03 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207121652.g6CGq32m008554@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/12 09:52:03

Modified files:
	arch/mips64/kernel: scall_64.S 

Log message:
	Unswap accidently swapped machine instructions.


From owner-linux-cvs@oss.sgi.com Fri Jul 12 09:52:22 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6CGqMRw008601
	for <linux-cvs-outgoing@oss.sgi.com>; Fri, 12 Jul 2002 09:52:22 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6CGqMdm008600
	for linux-cvs-outgoing; Fri, 12 Jul 2002 09:52:22 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6CGqJRw008585
	for <linux-cvs@oss.sgi.com>; Fri, 12 Jul 2002 09:52:19 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6CGqJ8x008582
	for linux-cvs@oss.sgi.com; Fri, 12 Jul 2002 09:52:19 -0700
Date: Fri, 12 Jul 2002 09:52:19 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207121652.g6CGqJ8x008582@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/12 09:52:19

Modified files:
	arch/mips64/kernel: Tag: linux_2_4 scall_64.S 

Log message:
	Unswap accidently swapped machine instructions.


From owner-linux-cvs@oss.sgi.com Sat Jul 13 09:46:20 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6DGkKRw030457
	for <linux-cvs-outgoing@oss.sgi.com>; Sat, 13 Jul 2002 09:46:20 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6DGkKmK030456
	for linux-cvs-outgoing; Sat, 13 Jul 2002 09:46:20 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6DGkGRw030447
	for <linux-cvs@oss.sgi.com>; Sat, 13 Jul 2002 09:46:16 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6DGkGbv030445
	for linux-cvs@oss.sgi.com; Sat, 13 Jul 2002 09:46:16 -0700
Date: Sat, 13 Jul 2002 09:46:16 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207131646.g6DGkGbv030445@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/13 09:46:16

Modified files:
	arch/mips/kernel: r2300_switch.S r4k_switch.S traps.c 
	arch/mips64/kernel: r4k_switch.S 
	include/asm-mips: system.h 
	include/asm-mips64: system.h 

Log message:
	Scheduler fixes.  Some of these are bugs that already were present
	in 2.4, other were introduced in recent merges ...


From owner-linux-cvs@oss.sgi.com Sat Jul 13 10:13:37 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6DHDbRw030688
	for <linux-cvs-outgoing@oss.sgi.com>; Sat, 13 Jul 2002 10:13:37 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6DHDbH4030687
	for linux-cvs-outgoing; Sat, 13 Jul 2002 10:13:37 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6DHDZRw030678
	for <linux-cvs@oss.sgi.com>; Sat, 13 Jul 2002 10:13:35 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6DHDZMJ030676
	for linux-cvs@oss.sgi.com; Sat, 13 Jul 2002 10:13:35 -0700
Date: Sat, 13 Jul 2002 10:13:35 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207131713.g6DHDZMJ030676@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/13 10:13:35

Modified files:
	arch/mips64/kernel: Tag: linux_2_4 r4k_switch.S 

Log message:
	Use argument; don't silently assume it's the current pointer.


From owner-linux-cvs@oss.sgi.com Sat Jul 13 12:20:24 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6DJKORw031624
	for <linux-cvs-outgoing@oss.sgi.com>; Sat, 13 Jul 2002 12:20:24 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6DJKO7X031623
	for linux-cvs-outgoing; Sat, 13 Jul 2002 12:20:24 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6DJKLRw031614
	for <linux-cvs@oss.sgi.com>; Sat, 13 Jul 2002 12:20:21 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6DJKL4a031612
	for linux-cvs@oss.sgi.com; Sat, 13 Jul 2002 12:20:21 -0700
Date: Sat, 13 Jul 2002 12:20:21 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207131920.g6DJKL4a031612@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/13 12:20:21

Modified files:
	include/asm-mips: thread_info.h 
	include/asm-mips64: thread_info.h 

Log message:
	Uh...  stack sizes are different on 32-bit and 64-bit kernels :-)


From owner-linux-cvs@oss.sgi.com Sat Jul 13 17:12:15 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6E0CFRw000588
	for <linux-cvs-outgoing@oss.sgi.com>; Sat, 13 Jul 2002 17:12:15 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6E0CEOP000587
	for linux-cvs-outgoing; Sat, 13 Jul 2002 17:12:14 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6E0CBRw000578
	for <linux-cvs@oss.sgi.com>; Sat, 13 Jul 2002 17:12:11 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6E0CBLb000576
	for linux-cvs@oss.sgi.com; Sat, 13 Jul 2002 17:12:11 -0700
Date: Sat, 13 Jul 2002 17:12:11 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207140012.g6E0CBLb000576@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/13 17:12:11

Modified files:
	arch/mips/kernel: entry.S scall_o32.S 
	arch/mips64/kernel: entry.S scall_64.S scall_o32.S 
	include/asm-mips: thread_info.h 
	include/asm-mips64: thread_info.h 

Log message:
	Bitops are used on thread_info->flags, so make that an unsigned long
	and always access it in the appropriate size.


From owner-linux-cvs@oss.sgi.com Sun Jul 14 13:03:22 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6EK3MRw013900
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 13:03:22 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6EK3Mow013899
	for linux-cvs-outgoing; Sun, 14 Jul 2002 13:03:22 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6EK3JRw013890
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 13:03:19 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6EK3JK3013888
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 13:03:19 -0700
Date: Sun, 14 Jul 2002 13:03:19 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207142003.g6EK3JK3013888@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 13:03:19

Modified files:
	arch/mips64/sgi-ip32: ip32-irq.c 

Log message:
	Fix a typo in the edge interrupt range checking.  Protects the irq
	handler from reentrancy.


From owner-linux-cvs@oss.sgi.com Sun Jul 14 13:03:28 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6EK3RRw013933
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 13:03:28 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6EK3Rj5013932
	for linux-cvs-outgoing; Sun, 14 Jul 2002 13:03:27 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6EK3PRw013918
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 13:03:25 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6EK3PKI013916
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 13:03:25 -0700
Date: Sun, 14 Jul 2002 13:03:25 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207142003.g6EK3PKI013916@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 13:03:25

Modified files:
	arch/mips64/sgi-ip32: Tag: linux_2_4 ip32-irq.c 

Log message:
	Fix a typo in the edge interrupt range checking.  Protects the irq
	handler from reentrancy.


From owner-linux-cvs@oss.sgi.com Sun Jul 14 13:33:01 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6EKX1Rw014246
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 13:33:01 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6EKX1Rt014245
	for linux-cvs-outgoing; Sun, 14 Jul 2002 13:33:01 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6EKWvRw014236
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 13:32:57 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6EKWvUE014234
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 13:32:57 -0700
Date: Sun, 14 Jul 2002 13:32:57 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207142032.g6EKWvUE014234@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 13:32:57

Modified files:
	arch/mips/kernel: entry.S 
	arch/mips64/kernel: r4k_genex.S 
	include/asm-mips: war.h 
Added files:
	include/asm-mips64: war.h 

Log message:
	R5432 bug workaround.  Shame on the manufacturer for only providing
	errata under NDA.


From owner-linux-cvs@oss.sgi.com Sun Jul 14 13:33:06 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6EKX6Rw014289
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 13:33:06 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6EKX62m014288
	for linux-cvs-outgoing; Sun, 14 Jul 2002 13:33:06 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6EKX3Rw014272
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 13:33:03 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6EKX3C3014270
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 13:33:03 -0700
Date: Sun, 14 Jul 2002 13:33:03 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207142033.g6EKX3C3014270@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 13:33:03

Modified files:
	arch/mips/kernel: Tag: linux_2_4 entry.S 
	arch/mips64/kernel: Tag: linux_2_4 r4k_genex.S 
	include/asm-mips: Tag: linux_2_4 war.h 
Added files:
	include/asm-mips64: Tag: linux_2_4 war.h 

Log message:
	R5432 bug workaround.  Shame on the manufacturer for only providing
	errata under NDA.


From owner-linux-cvs@oss.sgi.com Sun Jul 14 13:37:02 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6EKb1Rw014405
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 13:37:01 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6EKb1bO014400
	for linux-cvs-outgoing; Sun, 14 Jul 2002 13:37:01 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6EKaxRw014387
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 13:36:59 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6EKaxaE014385
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 13:36:59 -0700
Date: Sun, 14 Jul 2002 13:36:59 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207142036.g6EKaxaE014385@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 13:36:59

Modified files:
	arch/mips64/sgi-ip32: Tag: linux_2_4 ip32-berr.c 

Log message:
	Fix typo in bus error handler.


From owner-linux-cvs@oss.sgi.com Sun Jul 14 13:37:05 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6EKb4Rw014430
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 13:37:04 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6EKb4DE014428
	for linux-cvs-outgoing; Sun, 14 Jul 2002 13:37:04 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6EKb1Rw014406
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 13:37:01 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6EKb1Po014403
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 13:37:01 -0700
Date: Sun, 14 Jul 2002 13:37:01 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207142037.g6EKb1Po014403@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 13:37:01

Modified files:
	arch/mips64/sgi-ip32: ip32-berr.c 

Log message:
	Fix typo in bus error handler.


From owner-linux-cvs@oss.sgi.com Sun Jul 14 13:52:22 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6EKqMRw014567
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 13:52:22 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6EKqM5h014566
	for linux-cvs-outgoing; Sun, 14 Jul 2002 13:52:22 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6EKqJRw014556
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 13:52:19 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6EKqJtM014554
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 13:52:19 -0700
Date: Sun, 14 Jul 2002 13:52:19 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207142052.g6EKqJtM014554@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 13:52:19

Modified files:
	arch/mips/au1000/pb1500: Tag: linux_2_4 setup.c 
	include/asm-mips: Tag: linux_2_4 au1000.h 

Log message:
	A few Pb1500 bits.


From owner-linux-cvs@oss.sgi.com Sun Jul 14 13:52:25 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6EKqPRw014579
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 13:52:25 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6EKqPEb014578
	for linux-cvs-outgoing; Sun, 14 Jul 2002 13:52:25 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6EKqIRw014538
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 13:52:19 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6EKqIdQ014536
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 13:52:18 -0700
Date: Sun, 14 Jul 2002 13:52:18 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207142052.g6EKqIdQ014536@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 13:52:18

Modified files:
	arch/mips/au1000/pb1500: setup.c 
	include/asm-mips: au1000.h 

Log message:
	A few Pb1500 bits.


From owner-linux-cvs@oss.sgi.com Sun Jul 14 14:09:42 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6EL9gRw015070
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 14:09:42 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6EL9glG015069
	for linux-cvs-outgoing; Sun, 14 Jul 2002 14:09:42 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6EL9dRw015042
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 14:09:39 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6EL9d56015041
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 14:09:39 -0700
Date: Sun, 14 Jul 2002 14:09:39 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207142109.g6EL9d56015041@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 14:09:39

linux/arch/mips/au1000/pb1100

Update of /home/pub/cvs/linux/arch/mips/au1000/pb1100
In directory oss.sgi.com:/tmp/cvs-serv15017/arch/mips/au1000/pb1100

Log Message:
Directory /home/pub/cvs/linux/arch/mips/au1000/pb1100 added to the repository


From owner-linux-cvs@oss.sgi.com Sun Jul 14 14:20:58 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ELKwRw015472
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 14:20:58 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ELKweD015467
	for linux-cvs-outgoing; Sun, 14 Jul 2002 14:20:58 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ELKrRw015445
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 14:20:53 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ELKrit015443
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 14:20:53 -0700
Date: Sun, 14 Jul 2002 14:20:53 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207142120.g6ELKrit015443@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.1 required=5.0 tests=PORN_10 version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 14:20:53

Modified files:
	arch/mips      : Makefile config.in 
	arch/mips/au1000/common: irq.c 
	arch/mips/kernel: setup.c 
	drivers/mtd/maps: Makefile pb1xxx-flash.c 
	include/asm-mips: bootinfo.h mc146818rtc.h 
	include/asm-mips64: bootinfo.h 
Added files:
	arch/mips/au1000/pb1100: Makefile init.c pci_fixup.c pci_ops.c 
	                         setup.c 
	include/asm-mips: pb1100.h 

Log message:
	Base Pb1100 support.


From owner-linux-cvs@oss.sgi.com Sun Jul 14 14:21:02 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ELL2Rw015514
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 14:21:02 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ELL28o015513
	for linux-cvs-outgoing; Sun, 14 Jul 2002 14:21:02 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ELKwRw015482
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 14:20:58 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ELKwhj015480
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 14:20:58 -0700
Date: Sun, 14 Jul 2002 14:20:58 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207142120.g6ELKwhj015480@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.1 required=5.0 tests=PORN_10 version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 14:20:58

Modified files:
	arch/mips      : Tag: linux_2_4 Makefile config.in 
	arch/mips/au1000/common: Tag: linux_2_4 irq.c 
	arch/mips/kernel: Tag: linux_2_4 setup.c 
	drivers/mtd/maps: Tag: linux_2_4 Makefile pb1xxx-flash.c 
	include/asm-mips: Tag: linux_2_4 au1000.h bootinfo.h cpu.h 
	                  mc146818rtc.h 
	include/asm-mips64: Tag: linux_2_4 bootinfo.h 
Added files:
	arch/mips/au1000/pb1100: Tag: linux_2_4 Makefile init.c 
	                         pci_fixup.c pci_ops.c setup.c 
	include/asm-mips: Tag: linux_2_4 pb1100.h 

Log message:
	Base Pb1100 support.


From owner-linux-cvs@oss.sgi.com Sun Jul 14 14:23:35 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ELNZRw015579
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 14:23:35 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ELNZKD015578
	for linux-cvs-outgoing; Sun, 14 Jul 2002 14:23:35 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ELNWRw015568
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 14:23:32 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ELNWKB015566
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 14:23:32 -0700
Date: Sun, 14 Jul 2002 14:23:32 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207142123.g6ELNWKB015566@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 14:23:32

Modified files:
	drivers/net    : Tag: linux_2_4 au1000_eth.c au1000_eth.h 

Log message:
	Au1100 networking support.


From owner-linux-cvs@oss.sgi.com Sun Jul 14 14:24:00 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ELO0Rw015620
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 14:24:00 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ELO0VR015619
	for linux-cvs-outgoing; Sun, 14 Jul 2002 14:24:00 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ELNwRw015610
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 14:23:58 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ELNwE9015608
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 14:23:58 -0700
Date: Sun, 14 Jul 2002 14:23:58 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207142123.g6ELNwE9015608@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 14:23:58

Modified files:
	drivers/net    : au1000_eth.c au1000_eth.h 

Log message:
	Au1100 networking support.


From owner-linux-cvs@oss.sgi.com Sun Jul 14 14:33:37 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ELXaRw015765
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 14:33:36 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ELXaEc015764
	for linux-cvs-outgoing; Sun, 14 Jul 2002 14:33:36 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ELXYRw015755
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 14:33:34 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ELXYkE015753
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 14:33:34 -0700
Date: Sun, 14 Jul 2002 14:33:34 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207142133.g6ELXYkE015753@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 14:33:34

Modified files:
	drivers/video  : Makefile fbmem.c 
Added files:
	drivers/video  : au1100fb.c au1100fb.h 

Log message:
	Au1100 video support.


From owner-linux-cvs@oss.sgi.com Sun Jul 14 14:33:39 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ELXdRw015797
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 14:33:39 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ELXdfW015796
	for linux-cvs-outgoing; Sun, 14 Jul 2002 14:33:39 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ELXbRw015774
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 14:33:37 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ELXbnJ015772
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 14:33:37 -0700
Date: Sun, 14 Jul 2002 14:33:37 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207142133.g6ELXbnJ015772@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 14:33:37

Modified files:
	drivers/video  : Tag: linux_2_4 Makefile fbmem.c 
Added files:
	drivers/video  : Tag: linux_2_4 au1100fb.c au1100fb.h 

Log message:
	Au1100 video support.


From owner-linux-cvs@oss.sgi.com Sun Jul 14 14:36:31 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ELaVRw015878
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 14:36:31 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ELaVFM015877
	for linux-cvs-outgoing; Sun, 14 Jul 2002 14:36:31 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ELaSRw015867
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 14:36:28 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ELaSEK015865
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 14:36:28 -0700
Date: Sun, 14 Jul 2002 14:36:28 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207142136.g6ELaSEK015865@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 14:36:28

Modified files:
	arch/mips/au1000/common: Makefile 
	drivers/char   : Makefile 

Log message:
	Au1100 USB bits.


From owner-linux-cvs@oss.sgi.com Sun Jul 14 14:36:34 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ELaYRw015915
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 14:36:34 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ELaYH4015914
	for linux-cvs-outgoing; Sun, 14 Jul 2002 14:36:34 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ELaWRw015898
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 14:36:32 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ELaWPn015896
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 14:36:32 -0700
Date: Sun, 14 Jul 2002 14:36:32 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207142136.g6ELaWPn015896@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 14:36:32

Modified files:
	arch/mips/au1000/common: Tag: linux_2_4 Makefile 
	drivers/char   : Tag: linux_2_4 Makefile 

Log message:
	Au1100 USB bits.


From owner-linux-cvs@oss.sgi.com Sun Jul 14 14:56:24 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ELuNRw016159
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 14:56:23 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ELuNEt016158
	for linux-cvs-outgoing; Sun, 14 Jul 2002 14:56:23 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ELuKRw016130
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 14:56:20 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ELuJ5P016116
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 14:56:19 -0700
Date: Sun, 14 Jul 2002 14:56:19 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207142156.g6ELuJ5P016116@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 14:56:19

linux/arch/mips/vr41xx/common

Update of /home/pub/cvs/linux/arch/mips/vr41xx/common
In directory oss.sgi.com:/tmp/cvs-serv16101/arch/mips/vr41xx/common

Log Message:
Directory /home/pub/cvs/linux/arch/mips/vr41xx/common added to the repository
--> Using per-directory sticky tag `linux_2_4'


From owner-linux-cvs@oss.sgi.com Sun Jul 14 14:56:31 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ELuVRw016185
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 14:56:31 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ELuVE7016184
	for linux-cvs-outgoing; Sun, 14 Jul 2002 14:56:31 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ELuKRw016133
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 14:56:20 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ELuK24016129
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 14:56:20 -0700
Date: Sun, 14 Jul 2002 14:56:20 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207142156.g6ELuK24016129@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 14:56:19

linux/include/asm-mips/vr41xx

Update of /home/pub/cvs/linux/include/asm-mips/vr41xx
In directory oss.sgi.com:/tmp/cvs-serv16101/include/asm-mips/vr41xx

Log Message:
Directory /home/pub/cvs/linux/include/asm-mips/vr41xx added to the repository
--> Using per-directory sticky tag `linux_2_4'


From owner-linux-cvs@oss.sgi.com Sun Jul 14 14:56:38 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ELubRw016224
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 14:56:37 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ELubTm016222
	for linux-cvs-outgoing; Sun, 14 Jul 2002 14:56:37 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ELuJRw016126
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 14:56:20 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ELuJ6A016112
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 14:56:19 -0700
Date: Sun, 14 Jul 2002 14:56:19 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207142156.g6ELuJ6A016112@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 14:56:19

linux/arch/mips/vr41xx

Update of /home/pub/cvs/linux/arch/mips/vr41xx
In directory oss.sgi.com:/tmp/cvs-serv16101/arch/mips/vr41xx

Log Message:
Directory /home/pub/cvs/linux/arch/mips/vr41xx added to the repository
--> Using per-directory sticky tag `linux_2_4'


From owner-linux-cvs@oss.sgi.com Sun Jul 14 14:56:40 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ELueRw016244
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 14:56:40 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ELueuo016241
	for linux-cvs-outgoing; Sun, 14 Jul 2002 14:56:40 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ELuKRw016132
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 14:56:20 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ELuJ6T016124
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 14:56:19 -0700
Date: Sun, 14 Jul 2002 14:56:19 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207142156.g6ELuJ6T016124@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 14:56:19

linux/arch/mips/vr41xx/zao-capcella

Update of /home/pub/cvs/linux/arch/mips/vr41xx/zao-capcella
In directory oss.sgi.com:/tmp/cvs-serv16101/arch/mips/vr41xx/zao-capcella

Log Message:
Directory /home/pub/cvs/linux/arch/mips/vr41xx/zao-capcella added to the repository
--> Using per-directory sticky tag `linux_2_4'


From owner-linux-cvs@oss.sgi.com Sun Jul 14 14:56:40 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ELueRw016245
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 14:56:40 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ELueJd016242
	for linux-cvs-outgoing; Sun, 14 Jul 2002 14:56:40 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ELuKRw016131
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 14:56:20 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ELuJZs016120
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 14:56:19 -0700
Date: Sun, 14 Jul 2002 14:56:19 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207142156.g6ELuJZs016120@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 14:56:19

linux/arch/mips/vr41xx/nec-eagle

Update of /home/pub/cvs/linux/arch/mips/vr41xx/nec-eagle
In directory oss.sgi.com:/tmp/cvs-serv16101/arch/mips/vr41xx/nec-eagle

Log Message:
Directory /home/pub/cvs/linux/arch/mips/vr41xx/nec-eagle added to the repository
--> Using per-directory sticky tag `linux_2_4'


From owner-linux-cvs@oss.sgi.com Sun Jul 14 16:07:33 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6EN7XRw017156
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 16:07:33 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6EN7Xad017155
	for linux-cvs-outgoing; Sun, 14 Jul 2002 16:07:33 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6EN7URw017146
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 16:07:30 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6EN7UDd017144
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 16:07:30 -0700
Date: Sun, 14 Jul 2002 16:07:30 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207142307.g6EN7UDd017144@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 16:07:30

Added files:
	drivers/char   : Tag: linux_2_4 au1000_usbraw.c au1000_usbtty.c 
	include/asm-mips: Tag: linux_2_4 au1000_usbdev.h 

Log message:
	Au1100 USB support.


From owner-linux-cvs@oss.sgi.com Sun Jul 14 16:07:42 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6EN7gRw017183
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 16:07:42 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6EN7g9E017182
	for linux-cvs-outgoing; Sun, 14 Jul 2002 16:07:42 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6EN7eRw017172
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 16:07:40 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6EN7eoM017170
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 16:07:40 -0700
Date: Sun, 14 Jul 2002 16:07:40 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207142307.g6EN7eoM017170@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 16:07:40

Added files:
	drivers/char   : au1000_usbraw.c au1000_usbtty.c 
	include/asm-mips: au1000_usbdev.h 

Log message:
	Au1100 USB support.


From owner-linux-cvs@oss.sgi.com Sun Jul 14 16:48:05 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ENm5Rw017945
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 16:48:05 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ENm4jX017944
	for linux-cvs-outgoing; Sun, 14 Jul 2002 16:48:04 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ENlxRw017935
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 16:47:59 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ENlx5V017933
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 16:47:59 -0700
Date: Sun, 14 Jul 2002 16:47:59 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207142347.g6ENlx5V017933@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 16:47:58

Modified files:
	arch/mips      : Makefile config.in 
	arch/mips/kernel: proc.c setup.c 
	arch/mips/mm   : c-r4k.c 
	arch/mips64/kernel: proc.c setup.c 
	include/asm-mips: bootinfo.h cpu.h irq.h 
	include/asm-mips64: bootinfo.h cpu.h 
Added files:
	arch/mips      : defconfig-capcella defconfig-eagle 
	arch/mips/vr41xx/common: Makefile bcu.c cmu.c giu.c icu.c 
	                         int-handler.S pciu.c pciu.h reset.c 
	                         serial.c time.c 
	arch/mips/vr41xx/nec-eagle: Makefile ide-eagle.c init.c irq.c 
	                            pci_fixup.c setup.c 
	arch/mips/vr41xx/zao-capcella: Makefile ide-capcella.c init.c 
	                               pci_fixup.c setup.c 
	include/asm-mips/vr41xx: capcella.h eagle.h vr41xx.h 

Log message:
	Support for SDB4122, SDB-4131 aka Eagle and Hawk and Capcella boards.


From owner-linux-cvs@oss.sgi.com Sun Jul 14 16:56:26 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ENuQRw018114
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 16:56:26 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ENuQew018113
	for linux-cvs-outgoing; Sun, 14 Jul 2002 16:56:26 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ENuNRw018103
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 16:56:23 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ENuNT9018102
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 16:56:23 -0700
Date: Sun, 14 Jul 2002 16:56:23 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207142356.g6ENuNT9018102@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.1 required=5.0 tests=PORN_10 version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 16:56:23

linux/arch/mips/ddb5xxx/ddb5074

Update of /home/pub/cvs/linux/arch/mips/ddb5xxx/ddb5074
In directory oss.sgi.com:/tmp/cvs-serv18084/arch/mips/ddb5xxx/ddb5074

Log Message:
Directory /home/pub/cvs/linux/arch/mips/ddb5xxx/ddb5074 added to the repository
--> Using per-directory sticky tag `linux_2_4'


From owner-linux-cvs@oss.sgi.com Sun Jul 14 17:00:59 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6F00xRw018307
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 17:00:59 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6F00xCx018306
	for linux-cvs-outgoing; Sun, 14 Jul 2002 17:00:59 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6F00tRw018294
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 17:00:55 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6F00tZ8018292
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 17:00:55 -0700
Date: Sun, 14 Jul 2002 17:00:55 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207150000.g6F00tZ8018292@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.7 required=5.0 tests=PORN_12,PORN_10 version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 17:00:55

Modified files:
	arch/mips      : Makefile config.in 
	arch/mips/ddb5xxx/common: irq.c prom.c rtc_ds1386.c 
	include/asm-mips: nile4.h 
	include/asm-mips/ddb5xxx: ddb5xxx.h 
Added files:
	arch/mips/ddb5xxx/ddb5074: Makefile int-handler.S irq.c 
	                           nile4_pic.c pci.c pci_ops.c setup.c 
	                           time.c 
	include/asm-mips/ddb5xxx: ddb5074.h 

Log message:
	DDB5074 support.


From owner-linux-cvs@oss.sgi.com Sun Jul 14 17:03:03 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6F032Rw018433
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 17:03:02 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6F032qY018432
	for linux-cvs-outgoing; Sun, 14 Jul 2002 17:03:02 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6F02vRw018415
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 17:02:57 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6F02vLq018413
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 17:02:57 -0700
Date: Sun, 14 Jul 2002 17:02:57 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207150002.g6F02vLq018413@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.1 required=5.0 tests=PORN_10 version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 17:02:57

Modified files:
	arch/mips      : Tag: linux_2_4 Makefile config.in 
	arch/mips/ddb5xxx/common: Tag: linux_2_4 irq.c prom.c 
	                          rtc_ds1386.c 
	arch/mips/kernel: Tag: linux_2_4 proc.c setup.c 
	arch/mips/mm   : Tag: linux_2_4 c-r4k.c 
	arch/mips64/kernel: Tag: linux_2_4 proc.c setup.c 
	include/asm-mips: Tag: linux_2_4 bootinfo.h cpu.h irq.h nile4.h 
	include/asm-mips/ddb5xxx: Tag: linux_2_4 ddb5xxx.h 
	include/asm-mips64: Tag: linux_2_4 bootinfo.h cpu.h 
Added files:
	arch/mips      : Tag: linux_2_4 defconfig-capcella 
	                 defconfig-eagle 
	arch/mips/ddb5xxx/ddb5074: Tag: linux_2_4 Makefile int-handler.S 
	                           irq.c nile4_pic.c pci.c pci_ops.c 
	                           setup.c time.c 
	arch/mips/vr41xx/common: Tag: linux_2_4 Makefile bcu.c cmu.c 
	                         giu.c icu.c int-handler.S pciu.c pciu.h 
	                         reset.c serial.c time.c 
	arch/mips/vr41xx/nec-eagle: Tag: linux_2_4 Makefile ide-eagle.c 
	                            init.c irq.c pci_fixup.c setup.c 
	arch/mips/vr41xx/zao-capcella: Tag: linux_2_4 Makefile 
	                               ide-capcella.c init.c pci_fixup.c 
	                               setup.c 
	include/asm-mips/ddb5xxx: Tag: linux_2_4 ddb5074.h 
	include/asm-mips/vr41xx: Tag: linux_2_4 capcella.h eagle.h 
	                         vr41xx.h 

Log message:
	DDB5074 support.


From owner-linux-cvs@oss.sgi.com Sun Jul 14 17:24:33 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6F0OXRw018720
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 17:24:33 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6F0OXWB018719
	for linux-cvs-outgoing; Sun, 14 Jul 2002 17:24:33 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6F0OURw018710
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 17:24:30 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6F0OUUK018708
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 17:24:30 -0700
Date: Sun, 14 Jul 2002 17:24:30 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207150024.g6F0OUUK018708@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.1 required=5.0 tests=PORN_10 version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 17:24:30

Modified files:
	arch/mips      : Tag: linux_2_4 Makefile config.in 
	                 defconfig-ddb5477 
	arch/mips/ddb5xxx/common: Tag: linux_2_4 prom.c 
	arch/mips/ddb5xxx/ddb5477: Tag: linux_2_4 irq.c irq_5477.c pci.c 
	                           pci_ops.c setup.c 
	include/asm-mips: Tag: linux_2_4 bootinfo.h serial.h 
	include/asm-mips/ddb5xxx: Tag: linux_2_4 ddb5477.h 
	include/asm-mips64: Tag: linux_2_4 bootinfo.h 
	include/linux  : Tag: linux_2_4 pci_ids.h 

Log message:
	Update DDB5xxx support, add support for Rockhopper II baseboard.


From owner-linux-cvs@oss.sgi.com Sun Jul 14 17:50:52 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6F0opRw018925
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 17:50:51 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6F0opE1018924
	for linux-cvs-outgoing; Sun, 14 Jul 2002 17:50:51 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6F0olRw018915
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 17:50:47 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6F0olfe018913
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 17:50:47 -0700
Date: Sun, 14 Jul 2002 17:50:47 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207150050.g6F0olfe018913@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 17:50:47

Modified files:
	arch/mips      : defconfig defconfig-atlas defconfig-capcella 
	                 defconfig-cobalt defconfig-ddb5476 
	                 defconfig-ddb5477 defconfig-decstation 
	                 defconfig-eagle defconfig-ev64120 
	                 defconfig-ev96100 defconfig-hp-lj 
	                 defconfig-ip22 defconfig-it8172 defconfig-ivr 
	                 defconfig-jmr3927 defconfig-malta 
	                 defconfig-nino defconfig-ocelot 
	                 defconfig-osprey defconfig-pb1000 
	                 defconfig-pb1500 defconfig-rm200 
	                 defconfig-sb1250-swarm 

Log message:
	Rebuild.


From owner-linux-cvs@oss.sgi.com Sun Jul 14 17:51:11 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6F0pBRw018969
	for <linux-cvs-outgoing@oss.sgi.com>; Sun, 14 Jul 2002 17:51:11 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6F0pBNI018968
	for linux-cvs-outgoing; Sun, 14 Jul 2002 17:51:11 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6F0p7Rw018959
	for <linux-cvs@oss.sgi.com>; Sun, 14 Jul 2002 17:51:07 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6F0p717018957
	for linux-cvs@oss.sgi.com; Sun, 14 Jul 2002 17:51:07 -0700
Date: Sun, 14 Jul 2002 17:51:07 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207150051.g6F0p717018957@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/14 17:51:07

Modified files:
	arch/mips      : Tag: linux_2_4 defconfig defconfig-atlas 
	                 defconfig-capcella defconfig-cobalt 
	                 defconfig-ddb5476 defconfig-ddb5477 
	                 defconfig-decstation defconfig-eagle 
	                 defconfig-ev64120 defconfig-ev96100 
	                 defconfig-hp-lj defconfig-ip22 defconfig-it8172 
	                 defconfig-ivr defconfig-jmr3927 defconfig-malta 
	                 defconfig-nino defconfig-ocelot 
	                 defconfig-osprey defconfig-pb1000 
	                 defconfig-pb1500 defconfig-rm200 
	                 defconfig-sb1250-swarm 
	arch/mips64    : Tag: linux_2_4 defconfig-ip22 
	                 defconfig-sb1250-swarm 

Log message:
	Rebuild.


From owner-linux-cvs@oss.sgi.com Wed Jul 17 06:57:20 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6HDvKRw024379
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 17 Jul 2002 06:57:20 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6HDvKgX024378
	for linux-cvs-outgoing; Wed, 17 Jul 2002 06:57:20 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6HDvIRw024369
	for <linux-cvs@oss.sgi.com>; Wed, 17 Jul 2002 06:57:18 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6HDvIZa024367
	for linux-cvs@oss.sgi.com; Wed, 17 Jul 2002 06:57:18 -0700
Date: Wed, 17 Jul 2002 06:57:18 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207171357.g6HDvIZa024367@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/17 06:57:18

Modified files:
	include/asm-mips: Tag: linux_2_4 types.h 

Log message:
	Fix definition of dma_addr_t.


From owner-linux-cvs@oss.sgi.com Wed Jul 17 06:57:47 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6HDvlRw024433
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 17 Jul 2002 06:57:47 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6HDvlEa024432
	for linux-cvs-outgoing; Wed, 17 Jul 2002 06:57:47 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6HDviRw024423
	for <linux-cvs@oss.sgi.com>; Wed, 17 Jul 2002 06:57:44 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6HDviET024421
	for linux-cvs@oss.sgi.com; Wed, 17 Jul 2002 06:57:44 -0700
Date: Wed, 17 Jul 2002 06:57:44 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207171357.g6HDviET024421@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/17 06:57:44

Modified files:
	include/asm-mips: types.h 

Log message:
	Fix definition of dma_addr_t.


From owner-linux-cvs@oss.sgi.com Thu Jul 18 02:49:20 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6I9nKRw021661
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 18 Jul 2002 02:49:20 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6I9nKCq021660
	for linux-cvs-outgoing; Thu, 18 Jul 2002 02:49:20 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6I9nHRw021651
	for <linux-cvs@oss.sgi.com>; Thu, 18 Jul 2002 02:49:17 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6I9nHIB021649
	for linux-cvs@oss.sgi.com; Thu, 18 Jul 2002 02:49:17 -0700
Date: Thu, 18 Jul 2002 02:49:17 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207180949.g6I9nHIB021649@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/18 02:49:17

Modified files:
	arch/mips/dec  : Tag: linux_2_4 setup.c 

Log message:
	A KN02-BA IRQ routing fix.


From owner-linux-cvs@oss.sgi.com Thu Jul 18 02:53:24 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6I9rORw021757
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 18 Jul 2002 02:53:24 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6I9rOMr021756
	for linux-cvs-outgoing; Thu, 18 Jul 2002 02:53:24 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6I9rMRw021747
	for <linux-cvs@oss.sgi.com>; Thu, 18 Jul 2002 02:53:22 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6I9rLvo021745
	for linux-cvs@oss.sgi.com; Thu, 18 Jul 2002 02:53:21 -0700
Date: Thu, 18 Jul 2002 02:53:21 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207180953.g6I9rLvo021745@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/18 02:53:21

Modified files:
	arch/mips/dec  : setup.c 

Log message:
	A KN02-BA IRQ routing fix.


From owner-linux-cvs@oss.sgi.com Mon Jul 22 00:29:32 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6M7TVRw014693
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 22 Jul 2002 00:29:32 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6M7TVE1014692
	for linux-cvs-outgoing; Mon, 22 Jul 2002 00:29:31 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6M7RjRw014633
	for <linux-cvs@oss.sgi.com>; Mon, 22 Jul 2002 00:27:45 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6M7RiEF014631
	for linux-cvs@oss.sgi.com; Mon, 22 Jul 2002 00:27:44 -0700
Date: Mon, 22 Jul 2002 00:27:44 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207220727.g6M7RiEF014631@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.1 required=5.0 tests=PORN_10 version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/22 00:27:44

Modified files:
	.              : CREDITS MAINTAINERS Makefile Rules.make 
	Documentation  : cachetlb.txt 
	Documentation/cdrom: sbpcd 
	Documentation/fb: matroxfb.txt 
	Documentation/filesystems: Locking 
	Documentation/usb: error-codes.txt 
	arch/alpha     : Makefile config.in vmlinux.lds.in 
	arch/alpha/kernel: Makefile check_asm.c entry.S head.S osf_sys.c 
	                   pci_iommu.c process.c ptrace.c signal.c smp.c 
	                   srm_env.c traps.c 
	arch/alpha/lib : ev6-memset.S 
	arch/alpha/math-emu: math.c 
	arch/alpha/mm  : fault.c init.c 
	arch/arm       : config.in 
	arch/arm/kernel: ecard.c signal.c 
	arch/cris      : config.in 
	arch/cris/drivers: eeprom.c ide.c 
	arch/cris/kernel: signal.c 
	arch/i386      : config.in defconfig 
	arch/i386/kernel: apm.c entry.S i386_ksyms.c process.c ptrace.c 
	                  setup.c signal.c smpboot.c traps.c vm86.c 
	arch/i386/mm   : fault.c init.c ioremap.c 
	arch/ia64      : config.in 
	arch/ia64/ia32 : ia32_signal.c 
	arch/ia64/kernel: signal.c 
	arch/m68k      : config.in 
	arch/m68k/kernel: signal.c 
	arch/mips      : config.in defconfig defconfig-atlas 
	                 defconfig-capcella defconfig-cobalt 
	                 defconfig-ddb5476 defconfig-ddb5477 
	                 defconfig-decstation defconfig-eagle 
	                 defconfig-ev64120 defconfig-ev96100 
	                 defconfig-hp-lj defconfig-ip22 defconfig-it8172 
	                 defconfig-ivr defconfig-jmr3927 defconfig-malta 
	                 defconfig-nino defconfig-ocelot 
	                 defconfig-osprey defconfig-pb1000 
	                 defconfig-pb1500 defconfig-rm200 
	                 defconfig-sb1250-swarm 
	arch/mips/kernel: entry.S irixelf.c irixsig.c mips_ksyms.c 
	                  process.c ptrace.c r2300_switch.S r4k_switch.S 
	                  scall_o32.S signal.c 
	arch/mips/mm   : c-r4k.c init.c ioremap.c umap.c 
	arch/mips/tools: offset.c 
	arch/mips64    : config.in defconfig defconfig-atlas 
	                 defconfig-ip22 defconfig-ip27 defconfig-ip32 
	                 defconfig-malta defconfig-sb1250-swarm 
	arch/mips64/kernel: entry.S ioctl32.c linux32.c mips64_ksyms.c 
	                    process.c ptrace.c r4k_switch.S setup.c 
	                    signal.c signal32.c 
	arch/mips64/mm : init.c umap.c 
	arch/mips64/sgi-ip27: ip27-memory.c 
	arch/parisc    : config.in 
	arch/parisc/kernel: signal.c 
	arch/ppc       : Config.help Makefile config.in defconfig 
	                 vmlinux.lds 
	arch/ppc/8260_io: Config.in fcc_enet.c uart.c 
	arch/ppc/8xx_io: Config.in Makefile commproc.c enet.c fec.c 
	                 uart.c 
	arch/ppc/amiga : amiints.c cia.c config.c 
	arch/ppc/boot  : Makefile 
	arch/ppc/boot/chrp: Makefile main.c 
	arch/ppc/boot/common: Makefile crt0.S misc-simple.c ns16550.c 
	                      ofcommon.c 
	arch/ppc/boot/images: Makefile 
	arch/ppc/boot/lib: zlib.c 
	arch/ppc/boot/pmac: Makefile chrpmain.c coffmain.c 
	arch/ppc/boot/prep: Makefile head.S kbd.c misc.c vreset.c 
	arch/ppc/boot/utils: Makefile 
	arch/ppc/configs: IVMS8_defconfig SM850_defconfig 
	                  SPD823TS_defconfig TQM823L_defconfig 
	                  TQM850L_defconfig TQM860L_defconfig 
	                  apus_defconfig bseip_defconfig 
	                  common_defconfig est8260_defconfig 
	                  gemini_defconfig ibmchrp_defconfig 
	                  mbx_defconfig oak_defconfig power3_defconfig 
	                  rpxcllf_defconfig rpxlite_defconfig 
	                  walnut_defconfig 
	arch/ppc/kernel: Makefile align.c bitops.c btext.c cputable.c 
	                 entry.S galaxy_pci.c head.S head_4xx.S 
	                 head_8xx.S i8259.c idle.c indirect_pci.c irq.c 
	                 l2cr.S m8260_setup.c m8xx_setup.c misc.S 
	                 mk_defs.c open_pic.c open_pic_defs.h pci-dma.c 
	                 pci.c ppc-stub.c ppc4xx_pic.c ppc8260_pic.c 
	                 ppc8260_pic.h ppc8xx_pic.c ppc8xx_pic.h 
	                 ppc_ksyms.c process.c prom.c ptrace.c 
	                 qspan_pci.c semaphore.c setup.c signal.c smp.c 
	                 softemu8xx.c time.c traps.c 
	arch/ppc/lib   : checksum.S locks.c string.S 
	arch/ppc/mm    : 4xx_mmu.c Makefile cachemap.c fault.c 
	                 hashtable.S init.c mem_pieces.c mmu_decl.h 
	                 pgtable.c ppc_mmu.c 
	arch/ppc/xmon  : nonstdio.h start.c subr_prf.c xmon.c 
	arch/s390/kernel: signal.c 
	arch/s390x/kernel: linux32.c signal.c signal32.c 
	arch/sh        : config.in 
	arch/sh/kernel : signal.c 
	arch/sparc/kernel: signal.c sys_sunos.c 
	arch/sparc64   : config.in 
	arch/sparc64/kernel: ioctl32.c signal.c signal32.c sys_sparc32.c 
	                     sys_sunos32.c 
	arch/sparc64/solaris: signal.c 
	drivers        : Makefile 
	drivers/acorn/block: mfmhd.c 
	drivers/base   : core.c interface.c 
	drivers/block  : DAC960.c acsi.c ataflop.c blkpg.c cciss.c 
	                 cciss_cmd.h cciss_scsi.c cpqarray.c floppy.c 
	                 ll_rw_blk.c loop.c nbd.c ps2esdi.c xd.c 
	drivers/block/paride: pcd.c pd.c pf.c 
	drivers/bluetooth: hci_usb.c 
	drivers/cdrom  : aztcd.c cdu31a.c cm206.c gscd.c mcd.c mcdx.c 
	                 optcd.c sbpcd.c sjcd.c sonycd535.c 
	drivers/char   : pcwd.c serial.c 
	drivers/char/agp: agpgart_be.c 
	drivers/char/drm: drm_proc.h drm_scatter.h drm_vm.h i810_dma.c 
	drivers/char/ftape/lowlevel: fdc-io.c 
	drivers/hotplug: pci_hotplug_core.c 
	drivers/ide    : Makefile ataraid.c hd.c icside.c ide-cd.c 
	                 ide-disk.c ide-dma.c ide-floppy.c ide-probe.c 
	                 ide-proc.c ide-tape.c ide-taskfile.c ide.c 
	                 pdc4030.c 
	drivers/ieee1394: dv1394.c pcilynx.c video1394.c 
	drivers/input/joystick: iforce.c 
	drivers/isdn/avmb1: capifs.c 
	drivers/isdn/hisax: hfc_pci.c hfc_pci.h hisax.h netjet.c nj_s.c 
	                    nj_u.c st5481_usb.c 
	drivers/md     : lvm-fs.c lvm-snap.c lvm.c md.c raid1.c 
	drivers/media/video: bttv-driver.c cpia.c cpia_usb.c meye.c 
	                     meye.h saa5249.c 
	drivers/message/i2o: i2o_block.c 
	drivers/mtd    : mtdblock.c 
	drivers/mtd/devices: blkmtd.c 
	drivers/net    : 3c505.c 3c509.c 3c59x.c 8139too.c Config.in 
	                 Makefile acenic.c aironet4500_core.c bmac.c 
	                 dmfe.c eepro100.c eexpress.c mace.c ne.c ni52.c 
	                 ns83820.c pcnet32.c pppoe.c pppox.c sb1000.c 
	                 sis900.c tun.c via-rhine.c yellowfin.c 
	drivers/net/arcnet: com90io.c 
	drivers/net/pcmcia: Config.help 
	drivers/net/skfp/h: cmtdef.h 
	drivers/net/tokenring: ibmtr.c olympic.c olympic.h 
	drivers/net/tulip: tulip_core.c 
	drivers/net/wan: comx.c 
	drivers/pci    : pci-driver.c pci.c pci.ids proc.c 
	drivers/s390/block: dasd.c xpram.c 
	drivers/s390/char: tapeblock.c 
	drivers/scsi   : aha1542.c ide-scsi.c scsi_merge.c sd.c sr.c 
	                 sr_ioctl.c 
	drivers/sgi/char: graphics.c 
	drivers/usb    : CDCEther.c Config.help Config.in Makefile 
	                 audio.c auerswald.c bluetooth.c catc.c dabusb.c 
	                 devio.c hid-core.c hid-debug.h hid-input.c 
	                 hid.h hiddev.c hpusbscsi.c hpusbscsi.h hub.c 
	                 inode.c kaweth.c mdc800.c microtek.c ov511.c 
	                 pegasus.c pegasus.h pwc-if.c scanner.c se401.c 
	                 stv680.c usb-skeleton.c usb.c usbkbd.c 
	                 usbmouse.c usbnet.c usbvideo.c usbvideo.h 
	                 vicam.c wacom.c 
	drivers/usb/hcd: ohci-hcd.c 
	drivers/usb/serial: digi_acceleport.c empeg.c ftdi_sio.c 
	                    ftdi_sio.h io_edgeport.c io_edgeport.h 
	                    io_fw_boot.h io_fw_boot2.h io_fw_down.h 
	                    io_fw_down2.h io_ionsp.h io_usbvend.h 
	                    keyspan.c keyspan.h keyspan_usa26msg.h 
	                    keyspan_usa28msg.h keyspan_usa49msg.h 
	                    kl5kusb105.c kl5kusb105.h usbserial.c 
	                    visor.c visor.h 
	drivers/usb/storage: debug.c usb.c 
	drivers/video  : Config.help Config.in fbmem.c neofb.c vgacon.c 
	drivers/video/matrox: Makefile matroxfb_DAC1064.c 
	                      matroxfb_DAC1064.h matroxfb_Ti3026.c 
	                      matroxfb_base.c matroxfb_base.h 
	                      matroxfb_crtc2.c matroxfb_g450.c 
	                      matroxfb_maven.c matroxfb_misc.c 
	                      matroxfb_misc.h 
	fs             : attr.c binfmt_elf.c binfmt_misc.c bio.c 
	                 block_dev.c buffer.c dquot.c exec.c file.c 
	                 filesystems.c inode.c namei.c namespace.c 
	                 read_write.c readdir.c xattr.c 
	fs/adfs        : dir.c 
	fs/affs        : dir.c file.c inode.c namei.c 
	fs/autofs      : dir.c root.c waitq.c 
	fs/autofs4     : root.c waitq.c 
	fs/bfs         : dir.c 
	fs/coda        : dir.c 
	fs/cramfs      : inode.c 
	fs/devfs       : base.c 
	fs/devpts      : root.c 
	fs/driverfs    : inode.c 
	fs/efs         : namei.c 
	fs/ext2        : balloc.c dir.c ext2.h inode.c namei.c super.c 
	fs/ext3        : inode.c namei.c 
	fs/fat         : dir.c file.c inode.c 
	fs/freevxfs    : vxfs_lookup.c 
	fs/hfs         : dir.c dir_cap.c dir_dbl.c dir_nat.c file.c 
	                 file_hdr.c 
	fs/hpfs        : dir.c file.c namei.c 
	fs/isofs       : compress.c dir.c namei.c zisofs.h 
	fs/jbd         : journal.c 
	fs/jffs        : inode-v23.c intrep.c 
	fs/jffs2       : background.c dir.c 
	fs/lockd       : clntproc.c svc.c 
	fs/minix       : dir.c inode.c namei.c 
	fs/msdos       : namei.c 
	fs/ncpfs       : dir.c inode.c sock.c symlink.c 
	fs/nfs         : dir.c file.c 
	fs/nfsd        : export.c nfs3proc.c nfsctl.c nfsfh.c nfssvc.c 
	                 vfs.c 
	fs/ntfs        : fs.c 
	fs/openpromfs  : inode.c 
	fs/proc        : array.c base.c generic.c inode.c root.c 
	fs/qnx4        : inode.c namei.c truncate.c 
	fs/ramfs       : inode.c 
	fs/reiserfs    : dir.c file.c fix_node.c item_ops.c journal.c 
	                 namei.c prints.c stree.c super.c 
	fs/romfs       : inode.c 
	fs/smbfs       : dir.c proc.c sock.c 
	fs/sysv        : ChangeLog dir.c inode.c itree.c namei.c 
	fs/udf         : inode.c namei.c 
	fs/ufs         : namei.c truncate.c 
	fs/vfat        : namei.c 
	include/asm-alpha: bitops.h current.h fpu.h io.h mmu_context.h 
	                   page.h pgalloc.h pgtable.h processor.h smp.h 
	                   spinlock.h sysinfo.h system.h uaccess.h 
	                   unistd.h 
	include/asm-arm: page.h pgtable.h 
	include/asm-cris: page.h pgtable.h 
	include/asm-i386: bitops.h highmem.h kmap_types.h mmu_context.h 
	                  page.h pgalloc.h pgtable.h processor.h 
	                  smplock.h system.h 
	include/asm-ia64: page.h pgtable.h 
	include/asm-m68k: page.h pgalloc.h 
	include/asm-mips: bitops.h highmem.h kmap_types.h mmu_context.h 
	                  page.h pgalloc.h pgtable.h processor.h 
	                  smplock.h system.h 
	include/asm-mips64: bitops.h mmu_context.h page.h pgalloc.h 
	                    pgtable.h processor.h smplock.h system.h 
	include/asm-parisc: page.h pgalloc.h pgtable.h 
	include/asm-ppc: 8xx_immap.h amigaints.h atomic.h bitops.h 
	                 bootinfo.h btext.h byteorder.h cache.h dbdma.h 
	                 delay.h dma.h gg2.h hardirq.h heathrow.h 
	                 highmem.h hw_irq.h ide.h io.h irq.h keyboard.h 
	                 keylargo.h kgdb.h machdep.h mediabay.h mmu.h 
	                 mmu_context.h mpc8260.h mpc8xx.h ohare.h page.h 
	                 pci-bridge.h pci.h pgtable.h posix_types.h 
	                 processor.h prom.h ptrace.h scatterlist.h 
	                 serial.h smp.h spinlock.h system.h time.h 
	                 unistd.h 
	include/asm-s390: page.h pgtable.h 
	include/asm-s390x: page.h pgtable.h 
	include/asm-sh : pgtable.h 
	include/asm-sparc: page.h pgtable.h 
	include/asm-sparc64: irq.h page.h pgtable.h 
	include/linux  : atalk.h atmdev.h bio.h blkdev.h dcache.h 
	                 device.h dnotify.h driverfs_fs.h fs.h hfs_fs.h 
	                 highmem.h ide.h if_ec.h if_pppox.h if_wanpipe.h 
	                 igmp.h init.h init_task.h ip.h ipv6.h mm.h 
	                 mmzone.h nbd.h netfilter_ipv4.h pagemap.h 
	                 pci_ids.h proc_fs.h reiserfs_fs.h sched.h 
	                 spinlock.h tcp.h usb.h 
	include/linux/nfsd: interface.h 
	include/net    : af_unix.h ax25.h checksum.h dn.h dn_nsp.h 
	                 dn_route.h icmp.h inet_ecn.h ip.h ip6_route.h 
	                 ipx.h netrom.h rose.h route.h sock.h spx.h 
	                 tcp.h udp.h x25.h 
	include/net/irda: irda.h 
	kernel         : context.c exit.c fork.c kmod.c ksyms.c ptrace.c 
	                 sched.c signal.c sys.c sysctl.c timer.c 
	mm             : Makefile filemap.c highmem.c memory.c mmap.c 
	                 mprotect.c mremap.c oom_kill.c page_alloc.c 
	                 shmem.c swapfile.c vmalloc.c vmscan.c 
	net            : netsyms.c socket.c 
	net/appletalk  : ddp.c 
	net/atm        : common.c mpc.c pvc.c resources.c svc.c 
	net/ax25       : af_ax25.c ax25_ds_in.c ax25_ds_timer.c 
	                 ax25_in.c ax25_std_in.c ax25_std_timer.c 
	                 ax25_subr.c 
	net/bluetooth  : af_bluetooth.c hci_sock.c l2cap_core.c 
	net/core       : datagram.c netfilter.c sock.c 
	net/decnet     : af_decnet.c dn_nsp_in.c dn_nsp_out.c 
	net/econet     : af_econet.c 
	net/ipv4       : af_inet.c icmp.c igmp.c ip_output.c 
	                 ip_sockglue.c ipconfig.c raw.c syncookies.c 
	                 tcp.c tcp_diag.c tcp_input.c tcp_ipv4.c 
	                 tcp_minisocks.c tcp_output.c tcp_timer.c udp.c 
	net/ipv4/netfilter: ip_conntrack_core.c ip_conntrack_irc.c 
	                    ip_nat_snmp_basic.c ip_nat_standalone.c 
	                    ip_queue.c iptable_mangle.c 
	net/ipv6       : af_inet6.c datagram.c icmp.c ip6_flowlabel.c 
	                 ip6_output.c ipv6_sockglue.c mcast.c ndisc.c 
	                 proc.c raw.c tcp_ipv6.c udp.c 
	net/ipx        : af_ipx.c af_spx.c 
	net/irda       : af_irda.c 
	net/khttpd     : accept.c datasending.c main.c prototypes.h 
	                 waitheaders.c 
	net/netlink    : af_netlink.c 
	net/netrom     : af_netrom.c nr_in.c nr_out.c nr_subr.c 
	                 nr_timer.c 
	net/packet     : af_packet.c 
	net/rose       : af_rose.c rose_in.c rose_out.c rose_route.c 
	                 rose_subr.c rose_timer.c 
	net/sunrpc     : clnt.c sched.c svc.c svcsock.c xprt.c 
	net/unix       : af_unix.c garbage.c 
	net/wanrouter  : af_wanpipe.c 
	net/x25        : af_x25.c x25_facilities.c x25_in.c x25_out.c 
	                 x25_subr.c x25_timer.c 
	scripts        : Menuconfig 
Added files:
	Documentation/filesystems: directory-locking porting 
	Documentation/x86_64: mm.txt 
	arch/alpha/kernel: init_task.c 
	arch/ppc/4xx_io: Makefile serial_sicc.c stb_kb.c 
	arch/ppc/8xx_io: cs4218.h cs4218_tdm.c 
	arch/ppc/boot  : ld.script 
	arch/ppc/boot/common: dummy.c relocate.S util.S 
	arch/ppc/boot/simple: Makefile chrpmap.S direct.S embed_config.c 
	                      gt64260_tty.c head.S iic.c legacy.S 
	                      m8260_tty.c m8xx_tty.c misc-embedded.c 
	                      misc-ev64260.S misc-spruce.c pci.c 
	                      qspan_pci.c 
	arch/ppc/boot/simple/rw4: ppc_40x.h rw4_init.S rw4_init_brd.S 
	                          stb.h 
	arch/ppc/boot/utils: addRamDisk.c addSystemMap.c mkbugboot.c 
	                     mkimage.wrapper mktree.c 
	arch/ppc/configs: FADS_defconfig TQM8260_defconfig 
	                  adir_defconfig ash_defconfig ceder_defconfig 
	                  cpci405_defconfig ep405_defconfig 
	                  ev64260_defconfig iSeries_defconfig 
	                  k2_defconfig lopec_defconfig mcpn765_defconfig 
	                  menf1_defconfig mvme5100_defconfig 
	                  pcore_defconfig pmac_defconfig pplus_defconfig 
	                  prpmc750_defconfig prpmc800_defconfig 
	                  redwood5_defconfig redwood_defconfig 
	                  sandpoint_defconfig spruce_defconfig 
	                  zx4500_defconfig 
	arch/ppc/iSeries: HvCall.c HvLpConfig.c HvLpEvent.c ItLpQueue.c 
	                  LparData.c Makefile XmPciLpEvent.c 
	                  createReleaseData iSeries_FlightRecorder.c 
	                  iSeries_IoMmTable.c iSeries_IoMmTable.h 
	                  iSeries_VpdInfo.c iSeries_fixup.c 
	                  iSeries_irq.c iSeries_ksyms.c iSeries_pci.c 
	                  iSeries_pci.h iSeries_pci_proc.c 
	                  iSeries_proc.c iSeries_reset_device.c mf.c 
	                  mf_proc.c pmc_proc.c rtc.c 
	arch/ppc/kernel: gt64260_common.c gt64260_pic.c harrier.c 
	                 iSeries_asm.h iSeries_head.S iSeries_misc.S 
	                 mpc10x_common.c pci_auto.c ppc405_dma.c 
	                 ppc405_pci.c ppc4xx_kgdb.c ppc4xx_pm.c 
	                 ppc4xx_serial.c ppc4xx_setup.c pplus_common.c 
	                 prom_init.c todc_time.c 
	arch/ppc/mm    : iSeries_hashtable.c iSeries_mmu.c 
	arch/ppc/platforms: Makefile adir.h adir_pci.c adir_pic.c 
	                    adir_setup.c apus_pci.c apus_pci.h 
	                    apus_setup.c ash.c ash.h bseip.h ccm.h 
	                    ceder.c ceder.h chrp_pci.c chrp_setup.c 
	                    chrp_smp.c chrp_time.c cpc700.h cpc700_pic.c 
	                    cpc710.h cpci405.c cpci405.h ep405.c ep405.h 
	                    error_log.c error_log.h est8260.h ev64260.h 
	                    ev64260_setup.c fads.h gemini.h gemini_pci.c 
	                    gemini_prom.S gemini_serial.h gemini_setup.c 
	                    hermes.h iSeries_dma.c iSeries_pic.c 
	                    iSeries_setup.c iSeries_setup.h 
	                    iSeries_smp.c iSeries_time.c ibm405.h 
	                    ibm405gp.c ibm405gp.h ibm_ocp.h ibmnp405h.c 
	                    ibmnp405h.h ibmnp405l.c ibmnp405l.h 
	                    ibmstb3.c ibmstb3.h ibmstb4.c ibmstb4.h 
	                    ip860.h ivms8.h k2.h k2_pci.c k2_setup.c 
	                    lantec.h lopec_pci.c lopec_serial.h 
	                    lopec_setup.c lwmon.h mbx.h mcpn765.h 
	                    mcpn765_pci.c mcpn765_serial.h 
	                    mcpn765_setup.c menf1.h menf1_pci.c 
	                    menf1_setup.c mvme5100.h mvme5100_pci.c 
	                    mvme5100_serial.h mvme5100_setup.c oak.h 
	                    oak_setup.c oak_setup.h pcore.h pcore_pci.c 
	                    pcore_setup.c pcu_e.h pmac_backlight.c 
	                    pmac_feature.c pmac_nvram.c pmac_pci.c 
	                    pmac_pic.c pmac_pic.h pmac_setup.c 
	                    pmac_smp.c pmac_time.c powerpmc250.c 
	                    powerpmc250.h powerpmc250_serial.h 
	                    pplus_pci.c pplus_setup.c prep_nvram.c 
	                    prep_pci.c prep_setup.c prep_time.c 
	                    proc_rtas.c prpmc750.h prpmc750_pci.c 
	                    prpmc750_serial.h prpmc750_setup.c 
	                    prpmc800.h prpmc800_pci.c prpmc800_serial.h 
	                    prpmc800_setup.c redwood.c redwood.h 
	                    redwood5.c redwood5.h residual.c 
	                    rpxclassic.h rpxhiox.h rpxlite.h rpxsuper.h 
	                    sandpoint.h sandpoint_pci.c 
	                    sandpoint_serial.h sandpoint_setup.c 
	                    sbs8260.h sleep.S spd8xx.h spruce.h 
	                    spruce_pci.c spruce_serial.h spruce_setup.c 
	                    tqm8260.h tqm8xx.h walnut.c walnut.h 
	                    zx4500.h zx4500_pci.c zx4500_serial.h 
	                    zx4500_setup.c 
	arch/ppc64     : Makefile config.in defconfig vmlinux.lds 
	arch/ppc64/boot: Makefile addRamDisk.c addSystemMap.c addnote.c 
	                 crt0.S main.c mknote.c no_initrd.c piggyback.c 
	                 start.c zImage.lds zlib.c zlib.h 
	arch/ppc64/kernel: HvCall.c HvLpConfig.c HvLpEvent.c ItLpQueue.c 
	                   LparData.c Makefile XmPciLpEvent.c align.c 
	                   binfmt_elf32.c bitops.c chrp_setup.c eeh.c 
	                   entry.S head.S htab.c hvCall.S i8259.c 
	                   i8259.h iSeries_IoMmTable.c 
	                   iSeries_IoMmTable.h iSeries_VpdInfo.c 
	                   iSeries_irq.c iSeries_pci.c 
	                   iSeries_pci_reset.c iSeries_proc.c 
	                   iSeries_setup.c iSeries_setup.h idle.c 
	                   init_task.c ioctl32.c irq.c lmb.c local_irq.h 
	                   mf.c mf_proc.c misc.S mk_defs.c open_pic.c 
	                   open_pic.h open_pic_defs.h pSeries_hvCall.S 
	                   pSeries_lpar.c pSeries_pci.c pacaData.c pci.c 
	                   pci.h pci_dma.c pci_dn.c pmac_nvram.c pmc.c 
	                   ppc-stub.c ppc_asm.h ppc_asm.tmpl 
	                   ppc_defs.head ppc_ksyms.c proc_pmc.c 
	                   process.c prom.c ptrace.c ptrace32.c ras.c 
	                   rtas-proc.c rtas.c rtasd.c rtc.c semaphore.c 
	                   setup.c signal.c signal32.c smp.c stab.c 
	                   sys32.S sys_ppc32.c syscalls.c time.c traps.c 
	                   udbg.c xics.c xics.h 
	arch/ppc64/lib : Makefile checksum.S dec_and_lock.c strcase.c 
	                 string.S 
	arch/ppc64/mm  : Makefile extable.c fault.c imalloc.c init.c 
	arch/ppc64/xmon: Makefile ansidecl.h nonstdio.h ppc-dis.c 
	                 ppc-opc.c ppc.h privinst.h setjmp.c start.c 
	                 subr_prf.c xmon.c 
	arch/x86_64    : Config.help Makefile config.in defconfig 
	                 vmlinux.lds 
	arch/x86_64/boot: Makefile bootsect.S install.sh setup.S video.S 
	arch/x86_64/boot/compressed: Makefile head.S misc.c miscsetup.h 
	arch/x86_64/boot/tools: build.c 
	arch/x86_64/ia32: Makefile ia32_binfmt.c ia32_ioctl.c 
	                  ia32_signal.c ia32entry.S ptrace32.c 
	                  socket32.c sys_ia32.c 
	arch/x86_64/kernel: Makefile apic.c bluesmoke.c cpuid.c 
	                    early_printk.c entry.S head.S head64.c 
	                    i387.c i8259.c init_task.c io_apic.c 
	                    ioport.c irq.c ldt.c mpparse.c msr.c mtrr.c 
	                    nmi.c pci-dma.c pci-irq.c pci-pc.c 
	                    pci-x86_64.c pci-x86_64.h process.c ptrace.c 
	                    semaphore.c setup.c setup64.c signal.c smp.c 
	                    smpboot.c sys_x86_64.c syscall.c time.c 
	                    trampoline.S traps.c vsyscall.c 
	                    x8664_ksyms.c 
	arch/x86_64/lib: Makefile checksum_copy.S dec_and_lock.c delay.c 
	                 generic-checksum.c getuser.S iodebug.c mmx.c 
	                 old-checksum.c putuser.S rwsem_thunk.S 
	                 usercopy.c 
	arch/x86_64/mm : Makefile extable.c fault.c init.c ioremap.c 
	arch/x86_64/tools: Makefile offset.c offset.sed 
	drivers/usb    : konicawc.c 
	drivers/video/matrox: g450_pll.c g450_pll.h 
	include/asm-alpha: thread_info.h 
	include/asm-ppc: ans-lcd.h gt64260.h gt64260_defs.h harrier.h 
	                 i8259.h ibm403.h ibm4xx.h mpc10x.h open_pic.h 
	                 pc_serial.h pmac_feature.h ppc405_dma.h 
	                 ppc4xx_pic.h ppc_asm.h pplus.h thread_info.h 
	                 todc.h 
	include/asm-ppc/iSeries: HvCall.h HvCallCfg.h HvCallEvent.h 
	                         HvCallHpt.h HvCallPci.h HvCallSc.h 
	                         HvCallSm.h HvCallXm.h HvLpConfig.h 
	                         HvLpEvent.h HvReleaseData.h HvTypes.h 
	                         IoHriMainStore.h IoHriProcessorVpd.h 
	                         ItIplParmsReal.h ItLpNaca.h ItLpPaca.h 
	                         ItLpQueue.h ItLpRegSave.h 
	                         ItSpCommArea.h ItVpdAreas.h LparData.h 
	                         LparMap.h Naca.h Paca.h XmPciLpEvent.h 
	                         iSeries_FlightRecorder.h 
	                         iSeries_VpdInfo.h iSeries_dma.h 
	                         iSeries_fixup.h iSeries_io.h 
	                         iSeries_irq.h iSeries_pci.h 
	                         iSeries_proc.h mf.h mf_proc.h 
	                         pmc_proc.h veth-proc.h 
	include/asm-ppc64: Naca.h Paca.h a.out.h abs_addr.h atomic.h 
	                   bitops.h bootinfo.h bugs.h byteorder.h 
	                   cache.h checksum.h current.h delay.h div64.h 
	                   dma.h eeh.h elf.h errno.h fcntl.h floppy.h 
	                   hardirq.h hdreg.h hw_irq.h ide.h init.h io.h 
	                   ioctl.h ioctls.h ipc.h ipcbuf.h irq.h 
	                   keyboard.h kgdb.h linux_logo.h lmb.h 
	                   machdep.h mc146818rtc.h md.h memory.h mman.h 
	                   mmu.h mmu_context.h module.h msgbuf.h namei.h 
	                   nvram.h page.h param.h parport.h pci-bridge.h 
	                   pci.h pci_dma.h pgalloc.h pgtable.h pmc.h 
	                   poll.h posix_types.h ppc32.h ppcdebug.h 
	                   proc_fs.h proc_pmc.h processor.h prom.h 
	                   ptrace.h resource.h rtas.h rwsem.h 
	                   scatterlist.h segment.h semaphore.h sembuf.h 
	                   serial.h setup.h shmbuf.h shmparam.h 
	                   sigcontext.h siginfo.h signal.h smp.h 
	                   smplock.h socket.h sockios.h softirq.h 
	                   spinlock.h stat.h statfs.h string.h system.h 
	                   termbits.h termios.h thread_info.h time.h 
	                   timex.h tlb.h types.h uaccess.h ucontext.h 
	                   udbg.h unaligned.h unistd.h user.h vc_ioctl.h 
	                   vga.h xor.h 
	include/asm-ppc64/iSeries: HvCall.h HvCallCfg.h HvCallEvent.h 
	                           HvCallHpt.h HvCallPci.h HvCallSc.h 
	                           HvCallSm.h HvCallXm.h HvLpConfig.h 
	                           HvLpEvent.h HvReleaseData.h HvTypes.h 
	                           IoHriMainStore.h IoHriProcessorVpd.h 
	                           ItIplParmsReal.h ItLpNaca.h 
	                           ItLpPaca.h ItLpQueue.h ItLpRegSave.h 
	                           ItSpCommArea.h ItVpdAreas.h 
	                           LparData.h LparMap.h XmPciLpEvent.h 
	                           iSeries_VpdInfo.h iSeries_dma.h 
	                           iSeries_fixup.h iSeries_io.h 
	                           iSeries_irq.h iSeries_pci.h 
	                           iSeries_proc.h mf.h mf_proc.h 
	                           veth-proc.h 
	include/asm-x86_64: a.out.h apic.h apicdef.h atomic.h bitops.h 
	                    boot.h bootsetup.h bugs.h byteorder.h 
	                    cache.h calling.h checksum.h cpufeature.h 
	                    current.h debugreg.h delay.h desc.h div64.h 
	                    dma.h e820.h elf.h errno.h fcntl.h fixmap.h 
	                    floppy.h hardirq.h hdreg.h hw_irq.h i387.h 
	                    ia32.h ia32_unistd.h ide.h init.h io.h 
	                    io_apic.h ioctl.h ioctls.h ipc.h ipcbuf.h 
	                    irq.h kdebug.h keyboard.h kmap_types.h ldt.h 
	                    linux_logo.h locks.h mc146818rtc.h mman.h 
	                    mmu.h mmu_context.h mmx.h module.h mpspec.h 
	                    msgbuf.h msr.h mtrr.h namei.h page.h param.h 
	                    parport.h pci.h pda.h pgalloc.h pgtable.h 
	                    poll.h posix_types.h prctl.h processor.h 
	                    ptrace.h resource.h rwlock.h rwsem.h 
	                    scatterlist.h segment.h semaphore.h sembuf.h 
	                    serial.h setup.h shmbuf.h shmparam.h 
	                    sigcontext.h siginfo.h signal.h smp.h 
	                    smplock.h socket.h socket32.h sockios.h 
	                    softirq.h spinlock.h stat.h statfs.h 
	                    string.h system.h termbits.h termios.h 
	                    thread_info.h timex.h tlb.h types.h 
	                    uaccess.h ucontext.h unaligned.h unistd.h 
	                    user.h user32.h vga.h vsyscall.h xor.h 
	include/sound  : ac97_codec.h ad1816a.h ad1848.h ainstr_fm.h 
	                 ainstr_gf1.h ainstr_iw.h ainstr_simple.h 
	                 ak4531_codec.h asequencer.h asound.h 
	                 asound_fm.h asoundef.h control.h core.h 
	                 cs4231.h cs46xx.h cs8403.h cs8427.h driver.h 
	                 emu10k1.h emu10k1_synth.h emu8000.h 
	                 emu8000_reg.h emux_legacy.h emux_synth.h 
	                 es1688.h gus.h hwdep.h i2c.h info.h initval.h 
	                 minors.h mixer_oss.h mpu401.h opl3.h pcm.h 
	                 pcm_oss.h pcm_params.h rawmidi.h sb.h 
	                 sb16_csp.h seq_device.h seq_instr.h 
	                 seq_kernel.h seq_midi_emul.h seq_midi_event.h 
	                 seq_oss.h seq_oss_legacy.h seq_virmidi.h 
	                 sfnt_info.h snd_wavefront.h sndmagic.h 
	                 soundfont.h soundmem.h tea6330t.h timer.h 
	                 trident.h util_mem.h version.h wavefront.h 
	                 wavefront_fx.h ymfpci.h yss225.h 
	sound          : Config.in Makefile last.c sound_core.c 
	                 sound_firmware.c 
	sound/core     : Config.in Makefile control.c device.c hwdep.c 
	                 info.c info_oss.c init.c isadma.c memory.c 
	                 misc.c pcm.c pcm_lib.c pcm_memory.c pcm_misc.c 
	                 pcm_native.c pcm_timer.c rawmidi.c rtctimer.c 
	                 sound.c sound_oss.c timer.c wrappers.c 
	sound/core/oss : Makefile copy.c io.c linear.c mixer_oss.c 
	                 mulaw.c pcm_oss.c pcm_plugin.c pcm_plugin.h 
	                 plugin_ops.h rate.c route.c 
	sound/core/seq : Makefile seq.c seq_clientmgr.c seq_clientmgr.h 
	                 seq_device.c seq_dtl.c seq_dummy.c seq_fifo.c 
	                 seq_fifo.h seq_info.c seq_info.h seq_instr.c 
	                 seq_lock.c seq_lock.h seq_memory.c seq_memory.h 
	                 seq_midi.c seq_midi_clock.c seq_midi_emul.c 
	                 seq_midi_event.c seq_mtc.c seq_ports.c 
	                 seq_ports.h seq_prioq.c seq_prioq.h seq_queue.c 
	                 seq_queue.h seq_sync.c seq_sync.h seq_system.c 
	                 seq_system.h seq_timer.c seq_timer.h 
	                 seq_virmidi.c 
	sound/core/seq/instr: Makefile ainstr_fm.c ainstr_gf1.c 
	                      ainstr_iw.c ainstr_simple.c 
	sound/core/seq/oss: Makefile seq_oss.c seq_oss_device.h 
	                    seq_oss_event.c seq_oss_event.h 
	                    seq_oss_init.c seq_oss_ioctl.c 
	                    seq_oss_midi.c seq_oss_midi.h seq_oss_misc.c 
	                    seq_oss_readq.c seq_oss_readq.h seq_oss_rw.c 
	                    seq_oss_synth.c seq_oss_synth.h 
	                    seq_oss_timer.c seq_oss_timer.h 
	                    seq_oss_writeq.c seq_oss_writeq.h 
	sound/drivers  : Config.in Makefile dummy.c mtpav.c 
	                 serial-u16550.c virmidi.c 
	sound/drivers/mpu401: Makefile mpu401.c mpu401_uart.c 
	sound/drivers/opl3: Makefile opl3_drums.c opl3_lib.c opl3_midi.c 
	                    opl3_oss.c opl3_seq.c opl3_synth.c 
	                    opl3_voice.h 
	sound/i2c      : Makefile cs8427.c i2c.c tea6330t.c 
	sound/isa      : Config.in Makefile als100.c azt2320.c cmi8330.c 
	                 dt0197h.c es18xx.c opl3sa2.c sgalaxy.c 
	sound/isa/ad1816a: Makefile ad1816a.c ad1816a_lib.c 
	sound/isa/ad1848: Makefile ad1848.c ad1848_lib.c 
	sound/isa/cs423x: Makefile cs4231.c cs4231_lib.c cs4232.c 
	                  cs4236.c cs4236_lib.c 
	sound/isa/es1688: Makefile es1688.c es1688_lib.c 
	sound/isa/gus  : Makefile gus_dma.c gus_dram.c gus_instr.c 
	                 gus_io.c gus_irq.c gus_lfo.c gus_main.c 
	                 gus_mem.c gus_mem_proc.c gus_mixer.c gus_pcm.c 
	                 gus_reset.c gus_sample.c gus_simple.c 
	                 gus_synth.c gus_tables.h gus_timer.c gus_uart.c 
	                 gus_volume.c gusclassic.c gusextreme.c gusmax.c 
	                 interwave-stb.c interwave.c 
	sound/isa/opti9xx: Makefile opti92x-ad1848.c opti92x-cs4231.c 
	                   opti93x.c 
	sound/isa/sb   : Makefile emu8000.c emu8000_callback.c 
	                 emu8000_local.h emu8000_patch.c emu8000_synth.c 
	                 es968.c sb16.c sb16_csp.c sb16_csp_codecs.h 
	                 sb16_main.c sb8.c sb8_main.c sb8_midi.c 
	                 sb_common.c sb_mixer.c sbawe.c 
	sound/isa/wavefront: Makefile wavefront.c wavefront_fx.c 
	                     wavefront_midi.c wavefront_synth.c 
	sound/oss      : 724hwmcode.h CHANGELOG COPYING Config.help 
	                 Config.in Hwmcode.h Makefile README.FIRST 
	                 ac97.c ac97.h ac97_codec.c aci.c aci.h ad1816.c 
	                 ad1848.c ad1848.h ad1848_mixer.h adlib_card.c 
	                 aedsp16.c audio.c audio_syms.c awe_hw.h 
	                 awe_wave.c awe_wave.h bin2hex.c btaudio.c 
	                 cmpci.c coproc.h cs4232.c cs4232.h cs461x.h 
	                 cs461x_image.h cs46xx.c cs46xx_wrapper-24.h 
	                 cs46xxpm-24.h cs46xxpm.h dev_table.c 
	                 dev_table.h dm.h dmabuf.c es1370.c es1371.c 
	                 esssolo1.c gus.h gus_card.c gus_hw.h 
	                 gus_linearvol.h gus_midi.c gus_vol.c gus_wave.c 
	                 hex2hex.c i810_audio.c ics2101.c ite8172.c 
	                 iwmem.h mad16.c maestro.c maestro.h maestro3.c 
	                 maestro3.h maestro_tables.h maui.c midi_ctrl.h 
	                 midi_syms.c midi_synth.c midi_synth.h midibuf.c 
	                 mpu401.c mpu401.h msnd.c msnd.h msnd_classic.c 
	                 msnd_classic.h msnd_pinnacle.c msnd_pinnacle.h 
	                 nec_vrc5477.c nm256.h nm256_audio.c 
	                 nm256_coeff.h opl3.c opl3.h opl3_hw.h opl3sa.c 
	                 opl3sa2.c os.h pas2.h pas2_card.c pas2_midi.c 
	                 pas2_mixer.c pas2_pcm.c pss.c rme96xx.c 
	                 rme96xx.h sb.h sb_audio.c sb_card.c sb_common.c 
	                 sb_ess.c sb_ess.h sb_midi.c sb_mixer.c 
	                 sb_mixer.h sequencer.c sequencer_syms.c 
	                 sgalaxy.c skeleton.c sonicvibes.c sound_calls.h 
	                 sound_config.h sound_firmware.h sound_syms.c 
	                 sound_timer.c soundcard.c soundvers.h sscape.c 
	                 sys_timer.c trident.c trident.h trix.c tuning.h 
	                 uart401.c uart6850.c ulaw.h v_midi.c v_midi.h 
	                 via82cxxx_audio.c vidc.c vidc.h vidc_fill.S 
	                 vwsnd.c waveartist.c waveartist.h wavfront.c 
	                 wf_midi.c ymfpci.c ymfpci.h ymfpci_image.h 
	                 yss225.c yss225.h 
	sound/oss/cs4281: Makefile cs4281_hwdefs.h cs4281_wrapper-24.c 
	                  cs4281m.c cs4281pm-24.c cs4281pm.h 
	sound/oss/dmasound: Config.help Config.in Makefile awacs_defs.h 
	                    dmasound.h dmasound_atari.c dmasound_awacs.c 
	                    dmasound_core.c dmasound_paula.c 
	                    dmasound_q40.c 
	sound/oss/emu10k1: 8010.h Makefile audio.c audio.h cardmi.c 
	                   cardmi.h cardmo.c cardmo.h cardwi.c cardwi.h 
	                   cardwo.c cardwo.h ecard.c ecard.h efxmgr.c 
	                   efxmgr.h emuadxmg.c hwaccess.c hwaccess.h 
	                   icardmid.h icardwav.h irqmgr.c irqmgr.h 
	                   main.c midi.c midi.h mixer.c passthrough.c 
	                   passthrough.h recmgr.c recmgr.h timer.c 
	                   timer.h voicemgr.c voicemgr.h 
	sound/pci      : Config.in Makefile als4000.c cmipci.c cs4281.c 
	                 ens1370.c ens1371.c es1938.c es1968.c fm801.c 
	                 ice1712.c intel8x0.c maestro3.c rme96.c 
	                 sonicvibes.c via686.c via8233.c 
	sound/pci/ac97 : Makefile ac97_codec.c ak4531_codec.c 
	sound/pci/ali5451: Makefile ali5451.c 
	sound/pci/cs46xx: Makefile cs46xx.c cs46xx_image.h cs46xx_lib.c 
	sound/pci/emu10k1: Makefile emu10k1.c emu10k1_callback.c 
	                   emu10k1_main.c emu10k1_patch.c 
	                   emu10k1_synth.c emu10k1_synth_local.h emufx.c 
	                   emumixer.c emumpu401.c emupcm.c emuproc.c 
	                   io.c irq.c memory.c voice.c 
	sound/pci/korg1212: Makefile korg1212-firmware.h korg1212.c 
	sound/pci/nm256: Makefile nm256.c nm256_coef.c 
	sound/pci/rme9652: Makefile rme9652.c rme9652_mem.c 
	sound/pci/trident: Makefile trident.c trident_main.c 
	                   trident_memory.c trident_synth.c 
	sound/pci/ymfpci: Makefile ymfpci.c ymfpci_image.h ymfpci_main.c 
	sound/ppc      : Config.in Makefile awacs.c awacs.h burgundy.c 
	                 burgundy.h daca.c keywest.c pmac.c pmac.h 
	                 powermac.c tumbler.c 
	sound/synth    : Makefile util_mem.c 
	sound/synth/emux: Makefile emux.c emux_effect.c emux_nrpn.c 
	                  emux_oss.c emux_proc.c emux_seq.c emux_synth.c 
	                  emux_voice.h soundfont.c 
Removed files:
	drivers/sound  : .cvsignore 724hwmcode.h CHANGELOG COPYING 
	                 Config.help Config.in Hwmcode.h Makefile 
	                 README.FIRST ac97.c ac97.h ac97_codec.c aci.c 
	                 aci.h ad1816.c ad1848.c ad1848.h ad1848_mixer.h 
	                 adlib_card.c aedsp16.c au1000.c audio.c 
	                 audio_syms.c awe_hw.h awe_wave.c awe_wave.h 
	                 bin2hex.c btaudio.c cmpci.c coproc.h cs4232.c 
	                 cs4232.h cs461x.h cs461x_image.h cs46xx.c 
	                 cs46xx_wrapper-24.h cs46xxpm-24.h cs46xxpm.h 
	                 dev_table.c dev_table.h dm.h dmabuf.c es1370.c 
	                 es1371.c esssolo1.c gus.h gus_card.c gus_hw.h 
	                 gus_linearvol.h gus_midi.c gus_vol.c gus_wave.c 
	                 hal2.c hal2.h hex2hex.c i810_audio.c ics2101.c 
	                 ite8172.c iwmem.h mad16.c maestro.c maestro.h 
	                 maestro3.c maestro3.h maestro_tables.h maui.c 
	                 midi_ctrl.h midi_syms.c midi_synth.c 
	                 midi_synth.h midibuf.c mpu401.c mpu401.h msnd.c 
	                 msnd.h msnd_classic.c msnd_classic.h 
	                 msnd_pinnacle.c msnd_pinnacle.h nec_vrc5477.c 
	                 nm256.h nm256_audio.c nm256_coeff.h opl3.c 
	                 opl3.h opl3_hw.h opl3sa.c opl3sa2.c os.h pas2.h 
	                 pas2_card.c pas2_midi.c pas2_mixer.c pas2_pcm.c 
	                 pss.c rme96xx.c rme96xx.h sb.h sb_audio.c 
	                 sb_card.c sb_common.c sb_ess.c sb_ess.h 
	                 sb_midi.c sb_mixer.c sb_mixer.h sequencer.c 
	                 sequencer_syms.c sgalaxy.c skeleton.c 
	                 sonicvibes.c sound_calls.h sound_config.h 
	                 sound_core.c sound_firmware.c sound_firmware.h 
	                 sound_syms.c sound_timer.c soundcard.c 
	                 soundvers.h sscape.c swarm_cs4297a.c 
	                 sys_timer.c trident.c trident.h trix.c tuning.h 
	                 uart401.c uart6850.c ulaw.h v_midi.c v_midi.h 
	                 via82cxxx_audio.c vidc.c vidc.h vidc_fill.S 
	                 vwsnd.c waveartist.c waveartist.h wavfront.c 
	                 wf_midi.c ymfpci.c ymfpci.h ymfpci_image.h 
	                 yss225.c yss225.h 
	drivers/sound/cs4281: .cvsignore Makefile cs4281_hwdefs.h 
	                      cs4281_wrapper-24.c cs4281m.c 
	                      cs4281pm-24.c cs4281pm.h 
	drivers/sound/dmasound: .cvsignore Config.help Config.in 
	                        Makefile awacs_defs.h dmasound.h 
	                        dmasound_atari.c dmasound_awacs.c 
	                        dmasound_core.c dmasound_paula.c 
	                        dmasound_q40.c 
	drivers/sound/emu10k1: .cvsignore 8010.h Makefile audio.c 
	                       audio.h cardmi.c cardmi.h cardmo.c 
	                       cardmo.h cardwi.c cardwi.h cardwo.c 
	                       cardwo.h ecard.c ecard.h efxmgr.c 
	                       efxmgr.h emuadxmg.c hwaccess.c hwaccess.h 
	                       icardmid.h icardwav.h irqmgr.c irqmgr.h 
	                       main.c midi.c midi.h mixer.c 
	                       passthrough.c passthrough.h recmgr.c 
	                       recmgr.h timer.c timer.h voicemgr.c 
	                       voicemgr.h 
	include/asm-alpha: asm_offsets.h 
	include/asm-ppc: board.h est8260.h fads.h feature.h gemini.h 
	                 gemini_serial.h ivms8.h mbx.h oak.h ppc4xx.h 
	                 ppc4xx_serial.h rpxclassic.h rpxhiox.h 
	                 rpxlite.h spd8xx.h tqm8xx.h walnut.h 

Log message:
	Merge with Linux 2.5.5.


From owner-linux-cvs@oss.sgi.com Mon Jul 22 06:58:06 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6MDw6Rw024140
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 22 Jul 2002 06:58:06 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6MDw6qu024139
	for linux-cvs-outgoing; Mon, 22 Jul 2002 06:58:06 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6MDw4Rw024130
	for <linux-cvs@oss.sgi.com>; Mon, 22 Jul 2002 06:58:04 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6MDw48M024128
	for linux-cvs@oss.sgi.com; Mon, 22 Jul 2002 06:58:04 -0700
Date: Mon, 22 Jul 2002 06:58:04 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207221358.g6MDw48M024128@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/22 06:58:04

Added files:
	sound/oss      : au1000.c hal2.c hal2.h swarm_cs4297a.c 

Log message:
	Merge with Linux 2.5.5, some forgotten files.


From owner-linux-cvs@oss.sgi.com Mon Jul 22 13:25:43 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6MKPgRw003908
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 22 Jul 2002 13:25:42 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6MKPggA003907
	for linux-cvs-outgoing; Mon, 22 Jul 2002 13:25:42 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6MKPcRw003898
	for <linux-cvs@oss.sgi.com>; Mon, 22 Jul 2002 13:25:38 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6MKPbEg003896
	for linux-cvs@oss.sgi.com; Mon, 22 Jul 2002 13:25:37 -0700
Date: Mon, 22 Jul 2002 13:25:37 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207222025.g6MKPbEg003896@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/22 13:25:37

Modified files:
	arch/mips      : Tag: linux_2_4 config.in 
	include/asm-mips: Tag: linux_2_4 system.h wbflush.h 
	include/asm-mips64: Tag: linux_2_4 system.h 
Added files:
	include/asm-mips64: Tag: linux_2_4 wbflush.h 

Log message:
	A rework of the synchronization primitives.


From owner-linux-cvs@oss.sgi.com Mon Jul 22 13:31:16 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6MKVGRw004041
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 22 Jul 2002 13:31:16 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6MKVGDd004040
	for linux-cvs-outgoing; Mon, 22 Jul 2002 13:31:16 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6MKVCRw004031
	for <linux-cvs@oss.sgi.com>; Mon, 22 Jul 2002 13:31:13 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6MKVCFo004029
	for linux-cvs@oss.sgi.com; Mon, 22 Jul 2002 13:31:12 -0700
Date: Mon, 22 Jul 2002 13:31:12 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207222031.g6MKVCFo004029@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/22 13:31:12

Modified files:
	arch/mips      : config.in 
	include/asm-mips: system.h wbflush.h 
	include/asm-mips64: system.h 
Added files:
	include/asm-mips64: wbflush.h 

Log message:
	A rework of the synchronization primitives.


From owner-linux-cvs@oss.sgi.com Mon Jul 22 16:46:06 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6MNk6Rw008320
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 22 Jul 2002 16:46:06 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6MNk6ma008319
	for linux-cvs-outgoing; Mon, 22 Jul 2002 16:46:06 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6MNk3Rw008310
	for <linux-cvs@oss.sgi.com>; Mon, 22 Jul 2002 16:46:03 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6MNk3sG008308
	for linux-cvs@oss.sgi.com; Mon, 22 Jul 2002 16:46:03 -0700
Date: Mon, 22 Jul 2002 16:46:03 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207222346.g6MNk3sG008308@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/22 16:46:03

Modified files:
	arch/mips64/kernel: linux32.c 

Log message:
	Handle case of zero arguments.


From owner-linux-cvs@oss.sgi.com Mon Jul 22 16:46:50 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6MNkoRw008374
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 22 Jul 2002 16:46:50 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6MNkoq5008373
	for linux-cvs-outgoing; Mon, 22 Jul 2002 16:46:50 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6MNkmRw008364
	for <linux-cvs@oss.sgi.com>; Mon, 22 Jul 2002 16:46:48 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6MNkliZ008362
	for linux-cvs@oss.sgi.com; Mon, 22 Jul 2002 16:46:47 -0700
Date: Mon, 22 Jul 2002 16:46:47 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207222346.g6MNkliZ008362@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/22 16:46:47

Modified files:
	arch/mips64/kernel: Tag: linux_2_4 linux32.c 

Log message:
	Handle case of zero arguments.


From owner-linux-cvs@oss.sgi.com Mon Jul 22 18:12:12 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6N1CCRw009038
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 22 Jul 2002 18:12:12 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6N1CCnU009037
	for linux-cvs-outgoing; Mon, 22 Jul 2002 18:12:12 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6N1C9Rw009028
	for <linux-cvs@oss.sgi.com>; Mon, 22 Jul 2002 18:12:09 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6N1C9MK009026
	for linux-cvs@oss.sgi.com; Mon, 22 Jul 2002 18:12:09 -0700
Date: Mon, 22 Jul 2002 18:12:09 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207230112.g6N1C9MK009026@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/22 18:12:08

Modified files:
	arch/mips/kernel: traps.c 
	arch/mips64/kernel: traps.c 

Log message:
	Die more gracefully.


From owner-linux-cvs@oss.sgi.com Mon Jul 22 18:12:16 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6N1CGRw009072
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 22 Jul 2002 18:12:16 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6N1CGxW009071
	for linux-cvs-outgoing; Mon, 22 Jul 2002 18:12:16 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6N1CDRw009057
	for <linux-cvs@oss.sgi.com>; Mon, 22 Jul 2002 18:12:13 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6N1CDV6009053
	for linux-cvs@oss.sgi.com; Mon, 22 Jul 2002 18:12:13 -0700
Date: Mon, 22 Jul 2002 18:12:13 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207230112.g6N1CDV6009053@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/22 18:12:13

Modified files:
	arch/mips/kernel: Tag: linux_2_4 traps.c 
	arch/mips64/kernel: Tag: linux_2_4 traps.c 

Log message:
	Die more gracefully.


From owner-linux-cvs@oss.sgi.com Mon Jul 22 18:14:56 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6N1EuRw009137
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 22 Jul 2002 18:14:56 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6N1EuQK009136
	for linux-cvs-outgoing; Mon, 22 Jul 2002 18:14:56 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6N1EsRw009127
	for <linux-cvs@oss.sgi.com>; Mon, 22 Jul 2002 18:14:54 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6N1Erdh009125
	for linux-cvs@oss.sgi.com; Mon, 22 Jul 2002 18:14:53 -0700
Date: Mon, 22 Jul 2002 18:14:53 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207230114.g6N1Erdh009125@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/22 18:14:53

Modified files:
	arch/mips/kernel: Tag: linux_2_2 traps.c 

Log message:
	Die more gracefully.


From owner-linux-cvs@oss.sgi.com Mon Jul 22 18:46:52 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6N1kqRw009523
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 22 Jul 2002 18:46:52 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6N1kqNP009522
	for linux-cvs-outgoing; Mon, 22 Jul 2002 18:46:52 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6N1koRw009509
	for <linux-cvs@oss.sgi.com>; Mon, 22 Jul 2002 18:46:50 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6N1kojf009507
	for linux-cvs@oss.sgi.com; Mon, 22 Jul 2002 18:46:50 -0700
Date: Mon, 22 Jul 2002 18:46:50 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207230146.g6N1kojf009507@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/22 18:46:50

Modified files:
	arch/mips/mips-boards/generic: Tag: linux_2_4 mipsIRQ.S 

Log message:
	Respect the c0_status interrupt mask in the exception handler.


From owner-linux-cvs@oss.sgi.com Mon Jul 22 18:46:55 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6N1ktRw009550
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 22 Jul 2002 18:46:55 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6N1ktoX009549
	for linux-cvs-outgoing; Mon, 22 Jul 2002 18:46:55 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6N1krRw009536
	for <linux-cvs@oss.sgi.com>; Mon, 22 Jul 2002 18:46:53 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6N1krQD009534
	for linux-cvs@oss.sgi.com; Mon, 22 Jul 2002 18:46:53 -0700
Date: Mon, 22 Jul 2002 18:46:53 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207230146.g6N1krQD009534@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/22 18:46:53

Modified files:
	arch/mips/mips-boards/generic: mipsIRQ.S 

Log message:
	Respect the c0_status interrupt mask in the exception handler.


From owner-linux-cvs@oss.sgi.com Mon Jul 22 18:50:17 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6N1oHRw009773
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 22 Jul 2002 18:50:17 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6N1oHSZ009772
	for linux-cvs-outgoing; Mon, 22 Jul 2002 18:50:17 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6N1oFRw009758
	for <linux-cvs@oss.sgi.com>; Mon, 22 Jul 2002 18:50:15 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6N1oEB5009756
	for linux-cvs@oss.sgi.com; Mon, 22 Jul 2002 18:50:14 -0700
Date: Mon, 22 Jul 2002 18:50:14 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207230150.g6N1oEB5009756@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/22 18:50:14

Modified files:
	arch/mips/mips-boards/generic: time.c 

Log message:
	Use common timer interrupt code.


From owner-linux-cvs@oss.sgi.com Mon Jul 22 18:50:20 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6N1oKRw009808
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 22 Jul 2002 18:50:20 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6N1oK4n009807
	for linux-cvs-outgoing; Mon, 22 Jul 2002 18:50:20 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6N1oIRw009787
	for <linux-cvs@oss.sgi.com>; Mon, 22 Jul 2002 18:50:18 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6N1oIvF009785
	for linux-cvs@oss.sgi.com; Mon, 22 Jul 2002 18:50:18 -0700
Date: Mon, 22 Jul 2002 18:50:18 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207230150.g6N1oIvF009785@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/22 18:50:18

Modified files:
	arch/mips/mips-boards/generic: Tag: linux_2_4 time.c 

Log message:
	Use common timer interrupt code.


From owner-linux-cvs@oss.sgi.com Tue Jul 23 05:08:49 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6NC8nRw023388
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 23 Jul 2002 05:08:49 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6NC8nLY023387
	for linux-cvs-outgoing; Tue, 23 Jul 2002 05:08:49 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6NC8kRw023374
	for <linux-cvs@oss.sgi.com>; Tue, 23 Jul 2002 05:08:46 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6NC8kUr023372
	for linux-cvs@oss.sgi.com; Tue, 23 Jul 2002 05:08:46 -0700
Date: Tue, 23 Jul 2002 05:08:46 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207231208.g6NC8kUr023372@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/23 05:08:46

Modified files:
	arch/mips64/kernel: linux32.c 
	include/asm-mips: fcntl.h 
	include/asm-mips64: fcntl.h 

Log message:
	Fix definition of struct flock32 in the 64-bit compatbility code and
	move it to include/asm-mips64/fcntl.h; whitespace cleanup.


From owner-linux-cvs@oss.sgi.com Tue Jul 23 05:08:53 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6NC8rRw023421
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 23 Jul 2002 05:08:53 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6NC8rsq023420
	for linux-cvs-outgoing; Tue, 23 Jul 2002 05:08:53 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6NC8oRw023407
	for <linux-cvs@oss.sgi.com>; Tue, 23 Jul 2002 05:08:50 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6NC8o7R023405
	for linux-cvs@oss.sgi.com; Tue, 23 Jul 2002 05:08:50 -0700
Date: Tue, 23 Jul 2002 05:08:50 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207231208.g6NC8o7R023405@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/23 05:08:50

Modified files:
	arch/mips64/kernel: Tag: linux_2_4 linux32.c 
	include/asm-mips: Tag: linux_2_4 fcntl.h 
	include/asm-mips64: Tag: linux_2_4 fcntl.h 

Log message:
	Fix definition of struct flock32 in the 64-bit compatbility code and
	move it to include/asm-mips64/fcntl.h; whitespace cleanup.


From owner-linux-cvs@oss.sgi.com Tue Jul 23 05:26:12 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6NCQCRw024506
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 23 Jul 2002 05:26:12 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6NCQClr024505
	for linux-cvs-outgoing; Tue, 23 Jul 2002 05:26:12 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6NCQ9Rw024494
	for <linux-cvs@oss.sgi.com>; Tue, 23 Jul 2002 05:26:09 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6NCQ9OS024492
	for linux-cvs@oss.sgi.com; Tue, 23 Jul 2002 05:26:09 -0700
Date: Tue, 23 Jul 2002 05:26:09 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207231226.g6NCQ9OS024492@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/23 05:26:09

Modified files:
	arch/mips64/kernel: Tag: linux_2_4 linux32.c 

Log message:
	Proper userspace access control checking for 32-bit flock(2).


From owner-linux-cvs@oss.sgi.com Tue Jul 23 05:26:25 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6NCQPRw024554
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 23 Jul 2002 05:26:25 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6NCQPKO024553
	for linux-cvs-outgoing; Tue, 23 Jul 2002 05:26:25 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6NCQMRw024540
	for <linux-cvs@oss.sgi.com>; Tue, 23 Jul 2002 05:26:22 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6NCQMVQ024538
	for linux-cvs@oss.sgi.com; Tue, 23 Jul 2002 05:26:22 -0700
Date: Tue, 23 Jul 2002 05:26:22 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207231226.g6NCQMVQ024538@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/23 05:26:22

Modified files:
	arch/mips64/kernel: linux32.c 

Log message:
	Proper userspace access control checking for 32-bit flock(2).


From owner-linux-cvs@oss.sgi.com Tue Jul 23 05:55:46 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6NCtkRw025668
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 23 Jul 2002 05:55:46 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6NCtk9n025667
	for linux-cvs-outgoing; Tue, 23 Jul 2002 05:55:46 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6NCthRw025658
	for <linux-cvs@oss.sgi.com>; Tue, 23 Jul 2002 05:55:43 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6NCthhQ025656
	for linux-cvs@oss.sgi.com; Tue, 23 Jul 2002 05:55:43 -0700
Date: Tue, 23 Jul 2002 05:55:43 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207231255.g6NCthhQ025656@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/23 05:55:43

Added files:
	drivers/net/wan/8253x: Tag: linux_2_4 .cvsignore 
	drivers/usb/hcd: Tag: linux_2_4 .cvsignore 

Log message:
	Ignore more junk files ...


From owner-linux-cvs@oss.sgi.com Tue Jul 23 05:59:38 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6NCxcRw025798
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 23 Jul 2002 05:59:38 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6NCxca3025797
	for linux-cvs-outgoing; Tue, 23 Jul 2002 05:59:38 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6NCxZRw025788
	for <linux-cvs@oss.sgi.com>; Tue, 23 Jul 2002 05:59:35 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6NCxYrO025786
	for linux-cvs@oss.sgi.com; Tue, 23 Jul 2002 05:59:34 -0700
Date: Tue, 23 Jul 2002 05:59:34 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207231259.g6NCxYrO025786@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/23 05:59:34

Modified files:
	arch/mips64/kernel: Tag: linux_2_4 setup.c 

Log message:
	Synchronize to the trunk for cpu_has_fpu().


From owner-linux-cvs@oss.sgi.com Tue Jul 23 06:19:57 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6NDJvRw026152
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 23 Jul 2002 06:19:57 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6NDJvSN026151
	for linux-cvs-outgoing; Tue, 23 Jul 2002 06:19:57 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6NDJsRw026142
	for <linux-cvs@oss.sgi.com>; Tue, 23 Jul 2002 06:19:54 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6NDJsV4026140
	for linux-cvs@oss.sgi.com; Tue, 23 Jul 2002 06:19:54 -0700
Date: Tue, 23 Jul 2002 06:19:54 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207231319.g6NDJsV4026140@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/23 06:19:54

Modified files:
	arch/mips64/arc: Tag: linux_2_4 arc_con.c 

Log message:
	The wait_key method does no longer exist.


From owner-linux-cvs@oss.sgi.com Tue Jul 23 06:27:10 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6NDRARw026375
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 23 Jul 2002 06:27:10 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6NDRA9m026374
	for linux-cvs-outgoing; Tue, 23 Jul 2002 06:27:10 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6NDR7Rw026364
	for <linux-cvs@oss.sgi.com>; Tue, 23 Jul 2002 06:27:07 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6NDR7xU026361
	for linux-cvs@oss.sgi.com; Tue, 23 Jul 2002 06:27:07 -0700
Date: Tue, 23 Jul 2002 06:27:07 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207231327.g6NDR7xU026361@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/23 06:27:07

Modified files:
	arch/mips/tools: Tag: linux_2_4 offset.c 
	arch/mips/kernel: Tag: linux_2_4 scall_o32.S 
	arch/mips64/kernel: Tag: linux_2_4 entry.S scall_64.S 
	                    scall_o32.S 

Log message:
	Eleminate warning for redefinition of PT_TRACESYS.


From owner-linux-cvs@oss.sgi.com Tue Jul 23 07:17:13 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6NEHDRw027540
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 23 Jul 2002 07:17:13 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6NEHDDY027539
	for linux-cvs-outgoing; Tue, 23 Jul 2002 07:17:13 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6NEH9Rw027530
	for <linux-cvs@oss.sgi.com>; Tue, 23 Jul 2002 07:17:09 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6NEH9q6027528
	for linux-cvs@oss.sgi.com; Tue, 23 Jul 2002 07:17:09 -0700
Date: Tue, 23 Jul 2002 07:17:09 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207231417.g6NEH9q6027528@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/23 07:17:09

Modified files:
	arch/mips/kernel: Makefile setup.c 
	arch/mips64/kernel: Makefile setup.c 
	include/asm-mips: cpu.h 
	include/asm-mips64: cpu.h 
Added files:
	arch/mips/kernel: cpu-probe.c 
	arch/mips64/kernel: cpu-probe.c 

Log message:
	Consolidate CPU probing code into cpu-probe.c which is identical for
	32-bit and 64-bit kernels, 2.4 and 2.5.


From owner-linux-cvs@oss.sgi.com Tue Jul 23 07:17:43 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6NEHhRw027629
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 23 Jul 2002 07:17:43 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6NEHh13027628
	for linux-cvs-outgoing; Tue, 23 Jul 2002 07:17:43 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6NEHeRw027605
	for <linux-cvs@oss.sgi.com>; Tue, 23 Jul 2002 07:17:40 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6NEHdS7027603
	for linux-cvs@oss.sgi.com; Tue, 23 Jul 2002 07:17:39 -0700
Date: Tue, 23 Jul 2002 07:17:39 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207231417.g6NEHdS7027603@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/23 07:17:39

Modified files:
	arch/mips/kernel: Tag: linux_2_4 Makefile setup.c 
	arch/mips64/kernel: Tag: linux_2_4 Makefile setup.c 
	include/asm-mips: Tag: linux_2_4 cpu.h 
	include/asm-mips64: Tag: linux_2_4 cpu.h 
Added files:
	arch/mips/kernel: Tag: linux_2_4 cpu-probe.c 
	arch/mips64/kernel: Tag: linux_2_4 cpu-probe.c 

Log message:
	Consolidate CPU probing code into cpu-probe.c which is identical for
	32-bit and 64-bit kernels, 2.4 and 2.5.


From owner-linux-cvs@oss.sgi.com Tue Jul 23 09:39:16 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6NGdGRw005946
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 23 Jul 2002 09:39:16 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6NGdGf9005945
	for linux-cvs-outgoing; Tue, 23 Jul 2002 09:39:16 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6NGdARw005933
	for <linux-cvs@oss.sgi.com>; Tue, 23 Jul 2002 09:39:10 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6NGdArG005931
	for linux-cvs@oss.sgi.com; Tue, 23 Jul 2002 09:39:10 -0700
Date: Tue, 23 Jul 2002 09:39:10 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207231639.g6NGdArG005931@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/23 09:39:10

Modified files:
	arch/mips      : Tag: linux_2_4 config.in defconfig 
	                 defconfig-atlas defconfig-capcella 
	                 defconfig-cobalt defconfig-ddb5476 
	                 defconfig-ddb5477 defconfig-decstation 
	                 defconfig-eagle defconfig-ev64120 
	                 defconfig-ev96100 defconfig-hp-lj 
	                 defconfig-ip22 defconfig-it8172 defconfig-ivr 
	                 defconfig-jmr3927 defconfig-malta 
	                 defconfig-nino defconfig-ocelot 
	                 defconfig-osprey defconfig-pb1000 
	                 defconfig-pb1500 defconfig-rm200 
	                 defconfig-sb1250-swarm 
	arch/mips/kernel: Tag: linux_2_4 mips_ksyms.c 
	arch/mips/sgi-ip22: Tag: linux_2_4 Makefile ip22-int.c 
	                    ip22-setup.c 
	arch/mips64    : Tag: linux_2_4 config.in defconfig-ip22 
	arch/mips64/kernel: Tag: linux_2_4 mips64_ksyms.c 
	include/asm-mips: Tag: linux_2_4 dma.h io.h processor.h 
	include/asm-mips/sgi: Tag: linux_2_4 sgint23.h 
	include/asm-mips64: Tag: linux_2_4 dma.h io.h processor.h 
	include/asm-mips64/sgi: Tag: linux_2_4 sgint23.h 
Added files:
	arch/mips/sgi-ip22: Tag: linux_2_4 ip22-eisa.c 

Log message:
	EISA support for Indigo 2.


From owner-linux-cvs@oss.sgi.com Tue Jul 23 09:40:08 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6NGe8Rw006030
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 23 Jul 2002 09:40:08 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6NGe7sg006029
	for linux-cvs-outgoing; Tue, 23 Jul 2002 09:40:07 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6NGe3Rw006020
	for <linux-cvs@oss.sgi.com>; Tue, 23 Jul 2002 09:40:03 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6NGe25u006018
	for linux-cvs@oss.sgi.com; Tue, 23 Jul 2002 09:40:02 -0700
Date: Tue, 23 Jul 2002 09:40:02 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207231640.g6NGe25u006018@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/23 09:40:02

Modified files:
	arch/mips      : config.in defconfig defconfig-atlas 
	                 defconfig-capcella defconfig-cobalt 
	                 defconfig-ddb5476 defconfig-ddb5477 
	                 defconfig-decstation defconfig-eagle 
	                 defconfig-ev64120 defconfig-ev96100 
	                 defconfig-hp-lj defconfig-ip22 defconfig-it8172 
	                 defconfig-ivr defconfig-jmr3927 defconfig-malta 
	                 defconfig-nino defconfig-ocelot 
	                 defconfig-osprey defconfig-pb1000 
	                 defconfig-pb1500 defconfig-rm200 
	                 defconfig-sb1250-swarm 
	arch/mips/kernel: mips_ksyms.c 
	arch/mips/sgi-ip22: Makefile ip22-int.c ip22-setup.c 
	arch/mips64    : config.in defconfig-ip22 
	arch/mips64/kernel: mips64_ksyms.c 
	include/asm-mips: dma.h io.h processor.h 
	include/asm-mips/sgi: sgint23.h 
	include/asm-mips64: dma.h io.h processor.h 
	include/asm-mips64/sgi: sgint23.h 

Log message:
	EISA support for Indigo 2.


From owner-linux-cvs@oss.sgi.com Tue Jul 23 17:45:40 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6O0jeRw017316
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 23 Jul 2002 17:45:40 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6O0jebm017315
	for linux-cvs-outgoing; Tue, 23 Jul 2002 17:45:40 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6O0jbRw017306
	for <linux-cvs@oss.sgi.com>; Tue, 23 Jul 2002 17:45:37 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6O0jbN7017304
	for linux-cvs@oss.sgi.com; Tue, 23 Jul 2002 17:45:37 -0700
Date: Tue, 23 Jul 2002 17:45:37 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207240045.g6O0jbN7017304@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/23 17:45:37

Added files:
	arch/mips/sgi-ip22: ip22-eisa.c 

Log message:
	Missing file from IP22 EISA file.


From owner-linux-cvs@oss.sgi.com Tue Jul 23 17:56:26 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6O0uQRw017538
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 23 Jul 2002 17:56:26 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6O0uQGW017537
	for linux-cvs-outgoing; Tue, 23 Jul 2002 17:56:26 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6O0uNRw017528
	for <linux-cvs@oss.sgi.com>; Tue, 23 Jul 2002 17:56:23 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6O0uNjN017526
	for linux-cvs@oss.sgi.com; Tue, 23 Jul 2002 17:56:23 -0700
Date: Tue, 23 Jul 2002 17:56:23 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207240056.g6O0uNjN017526@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/23 17:56:23

Modified files:
	include/asm-mips: addrspace.h 

Log message:
	TO_PHYS_MASK is a 64-bit constant.


From owner-linux-cvs@oss.sgi.com Tue Jul 23 17:56:29 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6O0uTRw017572
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 23 Jul 2002 17:56:29 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6O0uTO2017571
	for linux-cvs-outgoing; Tue, 23 Jul 2002 17:56:29 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6O0uQRw017551
	for <linux-cvs@oss.sgi.com>; Tue, 23 Jul 2002 17:56:26 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6O0uQ8X017549
	for linux-cvs@oss.sgi.com; Tue, 23 Jul 2002 17:56:26 -0700
Date: Tue, 23 Jul 2002 17:56:26 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207240056.g6O0uQ8X017549@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/23 17:56:26

Modified files:
	include/asm-mips: Tag: linux_2_4 addrspace.h 

Log message:
	TO_PHYS_MASK is a 64-bit constant.


From owner-linux-cvs@oss.sgi.com Tue Jul 23 18:06:13 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6O16DRw017816
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 23 Jul 2002 18:06:13 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6O16DBn017815
	for linux-cvs-outgoing; Tue, 23 Jul 2002 18:06:13 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6O169Rw017790
	for <linux-cvs@oss.sgi.com>; Tue, 23 Jul 2002 18:06:09 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6O169ha017788
	for linux-cvs@oss.sgi.com; Tue, 23 Jul 2002 18:06:09 -0700
Date: Tue, 23 Jul 2002 18:06:09 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207240106.g6O169ha017788@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/23 18:06:09

Modified files:
	drivers/ide    : Config.in 

Log message:
	Enable the use of the PIIXn driver for MIPS also.


From owner-linux-cvs@oss.sgi.com Tue Jul 23 18:06:14 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6O16ERw017823
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 23 Jul 2002 18:06:14 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6O16Edx017822
	for linux-cvs-outgoing; Tue, 23 Jul 2002 18:06:14 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6O16BRw017806
	for <linux-cvs@oss.sgi.com>; Tue, 23 Jul 2002 18:06:12 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6O16BH3017804
	for linux-cvs@oss.sgi.com; Tue, 23 Jul 2002 18:06:11 -0700
Date: Tue, 23 Jul 2002 18:06:11 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207240106.g6O16BH3017804@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/23 18:06:11

Modified files:
	drivers/ide    : Tag: linux_2_4 Config.in 

Log message:
	Enable the use of the PIIXn driver for MIPS also.


From owner-linux-cvs@oss.sgi.com Wed Jul 24 04:14:18 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6OBEIRw009967
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 24 Jul 2002 04:14:18 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6OBEH8N009966
	for linux-cvs-outgoing; Wed, 24 Jul 2002 04:14:17 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6OBEERw009957
	for <linux-cvs@oss.sgi.com>; Wed, 24 Jul 2002 04:14:14 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6OBEEs6009956
	for linux-cvs@oss.sgi.com; Wed, 24 Jul 2002 04:14:14 -0700
Date: Wed, 24 Jul 2002 04:14:14 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207241114.g6OBEEs6009956@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 394
Lines: 13

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/24 04:14:14

linux/arch/mips/mips-boards/sead

Update of /home/pub/cvs/linux/arch/mips/mips-boards/sead
In directory oss.sgi.com:/tmp/cvs-serv9945/arch/mips/mips-boards/sead

Log Message:
Directory /home/pub/cvs/linux/arch/mips/mips-boards/sead added to the repository
--> Using per-directory sticky tag `linux_2_4'


From owner-linux-cvs@oss.sgi.com Wed Jul 24 06:51:55 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ODptRw019060
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 24 Jul 2002 06:51:55 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ODpti5019059
	for linux-cvs-outgoing; Wed, 24 Jul 2002 06:51:55 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ODpnRw019049
	for <linux-cvs@oss.sgi.com>; Wed, 24 Jul 2002 06:51:49 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ODpnB6019047
	for linux-cvs@oss.sgi.com; Wed, 24 Jul 2002 06:51:49 -0700
Date: Wed, 24 Jul 2002 06:51:49 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207241351.g6ODpnB6019047@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 1698
Lines: 38

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/24 06:51:49

Modified files:
	arch/mips      : Tag: linux_2_4 Makefile config.in defconfig 
	                 defconfig-atlas defconfig-capcella 
	                 defconfig-cobalt defconfig-ddb5476 
	                 defconfig-ddb5477 defconfig-decstation 
	                 defconfig-eagle defconfig-ev64120 
	                 defconfig-ev96100 defconfig-hp-lj 
	                 defconfig-ip22 defconfig-it8172 defconfig-ivr 
	                 defconfig-jmr3927 defconfig-malta 
	                 defconfig-nino defconfig-ocelot 
	                 defconfig-osprey defconfig-pb1000 
	                 defconfig-pb1500 defconfig-rm200 
	                 defconfig-sb1250-swarm 
	arch/mips/kernel: Tag: linux_2_4 setup.c 
	arch/mips/mips-boards/generic: Tag: linux_2_4 Makefile display.c 
	                               printf.c 
	arch/mips64    : Tag: linux_2_4 Makefile config.in defconfig 
	                 defconfig-atlas defconfig-ip22 defconfig-ip27 
	                 defconfig-ip32 defconfig-malta 
	                 defconfig-sb1250-swarm 
	drivers/char   : Tag: linux_2_4 serial.c 
	include/asm-mips: Tag: linux_2_4 serial.h 
	include/asm-mips64: Tag: linux_2_4 serial.h 
Added files:
	arch/mips      : Tag: linux_2_4 defconfig-sead 
	arch/mips/mips-boards/sead: Tag: linux_2_4 .cvsignore Makefile 
	                            sead_int.c sead_setup.c sead_time.c 
	arch/mips64    : Tag: linux_2_4 defconfig-sead 
	include/asm-mips/mips-boards: Tag: linux_2_4 sead.h seadint.h 
	include/asm-mips64/mips-boards: Tag: linux_2_4 sead.h seadint.h 

Log message:
	Add support for the MIPS SEAD evaluation board.


From owner-linux-cvs@oss.sgi.com Wed Jul 24 06:52:13 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ODqDRw019129
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 24 Jul 2002 06:52:13 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ODqDnj019128
	for linux-cvs-outgoing; Wed, 24 Jul 2002 06:52:13 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ODq7Rw019116
	for <linux-cvs@oss.sgi.com>; Wed, 24 Jul 2002 06:52:07 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ODq7mv019114
	for linux-cvs@oss.sgi.com; Wed, 24 Jul 2002 06:52:07 -0700
Date: Wed, 24 Jul 2002 06:52:07 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207241352.g6ODq7mv019114@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 1447
Lines: 35

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/24 06:52:07

Modified files:
	arch/mips      : Makefile config.in defconfig defconfig-atlas 
	                 defconfig-capcella defconfig-cobalt 
	                 defconfig-ddb5476 defconfig-ddb5477 
	                 defconfig-decstation defconfig-eagle 
	                 defconfig-ev64120 defconfig-ev96100 
	                 defconfig-hp-lj defconfig-ip22 defconfig-it8172 
	                 defconfig-ivr defconfig-jmr3927 defconfig-malta 
	                 defconfig-nino defconfig-ocelot 
	                 defconfig-osprey defconfig-pb1000 
	                 defconfig-pb1500 defconfig-rm200 
	                 defconfig-sb1250-swarm 
	arch/mips/kernel: setup.c 
	arch/mips/mips-boards/generic: Makefile display.c printf.c 
	arch/mips64    : Makefile config.in defconfig defconfig-atlas 
	                 defconfig-ip22 defconfig-ip27 defconfig-ip32 
	                 defconfig-malta defconfig-sb1250-swarm 
	drivers/char   : serial.c 
	include/asm-mips: serial.h 
	include/asm-mips64: serial.h 
Added files:
	arch/mips      : defconfig-sead 
	arch/mips/mips-boards/sead: .cvsignore Makefile sead_int.c 
	                            sead_setup.c sead_time.c 
	arch/mips64    : defconfig-sead 
	include/asm-mips/mips-boards: sead.h seadint.h 
	include/asm-mips64/mips-boards: sead.h seadint.h 

Log message:
	Add support for the MIPS SEAD evaluation board.


From owner-linux-cvs@oss.sgi.com Wed Jul 24 09:12:08 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6OGC8Rw032443
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 24 Jul 2002 09:12:08 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6OGC82K032442
	for linux-cvs-outgoing; Wed, 24 Jul 2002 09:12:08 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6OGC4Rw032432
	for <linux-cvs@oss.sgi.com>; Wed, 24 Jul 2002 09:12:04 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6OGC3UR032430
	for linux-cvs@oss.sgi.com; Wed, 24 Jul 2002 09:12:03 -0700
Date: Wed, 24 Jul 2002 09:12:03 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207241612.g6OGC3UR032430@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 649
Lines: 20

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/24 09:12:03

Modified files:
	arch/mips/kernel: setup.c 
	arch/mips64    : Makefile config.in defconfig defconfig-atlas 
	                 defconfig-ip22 defconfig-ip27 defconfig-ip32 
	                 defconfig-malta defconfig-sb1250-swarm 
	                 defconfig-sead 
	arch/mips64/kernel: cpu-probe.c head.S setup.c traps.c 
	arch/mips64/mm : Makefile loadmmu.c tlbex-r4k.S 
	include/asm-mips64: cache.h page.h 
Added files:
	arch/mips64/mm : c-mips64.c pg-mips64.c tlb-r4k.c 
	include/asm-mips64: mips64_cache.h 

Log message:
	Random 64-bit updates and fixes.


From owner-linux-cvs@oss.sgi.com Wed Jul 24 09:12:15 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6OGCFRw032489
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 24 Jul 2002 09:12:15 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6OGCFcN032488
	for linux-cvs-outgoing; Wed, 24 Jul 2002 09:12:15 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6OGCBRw032472
	for <linux-cvs@oss.sgi.com>; Wed, 24 Jul 2002 09:12:11 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6OGCBvQ032470
	for linux-cvs@oss.sgi.com; Wed, 24 Jul 2002 09:12:11 -0700
Date: Wed, 24 Jul 2002 09:12:11 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207241612.g6OGCBvQ032470@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 776
Lines: 21

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/24 09:12:11

Modified files:
	arch/mips/kernel: Tag: linux_2_4 setup.c 
	arch/mips64    : Tag: linux_2_4 Makefile config.in defconfig 
	                 defconfig-atlas defconfig-ip22 defconfig-ip27 
	                 defconfig-ip32 defconfig-malta 
	                 defconfig-sb1250-swarm defconfig-sead 
	arch/mips64/kernel: Tag: linux_2_4 cpu-probe.c head.S setup.c 
	                    traps.c 
	arch/mips64/mm : Tag: linux_2_4 Makefile loadmmu.c tlbex-r4k.S 
	include/asm-mips64: Tag: linux_2_4 cache.h page.h 
Added files:
	arch/mips64/mm : Tag: linux_2_4 c-mips64.c pg-mips64.c tlb-r4k.c 
	include/asm-mips64: Tag: linux_2_4 mips64_cache.h 

Log message:
	Random 64-bit updates and fixes.


From owner-linux-cvs@oss.sgi.com Wed Jul 24 10:55:52 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6OHtqRw003358
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 24 Jul 2002 10:55:52 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6OHtqc8003357
	for linux-cvs-outgoing; Wed, 24 Jul 2002 10:55:52 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6OHtlRw003348
	for <linux-cvs@oss.sgi.com>; Wed, 24 Jul 2002 10:55:47 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6OHtlJ9003346
	for linux-cvs@oss.sgi.com; Wed, 24 Jul 2002 10:55:47 -0700
Date: Wed, 24 Jul 2002 10:55:47 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207241755.g6OHtlJ9003346@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 805
Lines: 23

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/24 10:55:47

Modified files:
	arch/mips/au1000/pb1000: Tag: linux_2_4 setup.c 
	arch/mips/au1000/pb1100: Tag: linux_2_4 setup.c 
	arch/mips/au1000/pb1500: Tag: linux_2_4 setup.c 
	arch/mips/baget: Tag: linux_2_4 Makefile 
	arch/mips/dec  : Tag: linux_2_4 Makefile ioasic-irq.c kn02-irq.c 
	                 setup.c wbflush.c 
	arch/mips/galileo-boards/ev96100: Tag: linux_2_4 setup.c 
	arch/mips/mm   : Tag: linux_2_4 c-r3k.c c-tx39.c tlb-r3k.c 
	drivers/char   : Tag: linux_2_4 dz.c 
	drivers/net    : Tag: linux_2_4 declance.c 
	drivers/scsi   : Tag: linux_2_4 NCR53C9x.h dec_esp.c 
	drivers/tc     : Tag: linux_2_4 zs.c 
Removed files:
	arch/mips/baget: Tag: linux_2_4 wbflush.c 

Log message:
	wbflush() fixes and updates.


From owner-linux-cvs@oss.sgi.com Wed Jul 24 11:00:05 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6OI05Rw003647
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 24 Jul 2002 11:00:05 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6OI05J2003646
	for linux-cvs-outgoing; Wed, 24 Jul 2002 11:00:05 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6OI01Rw003636
	for <linux-cvs@oss.sgi.com>; Wed, 24 Jul 2002 11:00:01 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6OI01hr003634
	for linux-cvs@oss.sgi.com; Wed, 24 Jul 2002 11:00:01 -0700
Date: Wed, 24 Jul 2002 11:00:01 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207241800.g6OI01hr003634@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 625
Lines: 23

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/24 11:00:01

Modified files:
	arch/mips/au1000/pb1000: setup.c 
	arch/mips/au1000/pb1100: setup.c 
	arch/mips/au1000/pb1500: setup.c 
	arch/mips/baget: Makefile 
	arch/mips/dec  : Makefile ioasic-irq.c kn02-irq.c setup.c 
	                 wbflush.c 
	arch/mips/galileo-boards/ev96100: setup.c 
	arch/mips/mm   : c-r3k.c c-tx39.c tlb-r3k.c 
	drivers/char   : dz.c 
	drivers/net    : declance.c 
	drivers/scsi   : NCR53C9x.h dec_esp.c 
	drivers/tc     : zs.c 
Removed files:
	arch/mips/baget: wbflush.c 

Log message:
	wbflush() fixes and updates.


From owner-linux-cvs@oss.sgi.com Thu Jul 25 05:29:11 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PCTBRw002234
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 25 Jul 2002 05:29:11 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PCTBqZ002230
	for linux-cvs-outgoing; Thu, 25 Jul 2002 05:29:11 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PCT8Rw002221
	for <linux-cvs@oss.sgi.com>; Thu, 25 Jul 2002 05:29:08 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PCT8lZ002219
	for linux-cvs@oss.sgi.com; Thu, 25 Jul 2002 05:29:08 -0700
Date: Thu, 25 Jul 2002 05:29:08 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207251229.g6PCT8lZ002219@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 251
Lines: 11

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/25 05:29:08

Modified files:
	arch/mips/mm   : ioremap.c 

Log message:
	Only use the shortcut of mapping something into KSEG1 if we're mapping
	something in uncached mode.


From owner-linux-cvs@oss.sgi.com Thu Jul 25 05:29:13 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PCTDRw002258
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 25 Jul 2002 05:29:13 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PCTDBq002254
	for linux-cvs-outgoing; Thu, 25 Jul 2002 05:29:13 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PCTBRw002239
	for <linux-cvs@oss.sgi.com>; Thu, 25 Jul 2002 05:29:11 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PCTBqH002237
	for linux-cvs@oss.sgi.com; Thu, 25 Jul 2002 05:29:11 -0700
Date: Thu, 25 Jul 2002 05:29:11 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207251229.g6PCTBqH002237@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 266
Lines: 11

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/25 05:29:11

Modified files:
	arch/mips/mm   : Tag: linux_2_4 ioremap.c 

Log message:
	Only use the shortcut of mapping something into KSEG1 if we're mapping
	something in uncached mode.


From owner-linux-cvs@oss.sgi.com Thu Jul 25 05:57:50 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PCvoRw002799
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 25 Jul 2002 05:57:50 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PCvocC002798
	for linux-cvs-outgoing; Thu, 25 Jul 2002 05:57:50 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PCvkRw002788
	for <linux-cvs@oss.sgi.com>; Thu, 25 Jul 2002 05:57:46 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PCvkXS002786
	for linux-cvs@oss.sgi.com; Thu, 25 Jul 2002 05:57:46 -0700
Date: Thu, 25 Jul 2002 05:57:46 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207251257.g6PCvkXS002786@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 200
Lines: 10

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/25 05:57:46

Modified files:
	arch/mips64/kernel: setup.c 

Log message:
	Only define EISA_bus if CONFIG_EISA is enabled.


From owner-linux-cvs@oss.sgi.com Thu Jul 25 06:05:16 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PD5GRw002908
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 25 Jul 2002 06:05:16 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PD5GF1002907
	for linux-cvs-outgoing; Thu, 25 Jul 2002 06:05:16 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PD5DRw002898
	for <linux-cvs@oss.sgi.com>; Thu, 25 Jul 2002 06:05:13 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PD5Dqo002896
	for linux-cvs@oss.sgi.com; Thu, 25 Jul 2002 06:05:13 -0700
Date: Thu, 25 Jul 2002 06:05:13 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207251305.g6PD5Dqo002896@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 215
Lines: 10

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/25 06:05:13

Modified files:
	arch/mips64/kernel: Tag: linux_2_4 setup.c 

Log message:
	Only define EISA_bus if CONFIG_EISA is enabled.


From owner-linux-cvs@oss.sgi.com Thu Jul 25 06:45:28 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PDjSRw003635
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 25 Jul 2002 06:45:28 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PDjSPo003634
	for linux-cvs-outgoing; Thu, 25 Jul 2002 06:45:28 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PDjPRw003625
	for <linux-cvs@oss.sgi.com>; Thu, 25 Jul 2002 06:45:25 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PDjPVG003623
	for linux-cvs@oss.sgi.com; Thu, 25 Jul 2002 06:45:25 -0700
Date: Thu, 25 Jul 2002 06:45:25 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207251345.g6PDjPVG003623@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 240
Lines: 10

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/25 06:45:24

Modified files:
	include/asm-mips64: addrspace.h ide.h io.h serial.h 

Log message:
	Cleanup some more differences between 32-bit and 64-bit kernel.


From owner-linux-cvs@oss.sgi.com Thu Jul 25 06:55:02 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PDt2Rw004407
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 25 Jul 2002 06:55:02 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PDt23M004406
	for linux-cvs-outgoing; Thu, 25 Jul 2002 06:55:02 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PDsxRw004395
	for <linux-cvs@oss.sgi.com>; Thu, 25 Jul 2002 06:54:59 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PDsxFI004393
	for linux-cvs@oss.sgi.com; Thu, 25 Jul 2002 06:54:59 -0700
Date: Thu, 25 Jul 2002 06:54:59 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207251354.g6PDsxFI004393@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 277
Lines: 11

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/25 06:54:59

Modified files:
	include/asm-mips64: Tag: linux_2_4 addrspace.h ide.h io.h 
	                    serial.h 

Log message:
	Cleanup some more differences between 32-bit and 64-bit kernel.


From owner-linux-cvs@oss.sgi.com Thu Jul 25 07:20:58 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PEKwRw006379
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 25 Jul 2002 07:20:58 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PEKvEU006378
	for linux-cvs-outgoing; Thu, 25 Jul 2002 07:20:57 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PEKrRw006341
	for <linux-cvs@oss.sgi.com>; Thu, 25 Jul 2002 07:20:53 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PEKrE7006339
	for linux-cvs@oss.sgi.com; Thu, 25 Jul 2002 07:20:53 -0700
Date: Thu, 25 Jul 2002 07:20:53 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207251420.g6PEKrE7006339@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 412
Lines: 14

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/25 07:20:52

Modified files:
	arch/mips/au1000/common: Tag: linux_2_4 power.c 
	arch/mips/kernel: Tag: linux_2_4 cpu-probe.c 
	arch/mips64/kernel: Tag: linux_2_4 cpu-probe.c 
	include/asm-mips: Tag: linux_2_4 processor.h 
	include/asm-mips64: Tag: linux_2_4 processor.h 

Log message:
	Fix Au1x00 wait instruction and cpu probe info.


From owner-linux-cvs@oss.sgi.com Thu Jul 25 07:20:59 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PEKxRw006387
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 25 Jul 2002 07:20:59 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PEKxCV006386
	for linux-cvs-outgoing; Thu, 25 Jul 2002 07:20:59 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PEKtRw006369
	for <linux-cvs@oss.sgi.com>; Thu, 25 Jul 2002 07:20:55 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PEKtaR006367
	for linux-cvs@oss.sgi.com; Thu, 25 Jul 2002 07:20:55 -0700
Date: Thu, 25 Jul 2002 07:20:55 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207251420.g6PEKtaR006367@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 337
Lines: 14

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/25 07:20:55

Modified files:
	arch/mips/au1000/common: power.c 
	arch/mips/kernel: cpu-probe.c 
	arch/mips64/kernel: cpu-probe.c 
	include/asm-mips: processor.h 
	include/asm-mips64: processor.h 

Log message:
	Fix Au1x00 wait instruction and cpu probe info.


From owner-linux-cvs@oss.sgi.com Thu Jul 25 10:08:39 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PH8cRw020628
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 25 Jul 2002 10:08:39 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PH8cQD020627
	for linux-cvs-outgoing; Thu, 25 Jul 2002 10:08:38 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PH8aRw020618
	for <linux-cvs@oss.sgi.com>; Thu, 25 Jul 2002 10:08:36 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PH8ZbH020616
	for linux-cvs@oss.sgi.com; Thu, 25 Jul 2002 10:08:35 -0700
Date: Thu, 25 Jul 2002 10:08:35 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207251708.g6PH8ZbH020616@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 213
Lines: 10

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/25 10:08:35

Modified files:
	arch/mips/arc  : Tag: linux_2_4 arc_con.c 

Log message:
	Delete wait_key method which no longer exists.


From owner-linux-cvs@oss.sgi.com Thu Jul 25 10:18:22 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PHIMRw020930
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 25 Jul 2002 10:18:22 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PHIMBu020929
	for linux-cvs-outgoing; Thu, 25 Jul 2002 10:18:22 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PHIJRw020920
	for <linux-cvs@oss.sgi.com>; Thu, 25 Jul 2002 10:18:19 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PHIJtJ020918
	for linux-cvs@oss.sgi.com; Thu, 25 Jul 2002 10:18:19 -0700
Date: Thu, 25 Jul 2002 10:18:19 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207251718.g6PHIJtJ020918@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 189
Lines: 10

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/25 10:18:19

Modified files:
	include/asm-mips64: Tag: linux_2_4 addrspace.h 

Log message:
	Fix syntax error.


From owner-linux-cvs@oss.sgi.com Thu Jul 25 10:18:41 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PHIeRw020981
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 25 Jul 2002 10:18:40 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PHIeqS020980
	for linux-cvs-outgoing; Thu, 25 Jul 2002 10:18:40 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PHIcRw020971
	for <linux-cvs@oss.sgi.com>; Thu, 25 Jul 2002 10:18:38 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PHIcgX020969
	for linux-cvs@oss.sgi.com; Thu, 25 Jul 2002 10:18:38 -0700
Date: Thu, 25 Jul 2002 10:18:38 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207251718.g6PHIcgX020969@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 174
Lines: 10

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/25 10:18:38

Modified files:
	include/asm-mips64: addrspace.h 

Log message:
	Fix syntax error.


From owner-linux-cvs@oss.sgi.com Thu Jul 25 11:40:34 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PIeYRw022192
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 25 Jul 2002 11:40:34 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PIeYjT022191
	for linux-cvs-outgoing; Thu, 25 Jul 2002 11:40:34 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PIeTRw022182
	for <linux-cvs@oss.sgi.com>; Thu, 25 Jul 2002 11:40:29 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PIeTU3022180
	for linux-cvs@oss.sgi.com; Thu, 25 Jul 2002 11:40:29 -0700
Date: Thu, 25 Jul 2002 11:40:29 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207251840.g6PIeTU3022180@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 1062
Lines: 26

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/25 11:40:29

Modified files:
	arch/mips      : config.in defconfig defconfig-atlas 
	                 defconfig-capcella defconfig-cobalt 
	                 defconfig-ddb5476 defconfig-ddb5477 
	                 defconfig-decstation defconfig-eagle 
	                 defconfig-ev64120 defconfig-ev96100 
	                 defconfig-hp-lj defconfig-ip22 defconfig-it8172 
	                 defconfig-ivr defconfig-jmr3927 defconfig-malta 
	                 defconfig-nino defconfig-ocelot 
	                 defconfig-osprey defconfig-pb1000 
	                 defconfig-pb1500 defconfig-rm200 
	                 defconfig-sb1250-swarm defconfig-sead 
	arch/mips64    : config.in defconfig defconfig-atlas 
	                 defconfig-ip22 defconfig-ip27 defconfig-ip32 
	                 defconfig-malta defconfig-sb1250-swarm 
	                 defconfig-sead 
Added files:
	arch/mips      : config-shared.in 

Log message:
	Unify the arch/mips/config.in and arch/mips64/config.in.


From owner-linux-cvs@oss.sgi.com Thu Jul 25 11:47:46 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PIlkRw022356
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 25 Jul 2002 11:47:46 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PIlkjn022355
	for linux-cvs-outgoing; Thu, 25 Jul 2002 11:47:46 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PIlhRw022346
	for <linux-cvs@oss.sgi.com>; Thu, 25 Jul 2002 11:47:43 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PIlhaY022345
	for linux-cvs@oss.sgi.com; Thu, 25 Jul 2002 11:47:43 -0700
Date: Thu, 25 Jul 2002 11:47:43 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207251847.g6PIlhaY022345@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 316
Lines: 12

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/25 11:47:43

linux/arch/mips/sgi-ip27

Update of /home/pub/cvs/linux/arch/mips/sgi-ip27
In directory oss.sgi.com:/tmp/cvs-serv22334/arch/mips/sgi-ip27

Log Message:
Directory /home/pub/cvs/linux/arch/mips/sgi-ip27 added to the repository


From owner-linux-cvs@oss.sgi.com Thu Jul 25 11:48:13 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PImCRw022405
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 25 Jul 2002 11:48:12 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PImCxp022404
	for linux-cvs-outgoing; Thu, 25 Jul 2002 11:48:12 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PImARw022395
	for <linux-cvs@oss.sgi.com>; Thu, 25 Jul 2002 11:48:10 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PImAt0022394
	for linux-cvs@oss.sgi.com; Thu, 25 Jul 2002 11:48:10 -0700
Date: Thu, 25 Jul 2002 11:48:10 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207251848.g6PImAt0022394@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 316
Lines: 12

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/25 11:48:10

linux/arch/mips/sgi-ip32

Update of /home/pub/cvs/linux/arch/mips/sgi-ip32
In directory oss.sgi.com:/tmp/cvs-serv22383/arch/mips/sgi-ip32

Log Message:
Directory /home/pub/cvs/linux/arch/mips/sgi-ip32 added to the repository


From owner-linux-cvs@oss.sgi.com Thu Jul 25 11:48:52 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PImqRw022450
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 25 Jul 2002 11:48:52 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PImq0g022449
	for linux-cvs-outgoing; Thu, 25 Jul 2002 11:48:52 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PImlRw022440
	for <linux-cvs@oss.sgi.com>; Thu, 25 Jul 2002 11:48:47 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PImlUc022438
	for linux-cvs@oss.sgi.com; Thu, 25 Jul 2002 11:48:47 -0700
Date: Thu, 25 Jul 2002 11:48:47 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207251848.g6PImlUc022438@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 1126
Lines: 27

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/25 11:48:47

Modified files:
	arch/mips      : Tag: linux_2_4 config.in defconfig 
	                 defconfig-atlas defconfig-capcella 
	                 defconfig-cobalt defconfig-ddb5476 
	                 defconfig-ddb5477 defconfig-decstation 
	                 defconfig-eagle defconfig-ev64120 
	                 defconfig-ev96100 defconfig-hp-lj 
	                 defconfig-ip22 defconfig-it8172 defconfig-ivr 
	                 defconfig-jmr3927 defconfig-malta 
	                 defconfig-nino defconfig-ocelot 
	                 defconfig-osprey defconfig-pb1000 
	                 defconfig-pb1500 defconfig-rm200 
	                 defconfig-sb1250-swarm defconfig-sead 
	arch/mips64    : Tag: linux_2_4 config.in defconfig 
	                 defconfig-atlas defconfig-ip22 defconfig-ip27 
	                 defconfig-ip32 defconfig-malta 
	                 defconfig-sb1250-swarm defconfig-sead 
Added files:
	arch/mips      : Tag: linux_2_4 config-shared.in 

Log message:
	Unify the arch/mips/config.in and arch/mips64/config.in.


From owner-linux-cvs@oss.sgi.com Thu Jul 25 12:10:14 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PJAERw023262
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 25 Jul 2002 12:10:14 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PJAE6u023261
	for linux-cvs-outgoing; Thu, 25 Jul 2002 12:10:14 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PJA9Rw023251
	for <linux-cvs@oss.sgi.com>; Thu, 25 Jul 2002 12:10:09 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PJA9Fd023249
	for linux-cvs@oss.sgi.com; Thu, 25 Jul 2002 12:10:09 -0700
Date: Thu, 25 Jul 2002 12:10:09 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207251910.g6PJA9Fd023249@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 1433
Lines: 33

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/25 12:10:08

Modified files:
	arch/mips64    : Makefile 
Added files:
	.              : .swp 
	arch/mips/sgi-ip27: .cvsignore Makefile TODO ip27-berr.c 
	                    ip27-console.c ip27-init.c ip27-irq-glue.S 
	                    ip27-irq.c ip27-klconfig.c ip27-klnuma.c 
	                    ip27-memory.c ip27-nmi.c ip27-pci-dma.c 
	                    ip27-pci.c ip27-reset.c ip27-rtc.c 
	                    ip27-setup.c ip27-timer.c 
	arch/mips/sgi-ip32: .cvsignore Makefile crime.c ip32-berr.c 
	                    ip32-irq-glue.S ip32-irq.c ip32-pci-dma.c 
	                    ip32-pci.c ip32-reset.c ip32-rtc.c 
	                    ip32-setup.c ip32-timer.c 
Removed files:
	arch/mips64/sgi-ip27: .cvsignore Makefile TODO ip27-berr.c 
	                      ip27-console.c ip27-init.c ip27-irq-glue.S 
	                      ip27-irq.c ip27-klconfig.c ip27-klnuma.c 
	                      ip27-memory.c ip27-nmi.c ip27-pci-dma.c 
	                      ip27-pci.c ip27-reset.c ip27-rtc.c 
	                      ip27-setup.c ip27-timer.c 
	arch/mips64/sgi-ip32: .cvsignore Makefile crime.c ip32-berr.c 
	                      ip32-irq-glue.S ip32-irq.c ip32-pci-dma.c 
	                      ip32-pci.c ip32-reset.c ip32-rtc.c 
	                      ip32-setup.c ip32-timer.c 

Log message:
	More sgi-ip27 and sgi-ip32 to arch/mips.


From owner-linux-cvs@oss.sgi.com Thu Jul 25 12:31:29 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PJVTRw029515
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 25 Jul 2002 12:31:29 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PJVSuZ029514
	for linux-cvs-outgoing; Thu, 25 Jul 2002 12:31:28 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PJVNRw029505
	for <linux-cvs@oss.sgi.com>; Thu, 25 Jul 2002 12:31:23 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PJVNe5029503
	for linux-cvs@oss.sgi.com; Thu, 25 Jul 2002 12:31:23 -0700
Date: Thu, 25 Jul 2002 12:31:23 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207251931.g6PJVNe5029503@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 1454
Lines: 32

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/25 12:31:23

Modified files:
	arch/mips64    : Tag: linux_2_4 Makefile 
Added files:
	arch/mips/sgi-ip27: Tag: linux_2_4 .cvsignore Makefile TODO 
	                    ip27-berr.c ip27-console.c ip27-init.c 
	                    ip27-irq-glue.S ip27-irq.c ip27-klconfig.c 
	                    ip27-klnuma.c ip27-memory.c ip27-nmi.c 
	                    ip27-pci-dma.c ip27-pci.c ip27-reset.c 
	                    ip27-rtc.c ip27-setup.c ip27-timer.c 
	arch/mips/sgi-ip32: Tag: linux_2_4 .cvsignore Makefile crime.c 
	                    ip32-berr.c ip32-irq-glue.S ip32-irq.c 
	                    ip32-pci.c ip32-reset.c ip32-rtc.c 
	                    ip32-setup.c ip32-timer.c 
Removed files:
	arch/mips64/sgi-ip27: Tag: linux_2_4 .cvsignore Makefile TODO 
	                      ip27-berr.c ip27-console.c ip27-init.c 
	                      ip27-irq-glue.S ip27-irq.c ip27-klconfig.c 
	                      ip27-klnuma.c ip27-memory.c ip27-nmi.c 
	                      ip27-pci-dma.c ip27-pci.c ip27-reset.c 
	                      ip27-rtc.c ip27-setup.c ip27-timer.c 
	arch/mips64/sgi-ip32: Tag: linux_2_4 .cvsignore Makefile crime.c 
	                      ip32-berr.c ip32-irq-glue.S ip32-irq.c 
	                      ip32-pci.c ip32-reset.c ip32-rtc.c 
	                      ip32-setup.c ip32-timer.c 

Log message:
	Move sgi-ip27 and sgi-ip32 to arch/mips.


From owner-linux-cvs@oss.sgi.com Thu Jul 25 12:37:34 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PJbYRw029707
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 25 Jul 2002 12:37:34 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PJbYUg029706
	for linux-cvs-outgoing; Thu, 25 Jul 2002 12:37:34 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PJbURw029697
	for <linux-cvs@oss.sgi.com>; Thu, 25 Jul 2002 12:37:30 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PJbTF4029695
	for linux-cvs@oss.sgi.com; Thu, 25 Jul 2002 12:37:29 -0700
Date: Thu, 25 Jul 2002 12:37:29 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207251937.g6PJbTF4029695@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 541
Lines: 16

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/25 12:37:29

Removed files:
	arch/mips64/sibyte/cfe: .cvsignore Makefile cfe_api.c 
	arch/mips64/sibyte/sb1: .cvsignore Makefile cache.c tlb.c 
	arch/mips64/sibyte/sb1250: .cvsignore Makefile irq.c 
	                           irq_handler.S pci-dma.c pci.c setup.c 
	                           smp.c time.c 
	arch/mips64/sibyte/swarm: .cvsignore Makefile cmdline.c memory.c 
	                          rtc.c setup.c smp.c time.c 

Log message:
	Delete dead code.


From owner-linux-cvs@oss.sgi.com Thu Jul 25 12:48:49 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PJmnRw029859
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 25 Jul 2002 12:48:49 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PJmnU6029858
	for linux-cvs-outgoing; Thu, 25 Jul 2002 12:48:49 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PJmkRw029849
	for <linux-cvs@oss.sgi.com>; Thu, 25 Jul 2002 12:48:46 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PJmkhq029847
	for linux-cvs@oss.sgi.com; Thu, 25 Jul 2002 12:48:46 -0700
Date: Thu, 25 Jul 2002 12:48:46 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207251948.g6PJmkhq029847@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 210
Lines: 10

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/25 12:48:46

Modified files:
	arch/mips/galileo-boards/ev64120: promcon.c 

Log message:
	Wait_key method doesn't exist any longer.


From owner-linux-cvs@oss.sgi.com Thu Jul 25 12:51:23 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PJpNRw029934
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 25 Jul 2002 12:51:23 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PJpNTB029933
	for linux-cvs-outgoing; Thu, 25 Jul 2002 12:51:23 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PJpLRw029924
	for <linux-cvs@oss.sgi.com>; Thu, 25 Jul 2002 12:51:21 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PJpLw6029922
	for linux-cvs@oss.sgi.com; Thu, 25 Jul 2002 12:51:21 -0700
Date: Thu, 25 Jul 2002 12:51:21 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207251951.g6PJpLw6029922@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 322
Lines: 12

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/25 12:51:21

Modified files:
	arch/mips/mips-boards/generic: pci.c 
	arch/mips/mips-boards/malta: malta_int.c malta_setup.c 

Log message:
	The Bonito system controller now implements a PCI IACK cycle, so the
	interrupt code can be simplified.


From owner-linux-cvs@oss.sgi.com Thu Jul 25 12:51:34 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PJpYRw029978
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 25 Jul 2002 12:51:34 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PJpXif029977
	for linux-cvs-outgoing; Thu, 25 Jul 2002 12:51:33 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PJpVRw029968
	for <linux-cvs@oss.sgi.com>; Thu, 25 Jul 2002 12:51:31 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PJpVhM029966
	for linux-cvs@oss.sgi.com; Thu, 25 Jul 2002 12:51:31 -0700
Date: Thu, 25 Jul 2002 12:51:31 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207251951.g6PJpVhM029966@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 383
Lines: 13

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/25 12:51:31

Modified files:
	arch/mips/mips-boards/generic: Tag: linux_2_4 pci.c 
	arch/mips/mips-boards/malta: Tag: linux_2_4 malta_int.c 
	                             malta_setup.c 

Log message:
	The Bonito system controller now implements a PCI IACK cycle, so the
	interrupt code can be simplified.


From owner-linux-cvs@oss.sgi.com Thu Jul 25 13:11:40 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PKBeRw031382
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 25 Jul 2002 13:11:40 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PKBdLn031381
	for linux-cvs-outgoing; Thu, 25 Jul 2002 13:11:39 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PKBaRw031371
	for <linux-cvs@oss.sgi.com>; Thu, 25 Jul 2002 13:11:36 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PKBawN031369
	for linux-cvs@oss.sgi.com; Thu, 25 Jul 2002 13:11:36 -0700
Date: Thu, 25 Jul 2002 13:11:36 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207252011.g6PKBawN031369@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 262
Lines: 11

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/25 13:11:36

Modified files:
	arch/mips      : Tag: linux_2_4 config-shared.in 
	arch/mips64    : Tag: linux_2_4 defconfig-sb1250-swarm 

Log message:
	Toshiba JMR3927 is 32-bit only.


From owner-linux-cvs@oss.sgi.com Thu Jul 25 13:11:48 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PKBmRw031411
	for <linux-cvs-outgoing@oss.sgi.com>; Thu, 25 Jul 2002 13:11:48 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PKBlYO031410
	for linux-cvs-outgoing; Thu, 25 Jul 2002 13:11:47 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6PKBjRw031395
	for <linux-cvs@oss.sgi.com>; Thu, 25 Jul 2002 13:11:45 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6PKBjqg031393
	for linux-cvs@oss.sgi.com; Thu, 25 Jul 2002 13:11:45 -0700
Date: Thu, 25 Jul 2002 13:11:45 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207252011.g6PKBjqg031393@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 190
Lines: 10

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/25 13:11:45

Modified files:
	arch/mips      : config-shared.in 

Log message:
	Toshiba JMR3927 is 32-bit only.


From owner-linux-cvs@oss.sgi.com Fri Jul 26 05:32:57 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6QCWvRw013545
	for <linux-cvs-outgoing@oss.sgi.com>; Fri, 26 Jul 2002 05:32:57 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6QCWvui013544
	for linux-cvs-outgoing; Fri, 26 Jul 2002 05:32:57 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6QCWrRw013535
	for <linux-cvs@oss.sgi.com>; Fri, 26 Jul 2002 05:32:53 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6QCWrZt013533
	for linux-cvs@oss.sgi.com; Fri, 26 Jul 2002 05:32:53 -0700
Date: Fri, 26 Jul 2002 05:32:53 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207261232.g6QCWrZt013533@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 210
Lines: 10

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/26 05:32:52

Modified files:
	arch/mips/kernel: Tag: linux_2_4 head.S 

Log message:
	Move stext, _stext to the beginning of .text.


From owner-linux-cvs@oss.sgi.com Fri Jul 26 05:33:31 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6QCXVRw013581
	for <linux-cvs-outgoing@oss.sgi.com>; Fri, 26 Jul 2002 05:33:31 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6QCXVRP013580
	for linux-cvs-outgoing; Fri, 26 Jul 2002 05:33:31 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6QCXRRw013571
	for <linux-cvs@oss.sgi.com>; Fri, 26 Jul 2002 05:33:27 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6QCXROh013569
	for linux-cvs@oss.sgi.com; Fri, 26 Jul 2002 05:33:27 -0700
Date: Fri, 26 Jul 2002 05:33:27 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207261233.g6QCXROh013569@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 195
Lines: 10

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/26 05:33:27

Modified files:
	arch/mips/kernel: head.S 

Log message:
	Move stext, _stext to the beginning of .text.


From owner-linux-cvs@oss.sgi.com Mon Jul 29 05:03:35 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6TC3ZRw000805
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 29 Jul 2002 05:03:35 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6TC3Z0l000804
	for linux-cvs-outgoing; Mon, 29 Jul 2002 05:03:35 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6TC3URw000793
	for <linux-cvs@oss.sgi.com>; Mon, 29 Jul 2002 05:03:31 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6TC3UL8000791
	for linux-cvs@oss.sgi.com; Mon, 29 Jul 2002 05:03:30 -0700
Date: Mon, 29 Jul 2002 05:03:30 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207291203.g6TC3UL8000791@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 250
Lines: 11

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/29 05:03:30

Modified files:
	arch/mips      : Tag: linux_2_4 Makefile config-shared.in 
	arch/mips64    : Tag: linux_2_4 Makefile 

Log message:
	Various minor clean-ups.


From owner-linux-cvs@oss.sgi.com Mon Jul 29 05:09:27 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6TC9RRw000927
	for <linux-cvs-outgoing@oss.sgi.com>; Mon, 29 Jul 2002 05:09:27 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6TC9RXE000926
	for linux-cvs-outgoing; Mon, 29 Jul 2002 05:09:27 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6TC9LRw000917
	for <linux-cvs@oss.sgi.com>; Mon, 29 Jul 2002 05:09:22 -0700
Received: (from macro@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6TC9L8E000915
	for linux-cvs@oss.sgi.com; Mon, 29 Jul 2002 05:09:21 -0700
Date: Mon, 29 Jul 2002 05:09:21 -0700
From: "Maciej W. Rozycki" <macro@oss.sgi.com>
Message-Id: <200207291209.g6TC9L8E000915@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 220
Lines: 11

CVSROOT:	/oss/CVS/cvs
Module name:	linux
Changes by:	macro@oss.sgi.com	02/07/29 05:09:20

Modified files:
	arch/mips      : Makefile config-shared.in 
	arch/mips64    : Makefile 

Log message:
	Various minor clean-ups.


From owner-linux-cvs@oss.sgi.com Tue Jul 30 04:18:09 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6UBI9Rw005487
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 30 Jul 2002 04:18:09 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6UBI9BI005486
	for linux-cvs-outgoing; Tue, 30 Jul 2002 04:18:09 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6UBI6Rw005477
	for <linux-cvs@oss.sgi.com>; Tue, 30 Jul 2002 04:18:06 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6UBI6sk005475
	for linux-cvs@oss.sgi.com; Tue, 30 Jul 2002 04:18:06 -0700
Date: Tue, 30 Jul 2002 04:18:06 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207301118.g6UBI6sk005475@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 199
Lines: 10

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/30 04:18:05

Modified files:
	arch/mips/sgi-ip27: ip27-init.c ip27-memory.c 

Log message:
	Delete zero initializations.


From owner-linux-cvs@oss.sgi.com Tue Jul 30 19:18:42 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6V2IgRw014906
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 30 Jul 2002 19:18:42 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6V2IgwG014904
	for linux-cvs-outgoing; Tue, 30 Jul 2002 19:18:42 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6V2IdRw014851
	for <linux-cvs@oss.sgi.com>; Tue, 30 Jul 2002 19:18:39 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6V2IdJv014849
	for linux-cvs@oss.sgi.com; Tue, 30 Jul 2002 19:18:39 -0700
Date: Tue, 30 Jul 2002 19:18:39 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207310218.g6V2IdJv014849@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 199
Lines: 10

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/30 19:18:39

Modified files:
	arch/mips/vr41xx/common: Tag: linux_2_4 cmu.c 

Log message:
	Delete zero initializations.


From owner-linux-cvs@oss.sgi.com Tue Jul 30 19:41:25 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6V2fPRw002512
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 30 Jul 2002 19:41:25 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6V2fO15002511
	for linux-cvs-outgoing; Tue, 30 Jul 2002 19:41:24 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6V2fLRw002451
	for <linux-cvs@oss.sgi.com>; Tue, 30 Jul 2002 19:41:21 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6V2fLsI002449
	for linux-cvs@oss.sgi.com; Tue, 30 Jul 2002 19:41:21 -0700
Date: Tue, 30 Jul 2002 19:41:21 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207310241.g6V2fLsI002449@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 311
Lines: 12

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/30 19:41:21

Modified files:
	arch/mips64/kernel: Tag: linux_2_4 process.c r4k_fpu.S signal.c 
	                    signal32.c traps.c 
	include/asm-mips64: Tag: linux_2_4 sigcontext.h 

Log message:
	FP fixes for the 64-bit kernel.


From owner-linux-cvs@oss.sgi.com Tue Jul 30 19:41:31 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6V2fVRw002641
	for <linux-cvs-outgoing@oss.sgi.com>; Tue, 30 Jul 2002 19:41:31 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6V2fVEa002636
	for linux-cvs-outgoing; Tue, 30 Jul 2002 19:41:31 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6V2fSRw002588
	for <linux-cvs@oss.sgi.com>; Tue, 30 Jul 2002 19:41:28 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6V2fSTm002583
	for linux-cvs@oss.sgi.com; Tue, 30 Jul 2002 19:41:28 -0700
Date: Tue, 30 Jul 2002 19:41:28 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207310241.g6V2fSTm002583@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 281
Lines: 12

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/30 19:41:28

Modified files:
	arch/mips64/kernel: process.c r4k_fpu.S signal.c signal32.c 
	                    traps.c 
	include/asm-mips64: sigcontext.h 

Log message:
	FP fixes for the 64-bit kernel.


From owner-linux-cvs@oss.sgi.com Wed Jul 31 04:37:28 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6VBbSRw017905
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 31 Jul 2002 04:37:28 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6VBbSSL017904
	for linux-cvs-outgoing; Wed, 31 Jul 2002 04:37:28 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6VBbQRw017877
	for <linux-cvs@oss.sgi.com>; Wed, 31 Jul 2002 04:37:26 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6VBbPHP017875
	for linux-cvs@oss.sgi.com; Wed, 31 Jul 2002 04:37:25 -0700
Date: Wed, 31 Jul 2002 04:37:25 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207311137.g6VBbPHP017875@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 207
Lines: 10

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/31 04:37:25

Modified files:
	arch/mips64/kernel: Tag: linux_2_4 scall_o32.S 

Log message:
	Port syscall(2) from 32-bit kernel.


From owner-linux-cvs@oss.sgi.com Wed Jul 31 04:37:30 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6VBbURw017913
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 31 Jul 2002 04:37:30 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6VBbUeb017912
	for linux-cvs-outgoing; Wed, 31 Jul 2002 04:37:30 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6VBbRRw017896
	for <linux-cvs@oss.sgi.com>; Wed, 31 Jul 2002 04:37:27 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6VBbRsN017894
	for linux-cvs@oss.sgi.com; Wed, 31 Jul 2002 04:37:27 -0700
Date: Wed, 31 Jul 2002 04:37:27 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207311137.g6VBbRsN017894@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 192
Lines: 10

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/31 04:37:27

Modified files:
	arch/mips64/kernel: scall_o32.S 

Log message:
	Port syscall(2) from 32-bit kernel.


From owner-linux-cvs@oss.sgi.com Wed Jul 31 04:42:33 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6VBgXRw018295
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 31 Jul 2002 04:42:33 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6VBgXBa018294
	for linux-cvs-outgoing; Wed, 31 Jul 2002 04:42:33 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6VBgURw018266
	for <linux-cvs@oss.sgi.com>; Wed, 31 Jul 2002 04:42:30 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6VBgUDZ018264
	for linux-cvs@oss.sgi.com; Wed, 31 Jul 2002 04:42:30 -0700
Date: Wed, 31 Jul 2002 04:42:30 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207311142.g6VBgUDZ018264@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 225
Lines: 11

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/31 04:42:30

Modified files:
	include/asm-mips: asm.h 
	include/asm-mips64: asm.h 

Log message:
	Fix lethal typo in MIPS I version of MOVZ macro.


From owner-linux-cvs@oss.sgi.com Wed Jul 31 04:42:33 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6VBgXRw018302
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 31 Jul 2002 04:42:33 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6VBgX1o018301
	for linux-cvs-outgoing; Wed, 31 Jul 2002 04:42:33 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6VBgURw018284
	for <linux-cvs@oss.sgi.com>; Wed, 31 Jul 2002 04:42:30 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6VBgUIl018282
	for linux-cvs@oss.sgi.com; Wed, 31 Jul 2002 04:42:30 -0700
Date: Wed, 31 Jul 2002 04:42:30 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207311142.g6VBgUIl018282@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 255
Lines: 11

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/31 04:42:30

Modified files:
	include/asm-mips: Tag: linux_2_4 asm.h 
	include/asm-mips64: Tag: linux_2_4 asm.h 

Log message:
	Fix lethal typo in MIPS I version of MOVZ macro.


From owner-linux-cvs@oss.sgi.com Wed Jul 31 05:02:57 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6VC2vRw018903
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 31 Jul 2002 05:02:57 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6VC2v6m018902
	for linux-cvs-outgoing; Wed, 31 Jul 2002 05:02:57 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6VC2sRw018876
	for <linux-cvs@oss.sgi.com>; Wed, 31 Jul 2002 05:02:54 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6VC2s1R018874
	for linux-cvs@oss.sgi.com; Wed, 31 Jul 2002 05:02:54 -0700
Date: Wed, 31 Jul 2002 05:02:54 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207311202.g6VC2s1R018874@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 200
Lines: 10

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/31 05:02:54

Modified files:
	arch/mips64/kernel: Tag: linux_2_4 r4k_switch.S 

Log message:
	FP context switching fixes.


From owner-linux-cvs@oss.sgi.com Wed Jul 31 05:02:58 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6VC2wRw018914
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 31 Jul 2002 05:02:58 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6VC2wZX018913
	for linux-cvs-outgoing; Wed, 31 Jul 2002 05:02:58 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6VC2uRw018893
	for <linux-cvs@oss.sgi.com>; Wed, 31 Jul 2002 05:02:56 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6VC2uGn018891
	for linux-cvs@oss.sgi.com; Wed, 31 Jul 2002 05:02:56 -0700
Date: Wed, 31 Jul 2002 05:02:56 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207311202.g6VC2uGn018891@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 185
Lines: 10

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/31 05:02:56

Modified files:
	arch/mips64/kernel: r4k_switch.S 

Log message:
	FP context switching fixes.


From owner-linux-cvs@oss.sgi.com Wed Jul 31 07:41:04 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6VEf4Rw003756
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 31 Jul 2002 07:41:04 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6VEf4EJ003755
	for linux-cvs-outgoing; Wed, 31 Jul 2002 07:41:04 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6VEf1Rw003746
	for <linux-cvs@oss.sgi.com>; Wed, 31 Jul 2002 07:41:01 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6VEf1x9003744
	for linux-cvs@oss.sgi.com; Wed, 31 Jul 2002 07:41:01 -0700
Date: Wed, 31 Jul 2002 07:41:01 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207311441.g6VEf1x9003744@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 212
Lines: 10

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/31 07:41:00

Modified files:
	include/asm-mips: Tag: linux_2_2 asm.h 

Log message:
	Fix lethal typo in MIPS I version of MOVZ macro.


From owner-linux-cvs@oss.sgi.com Wed Jul 31 07:46:00 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6VEk0Rw003863
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 31 Jul 2002 07:46:00 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6VEk0KW003861
	for linux-cvs-outgoing; Wed, 31 Jul 2002 07:46:00 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6VEjvRw003834
	for <linux-cvs@oss.sgi.com>; Wed, 31 Jul 2002 07:45:57 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6VEjvJV003832
	for linux-cvs@oss.sgi.com; Wed, 31 Jul 2002 07:45:57 -0700
Date: Wed, 31 Jul 2002 07:45:57 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207311445.g6VEjvJV003832@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 216
Lines: 11

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/31 07:45:57

Modified files:
	arch/mips/kernel: scall_o32.S 
	arch/mips64/kernel: scall_o32.S 

Log message:
	Fix typo: s/shit/shift/ ...


From owner-linux-cvs@oss.sgi.com Wed Jul 31 07:46:02 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6VEk2Rw003870
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 31 Jul 2002 07:46:02 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6VEk2cr003869
	for linux-cvs-outgoing; Wed, 31 Jul 2002 07:46:02 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6VEjxRw003853
	for <linux-cvs@oss.sgi.com>; Wed, 31 Jul 2002 07:45:59 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6VEjxcC003851
	for linux-cvs@oss.sgi.com; Wed, 31 Jul 2002 07:45:59 -0700
Date: Wed, 31 Jul 2002 07:45:59 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207311445.g6VEjxcC003851@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 246
Lines: 11

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/31 07:45:59

Modified files:
	arch/mips/kernel: Tag: linux_2_4 scall_o32.S 
	arch/mips64/kernel: Tag: linux_2_4 scall_o32.S 

Log message:
	Fix typo: s/shit/shift/ ...


From owner-linux-cvs@oss.sgi.com Wed Jul 31 07:57:52 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6VEvqRw004200
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 31 Jul 2002 07:57:52 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6VEvq8p004199
	for linux-cvs-outgoing; Wed, 31 Jul 2002 07:57:52 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6VEvoRw004190
	for <linux-cvs@oss.sgi.com>; Wed, 31 Jul 2002 07:57:50 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6VEvoUs004188
	for linux-cvs@oss.sgi.com; Wed, 31 Jul 2002 07:57:50 -0700
Date: Wed, 31 Jul 2002 07:57:50 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207311457.g6VEvoUs004188@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 227
Lines: 10

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/31 07:57:50

Modified files:
	arch/mips64/kernel: Tag: linux_2_4 entry.S 

Log message:
	Task_struct.ptrace is an unsigned long, so load 64 bits ...


From owner-linux-cvs@oss.sgi.com Wed Jul 31 08:19:06 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6VFJ6Rw004571
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 31 Jul 2002 08:19:06 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6VFJ697004570
	for linux-cvs-outgoing; Wed, 31 Jul 2002 08:19:06 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6VFJ3Rw004561
	for <linux-cvs@oss.sgi.com>; Wed, 31 Jul 2002 08:19:03 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6VFJ3UK004559
	for linux-cvs@oss.sgi.com; Wed, 31 Jul 2002 08:19:03 -0700
Date: Wed, 31 Jul 2002 08:19:03 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207311519.g6VFJ3UK004559@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 194
Lines: 10

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/31 08:19:03

Modified files:
	arch/mips64/kernel: Tag: linux_2_4 ioctl32.c 

Log message:
	Handle RTC ioctls calls.


From owner-linux-cvs@oss.sgi.com Wed Jul 31 08:19:09 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6VFJ9Rw004594
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 31 Jul 2002 08:19:09 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6VFJ9u3004593
	for linux-cvs-outgoing; Wed, 31 Jul 2002 08:19:09 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6VFJ6Rw004580
	for <linux-cvs@oss.sgi.com>; Wed, 31 Jul 2002 08:19:06 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6VFJ69R004577
	for linux-cvs@oss.sgi.com; Wed, 31 Jul 2002 08:19:06 -0700
Date: Wed, 31 Jul 2002 08:19:06 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207311519.g6VFJ69R004577@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 179
Lines: 10

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/31 08:19:06

Modified files:
	arch/mips64/kernel: ioctl32.c 

Log message:
	Handle RTC ioctls calls.


From owner-linux-cvs@oss.sgi.com Wed Jul 31 15:55:13 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6VMtDRw014906
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 31 Jul 2002 15:55:13 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6VMtDpF014905
	for linux-cvs-outgoing; Wed, 31 Jul 2002 15:55:13 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6VMtARw014892
	for <linux-cvs@oss.sgi.com>; Wed, 31 Jul 2002 15:55:10 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g6VMtA1C014890
	for linux-cvs@oss.sgi.com; Wed, 31 Jul 2002 15:55:10 -0700
Date: Wed, 31 Jul 2002 15:55:10 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200207312255.g6VMtA1C014890@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 231
Lines: 11

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/31 15:55:09

Modified files:
	include/asm-mips: Tag: linux_2_4 pci.h 
	include/asm-mips64: Tag: linux_2_4 pci.h 

Log message:
	Fix pci_dma_supported().


From owner-linux-cvs@oss.sgi.com Wed Jul 31 18:21:16 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g711LGRw016251
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 31 Jul 2002 18:21:16 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g711LGuh016250
	for linux-cvs-outgoing; Wed, 31 Jul 2002 18:21:16 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g711LCRw016221
	for <linux-cvs@oss.sgi.com>; Wed, 31 Jul 2002 18:21:12 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g711LCKL016217
	for linux-cvs@oss.sgi.com; Wed, 31 Jul 2002 18:21:12 -0700
Date: Wed, 31 Jul 2002 18:21:12 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200208010121.g711LCKL016217@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 206
Lines: 11

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/31 18:21:11

Added files:
	include/asm-mips/sibyte: board.h 
	include/asm-mips64/sibyte: board.h 

Log message:
	Add lost file.


From owner-linux-cvs@oss.sgi.com Wed Jul 31 18:21:22 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g711LMRw016269
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 31 Jul 2002 18:21:22 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g711LMnX016268
	for linux-cvs-outgoing; Wed, 31 Jul 2002 18:21:22 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g711LDRw016239
	for <linux-cvs@oss.sgi.com>; Wed, 31 Jul 2002 18:21:13 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g711LDOT016237
	for linux-cvs@oss.sgi.com; Wed, 31 Jul 2002 18:21:13 -0700
Date: Wed, 31 Jul 2002 18:21:13 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200208010121.g711LDOT016237@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 236
Lines: 11

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/31 18:21:13

Added files:
	include/asm-mips/sibyte: Tag: linux_2_4 board.h 
	include/asm-mips64/sibyte: Tag: linux_2_4 board.h 

Log message:
	Add lost file.


From owner-linux-cvs@oss.sgi.com Wed Jul 31 18:47:18 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g711lIRw017228
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 31 Jul 2002 18:47:18 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g711lI9o017227
	for linux-cvs-outgoing; Wed, 31 Jul 2002 18:47:18 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g711lERw017201
	for <linux-cvs@oss.sgi.com>; Wed, 31 Jul 2002 18:47:14 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g711lEFX017199
	for linux-cvs@oss.sgi.com; Wed, 31 Jul 2002 18:47:14 -0700
Date: Wed, 31 Jul 2002 18:47:14 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200208010147.g711lEFX017199@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 210
Lines: 10

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/31 18:47:14

Modified files:
	arch/mips64    : Tag: linux_2_4 defconfig-sb1250-swarm 

Log message:
	Replace with more usable file.


From owner-linux-cvs@oss.sgi.com Wed Jul 31 18:47:18 2002
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g711lIRw017231
	for <linux-cvs-outgoing@oss.sgi.com>; Wed, 31 Jul 2002 18:47:18 -0700
Received: (from majordomo@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g711lIIj017229
	for linux-cvs-outgoing; Wed, 31 Jul 2002 18:47:18 -0700
X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-cvs@oss.sgi.com using -f
Received: from oss.sgi.com (localhost [127.0.0.1])
	by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g711lGRw017217
	for <linux-cvs@oss.sgi.com>; Wed, 31 Jul 2002 18:47:16 -0700
Received: (from ralf@localhost)
	by oss.sgi.com (8.12.5/8.12.3/Submit) id g711lFni017215
	for linux-cvs@oss.sgi.com; Wed, 31 Jul 2002 18:47:15 -0700
Date: Wed, 31 Jul 2002 18:47:15 -0700
From: Ralf Baechle <ralf@oss.sgi.com>
Message-Id: <200208010147.g711lFni017215@oss.sgi.com>
To: linux-cvs@oss.sgi.com
Subject: CVS Update@oss.sgi.com: linux
X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20
X-Spam-Level: 
Sender: owner-linux-cvs@oss.sgi.com
Precedence: bulk
Content-Length: 195
Lines: 10

CVSROOT:	/home/pub/cvs
Module name:	linux
Changes by:	ralf@oss.sgi.com	02/07/31 18:47:15

Modified files:
	arch/mips64    : defconfig-sb1250-swarm 

Log message:
	Replace with more usable file.


