From: Yinghai Lu Date: Fri, 5 Sep 2008 03:09:14 +0000 (-0700) Subject: x86: use cpu/common.c on 64 bit X-Git-Tag: v2.6.28-rc1~711^2^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5017cfa3591d8eaf5c792e40ff30f18e498b68c;p=pandora-kernel.git x86: use cpu/common.c on 64 bit Use cpu/common.c on both 64-bit and 32-bit and remove cpu/common_64.c. We started out with this linecount: 816 arch/x86/kernel/cpu/common_64.c 805 arch/x86/kernel/cpu/common.c and the resulting common.c is 1197 lines long, so there's already 424 lines of code eliminated in this phase of the unification. Signed-off-by: Yinghai Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed