linux willy

Matthew Wilcox willy@puffin.external.hp.com
Sun, 14 Jan 2001 16:07:14 -0700


CVSROOT:	/home/cvs/parisc
Module name:	linux
Changes by:	willy	01/01/14 16:07:14

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

Log message:
* Remove CONFIG_SMP ifdefs around spin_locks -- these are dealt with
correctly by the defines for UP cases.
* Reformat to follow CodingStyle
* Remove if (unsigned long < 0) BUG() code which clearly couldn't happen