lkml.org 
[lkml]   [2010]   [Jun]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 10/13] jump label v9: convert jump label to use a key
From
Date
On Wed, 2010-06-09 at 17:39 -0400, Jason Baron wrote:
> -#define JUMP_LABEL(tag, label, cond) \
> +#define JUMP_LABEL(key, label) \
> do { \
> - if (unlikely(cond)) \
> + if (unlikely(*key)) \
> goto label; \
> } while (0)

s/key/cond_var/ or something like that?




\
 
 \ /
  Last update: 2010-06-10 14:41    [W:0.169 / U:0.320 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site