summaryrefslogtreecommitdiff
path: root/crc32/crc32.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-28Add license information to every file and mention it in the READMEklto1-0/+6
2010-03-04Add CRC32 algorithmTobias Klauser1-0/+71
5'>15space:mode:
authorPeter Zijlstra <a.p.zijlstra@chello.nl>2010-05-31 18:13:25 +0200
committerIngo Molnar <mingo@elte.hu>2010-06-01 09:27:17 +0200
commit02f726949f2be0967aa4871dd4e47d3967779b26 (patch)
treecca72d10f5db4d5d2b37c0d3fb9c424fbef051ca /include/trace/events/sched.h
parente51fd5e22e12b39f49b1bb60b37b300b17378a43 (diff)
sched, trace: Fix sched_switch() prev_state argument
For CONFIG_PREEMPT=y kernels the sched_switch(.prev_state) argument isn't useful because we can get preempted with current->state != TASK_RUNNING without actually getting removed from the runqueue. Cure this by treating all preempted tasks as runnable from the tracer's point of view. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cautiously-acked-by: Steven Rostedt <rostedt@goodmis.org> LKML-Reference: <1275322715.27810.23323.camel@twins> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/trace/events/sched.h')