Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86239
b: refs/heads/master
c: 4362758
h: refs/heads/master
i:
  86237: deea218
  86235: 8c9a058
  86231: 43de4c0
  86223: e063001
  86207: cfedb2e
v: v3
  • Loading branch information
Srinivasa Ds authored and Linus Torvalds committed Feb 24, 2008
1 parent 446de07 commit b5c9c0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0835ab53eab5bbeebe1c135e92fb0c4d483dde17
refs/heads/master: 43627582799db317e966ecb0002c2c3c9805ec0f
4 changes: 2 additions & 2 deletions trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -3766,7 +3766,7 @@ void scheduler_tick(void)

#if defined(CONFIG_PREEMPT) && defined(CONFIG_DEBUG_PREEMPT)

void add_preempt_count(int val)
void __kprobes add_preempt_count(int val)
{
/*
* Underflow?
Expand All @@ -3782,7 +3782,7 @@ void add_preempt_count(int val)
}
EXPORT_SYMBOL(add_preempt_count);

void sub_preempt_count(int val)
void __kprobes sub_preempt_count(int val)
{
/*
* Underflow?
Expand Down

0 comments on commit b5c9c0c

Please sign in to comment.