commit | a75af580bb1fd261bf63cc00e4b324e17ceb15cf | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@linux.intel.com> | Wed May 19 13:40:14 2010 -0700 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Wed May 19 13:47:11 2010 -0700 |
tree | 4e49d335c4211b580dc4bcbbdad1a5e609ef46e8 | |
parent | a875c01944f0d750eeb1ef3133feceb13f13c4b3 [diff] |
x86, mrst: make mrst_identify_cpu() an inline returning enum We have an enum, might as well use it. While we're at it, make it an inline... there is really no point in calling a function for this stuff. LKML-Reference: <1274295685-6774-3-git-send-email-jacob.jun.pan@linux.intel.com> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> Acked-by: Thomas Gleixner <tglx@linutronix.de> Cc: Jacob Pan <jacob.jun.pan@linux.intel.com>