From: Ingo Molnar Date: Sun, 3 May 2009 08:09:03 +0000 (+0200) Subject: x86, mm: fault.c, use printk_once() in is_errata93() X-Git-Tag: v2.6.31-rc1~414^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a454ab3110175d710f4f9a96226a26ce4d5d5de2;p=pandora-kernel.git x86, mm: fault.c, use printk_once() in is_errata93() Andrew pointed out that the 'once' variable has a needlessly function-global scope. We can in fact eliminate it completely, via the use of printk_once(). [ Impact: cleanup ] Reported-by: Andrew Morton Cc: Linus Torvalds Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed