From owner-freebsd-current Wed Jan 27 16:45:36 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA10124 for freebsd-current-outgoing; Wed, 27 Jan 1999 16:45:36 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA10118 for ; Wed, 27 Jan 1999 16:45:34 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.2/8.9.1) id QAA77982; Wed, 27 Jan 1999 16:45:31 -0800 (PST) (envelope-from dillon) Date: Wed, 27 Jan 1999 16:45:31 -0800 (PST) From: Matthew Dillon Message-Id: <199901280045.QAA77982@apollo.backplane.com> To: John Polstra Cc: current@FreeBSD.ORG Subject: Re: btokup() macro in sys/malloc.h References: <199901280037.QAA27694@vashon.polstra.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :> NEW :> :> #define btokup(addr) (&kmemusage[((caddr_t)(addr) - kmembase) >> PAGE_SHIFT]) : :The added parentheses don't make any difference, semantically. This :change probably wouldn't meet the criteria spelled out in style(9): Then style(9) needs to be updated, because we have to add parenthesis to be able to not get warnings with -Wall. -Matt :John :-- : John Polstra jdp@polstra.com : John D. Polstra & Co., Inc. Seattle, Washington USA : "Nobody ever went broke underestimating the taste of the American public." : -- H. L. Mencken : :To Unsubscribe: send mail to majordomo@FreeBSD.org :with "unsubscribe freebsd-current" in the body of the message : Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message