From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dinh Nguyen Date: Wed, 4 Nov 2015 11:21:29 -0600 Subject: [U-Boot] [PATCH 1/4] mips: Use the generic bitops headers In-Reply-To: <1446657237-27091-1-git-send-email-festevam@gmail.com> References: <1446657237-27091-1-git-send-email-festevam@gmail.com> Message-ID: <563A3E99.2090609@opensource.altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/04/2015 11:13 AM, Fabio Estevam wrote: > From: Fabio Estevam > > The generic bitops headers are required when calling logarithimic > functions, such as ilog2(). > s/logarithimic/logarithmic Same comment for 2/4 and 3/4 Dinh