linux-2.3 dhd

David Huggins-Daines dhd@puffin.external.hp.com
Wed, 23 Aug 2000 14:49:40 -0600


CVSROOT:	/home/cvs/parisc
Module name:	linux-2.3
Changes by:	dhd	00/08/23 14:49:40

Modified files:
	arch/parisc/kernel: entry.S 

Log message:
I don't see any good reason why we should be clearing arg0-arg3 in the
syscall return path.  Maintaining the %r2 flag is a pain in the arse
(well, I'm just saying that because I forgot to do it in
syscall_do_signal :) and the code is much cleaner this way.

What was that Knuth quote about premature optimization again?