[PATCH 5/13] Remove a couple of unused definitions from pgtable_32.c

Kumar Gala galak at kernel.crashing.org
Sat Jun 16 01:40:17 EST 2007


On Jun 14, 2007, at 4:50 PM, Andy Fleming wrote:

>
> On Jun 14, 2007, at 16:04, Kumar Gala wrote:
>
>>
>> On Jun 12, 2007, at 11:52 PM, David Gibson wrote:
>>>
>>> -/* is x a power of 4? */
>>> -#define is_power_of_4(x)	is_power_of_2(x) && (ffs(x) & 1)
>>> -
>>
>> is_power_of_4 is used by HAVE_TLBCAM, why are you killing it?
>
>
> He removed io_block_mapping() in patch #3

Ahh, thanks.

- k




More information about the Linuxppc-dev mailing list