From: Linus Torvalds Date: Fri, 25 Jul 2008 00:29:00 +0000 (-0700) Subject: x86/oprofile/nmi_int: add Nehalem to list of ppro cores X-Git-Tag: v2.6.27-rc1~507 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b9f12a3779c548b68bc9af7d94030868ad3aa1b;p=pandora-kernel.git 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 --- Reading git-diff-tree failed