]> git.baikalelectronics.ru Git - kernel.git/commit
sched: clean up sched_getaffinity()
authorUlrich Drepper <drepper@redhat.com>
Thu, 9 Aug 2007 09:16:46 +0000 (11:16 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 9 Aug 2007 09:16:46 +0000 (11:16 +0200)
commitf2c8c5d8e5139fa09d4e04017e6f11114d2d7267
tree6ea7390bfcc034bc6aebcd3e0699450c0086beb5
parent457cb9d03c7368aba1a88fa0ba1302c591d01710
sched: clean up sched_getaffinity()

here's another tiny cleanup.  The generated code is not affected (gcc is
smart enough) but for people looking over the code it is just irritating
to have the extra conditional.

Signed-off-by: Ulrich Drepper <drepper@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c