Date: Tue, 27 May 2003 15:02:16 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 31951 for review Message-ID: <200305272202.h4RM2GIo052797@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=31951 Change 31951 by peter@peter_daintree on 2003/05/27 15:01:43 remove a CYA comment in case it gets accidently committed Affected files ... .. //depot/projects/hammer/sys/vm/vm_pager.c#8 edit Differences ... ==== //depot/projects/hammer/sys/vm/vm_pager.c#8 (text+ko) ==== @@ -340,15 +340,6 @@ bp->b_rcred = NOCRED; bp->b_wcred = NOCRED; bp->b_qindex = 0; /* On no queue (QUEUE_NONE) */ -#ifdef __amd64__ - /* - * If you get a compile error here, it is because your gcc is - * misconfigured. Do *NOT* bandaid it, because this is a mine - * canary. If this fails to compile, then gcc will generate - * invalid code in kern/subr_scanf.c and net/radix.c. - * Fix your gcc, do not not this line. - */ -#endif bp->b_data = (caddr_t) (MAXPHYS * (bp - swbuf)) + swapbkva; bp->b_kvabase = bp->b_data; bp->b_kvasize = MAXPHYS;help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305272202.h4RM2GIo052797>
