lkml.org 
[lkml]   [2007]   [Sep]   [19]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateWed, 19 Sep 2007 06:12:09 +0200
FromGabriel C <>
SubjectRe: [14/17] Allow bit_waitqueue to wait on a bit in a vmalloc area
Christoph Lameter wrote:

> 
> +	if (is_vmalloc_addr(word))
> +		page = vmalloc_to_page(word)
					^^^^^^
Missing ' ; '

> +	else
> +		page = virt_to_page(word);
> +
> +	zone = page_zone(page);
>  	return &zone->wait_table[hash_long(val, zone->wait_table_bits)];
>  }
>  EXPORT_SYMBOL(bit_waitqueue);
> 

Regards,

Gabriel
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-09-19 06:19    [from the cache]
©2003-2008