From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <17291.57189.117039.189874@cargo.ozlabs.ibm.com> Date: Tue, 29 Nov 2005 15:56:05 +1100 From: Paul Mackerras To: Vitaly Bordug In-Reply-To: <438B238F.9070804@ru.mvista.com> References: <438B238F.9070804@ru.mvista.com> Cc: linuxppc-devel list , linuxppc-embedded list Subject: Re: [PATCH] ppc32 8xx: Added setbitsXX/clrbitsXX macro for read-modify-write operations List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Vitaly Bordug writes: > This adds setbitsXX/clrbitsXX macro for read-modify-write operations > and converts the 8xx core and drivers to use it. Your mailer has munged the whitespace in the patch, unfortunately. > + clrbits32(&((immap_t *)IMAP_ADDR)->im_cpic.cpic_cimr,(1 << cpm_vec)); This needs a space after the comma. Regards, Paul.