Prev: x86: Prefer TSC Deadline Timer over LAPIC timer
Next: [PATCH] x86,kgdb: Fix hw breakpoint regression
From: David Miller on 28 Jul 2010 16:40 From: Jason Baron <jbaron(a)redhat.com> Date: Tue, 27 Jul 2010 16:54:32 -0400 > Convert the jump label code to use a key to identify each related set of > jump labels instead of a string. This saves space since we no longer need > to store strings and their pointers, just the keys. In addition we can > simplify the JUMP_LABEL macro to 2 arguments from 3. We use the address > of the conditional variable as the key value. If jump labels are not enabled > then we can use the conditional variable as usual. > > Signed-off-by: Jason Baron <jbaron(a)redhat.com> It doesn't make any sense to present these changes like this. If the final implementation of the jump label entries uses this new key based scheme, well that's what should be in the first patch of this series which adds the basic jump label infrastructure. As it is, it's just commit noise. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |