linux willy

Matthew Wilcox willy@puffin.external.hp.com
Wed, 20 Dec 2000 08:22:14 -0700


CVSROOT:	/home/cvs/parisc
Module name:	linux
Changes by:	willy	00/12/20 08:22:14

Modified files:
	include/asm-parisc: current.h 

Log message:
We don't need to use any assembly here.  GCC can do a better job if we
just tell it to get the value in gr30 and mask it than if we insert asm
to do the same thing.