mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 22:21:21 +00:00
jump_label: Use more consistent naming
Now that there's still only a few users around, rename things to make them more consistent. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> LKML-Reference: <20101014203625.448565169@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
d580ff8699
commit
3b6e901f83
3 changed files with 9 additions and 9 deletions
|
@ -142,9 +142,9 @@ static void ddebug_change(const struct ddebug_query *query,
|
|||
dt->num_enabled++;
|
||||
dp->flags = newflags;
|
||||
if (newflags) {
|
||||
enable_jump_label(&dp->enabled);
|
||||
jump_label_enable(&dp->enabled);
|
||||
} else {
|
||||
disable_jump_label(&dp->enabled);
|
||||
jump_label_disable(&dp->enabled);
|
||||
}
|
||||
if (verbose)
|
||||
printk(KERN_INFO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue