lkml.org 
[lkml]   [2007]   [Dec]   [18]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
FromRusty Russell <>
SubjectRe: [PATCH 3/21] [PATCH] move desc_empty to where they belong
DateTue, 18 Dec 2007 16:14:36 +1100
On Tuesday 18 December 2007 09:52:26 Glauber de Oliveira Costa wrote:
> +static inline int desc_empty(const void *ptr)> +{> +	const u32 *desc = ptr;> +	return !(desc[0] | desc[1]);> +}

Erk. This really needs to be a union, not a void *.  I guess we can clean it 
later.

Rusty.


\
 
 \ /
  Last update: 2007-12-18 06:17    [from the cache]
©2003-2008