commit | 4b9f12a3779c548b68bc9af7d94030868ad3aa1b | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jul 24 17:29:00 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jul 24 17:29:00 2008 -0700 |
tree | e9f17f0f37313b2b09a79a66e4b19f8f1bb1b9e6 | |
parent | b30f3ae50cd03ef2ff433a5030fbf88dd8323528 [diff] |
x86/oprofile/nmi_int: add Nehalem to list of ppro cores ..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>