PERFORCE change 31951 for review

Peter Wemm peter at FreeBSD.org
Tue May 27 15:02:18 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=31951

Change 31951 by peter at 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;


More information about the p4-projects mailing list