mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
..otherwise oprofile will fall back on that poor timer interrupt. Also replace the unreadable chain of if-statements with a "switch()" statement instead. It generates better code, and is a lot clearer. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>