From: Yinghai Lu Date: Fri, 19 Sep 2008 06:55:27 +0000 (-0700) Subject: x86: fix arch/x86/kernel/cpu/mtrr/main.c warning X-Git-Tag: v2.6.28-rc1~734^2^3~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=279b0bbba2bb647348ad90e183b3960aa99eccfd;p=pandora-kernel.git x86: fix arch/x86/kernel/cpu/mtrr/main.c warning fix this warning reported by Andrew Morton: > arch/x86/kernel/cpu/mtrr/main.c: In function 'mtrr_bp_init': > arch/x86/kernel/cpu/mtrr/main.c:1170: warning: 'extra_remove_base' may be used uninitialized in this function the warning is bogus but the logic that prevents uninitialized use is a bit convoluted so simplify it all. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed