summaryrefslogtreecommitdiff
path: root/mptable.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-05some more debug stuff.Dave Jones1-1/+5
2011-10-05print debug info when mptable parsing fails.Dave Jones1-15/+65
2011-02-22missed a !silent caseDave Jones1-1/+2
2011-02-22put back some of the mptable verbose/silent code.Dave Jones1-14/+23
2011-02-22mptable cleanupsDave Jones1-40/+21
2009-09-04Remove dead assignment.Dave Jones1-2/+2
2008-07-01ridiculous amount of whitespace cleanupsDave Jones1-18/+18
2008-07-01Remove CVS tags from headers, remove pointless crap, and dead urls.Dave Jones1-2/+0
2007-09-19[PATCH] x86info: fix family/model reporting in MP table parsingAndreas Herrmann1-5/+9
2006-05-21Lots of splint warning cleanups.Dave Jones1-32/+33
2006-05-21Split issmp into seperate enumerate_cpus function.Dave Jones1-9/+30
2006-05-20Fix up a bunch of signedness warnings.Dave Jones1-1/+1
2005-09-24Numerous 64-bit fixes to mptable parsing.Dave Jones1-207/+188
2005-08-27Remove support for non Linux OS's.Dave Jones1-4/+0
2005-04-252005-04-20 Kurt Garloff <garloff@suse.de>davej1-2/+2
2002-11-11better fit on 79 columns.davej1-3/+3
2002-04-29minor formatting changesdavej1-5/+9
2001-12-11Win32 build fixes from Matthew Gregan.davej1-3/+2
2001-12-10More cleaningdavej1-6/+6
2001-12-10Make use of mptable & fix up warnings.davej1-2/+2
2001-12-10Fix some crap indentation.davej1-55/+52
2001-12-10Parse MPTable to find out number of CPUs.davej1-0/+417