Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jul 2004 11:00:53 +1200
From:      Drew Broadley <drew@corrupt.co.nz>
To:        Drew Broadley <drew@corrupt.co.nz>
Cc:        freebsd-gnome@freebsd.org
Subject:   Re: [amd64] System lockups still continuing
Message-ID:  <40FC52A5.6010803@corrupt.co.nz>
In-Reply-To: <40FC50F8.3060403@corrupt.co.nz>
References:  <XFMail.20040719160919.conrads@cox.net> <40FC50F8.3060403@corrupt.co.nz>

next in thread | previous in thread | raw e-mail | index | archive | help
Sorry this line:
 >>>>>>>>>>>>>
$ cp /usr/src/sys/<arch>/include/param.h /tmp/param.h && perl -ple 
's/#define PREEMPTIVE.+\n$//i' /tmp/param.h > 
/usr/src/sys/<arch>/include/param.h /tmp/param.h
 >>>>>>>>>>>>>

Should read:
 >>>>>>>>>>>>>
$ cp /usr/src/sys/<arch>/include/param.h /tmp/param.h &&  perl -ple 
's/^#define[\t\s]+PREEMPTION//i' /tmp/param.h > 
/usr/src/sys/<arch>/include/param.h
 >>>>>>>>>>>>>

- Drew



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40FC52A5.6010803>