From: Borislav Petkov Date: Wed, 21 Jul 2010 12:47:05 +0000 (+0200) Subject: x86, tlb: Clean up and correct used type X-Git-Tag: v2.6.36-rc1~525^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f8afb77cd8a672f024e4a16763ef177bc16c8f8;p=pandora-kernel.git x86, tlb: Clean up and correct used type smp_processor_id() returns an int and not an unsigned long. Also, since the function is small enough, there's no need for a local variable caching its value. No functionality change, just cleanup. Signed-off-by: Borislav Petkov LKML-Reference: <20100721124705.GA674@aftab> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed