x86: use cpu/common.c on 64 bit
authorYinghai Lu <yhlu.kernel@gmail.com>
Fri, 5 Sep 2008 03:09:14 +0000 (20:09 -0700)
committerIngo Molnar <mingo@elte.hu>
Fri, 5 Sep 2008 07:40:57 +0000 (09:40 +0200)
commitf5017cfa3591d8eaf5c792e40ff30f18e498b68c
tree644c59dace6207b489f3412820bfb0caadd42afd
parent143b604a2d07ff69cc2bc02ecd9395b28e0b5292
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 <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/Makefile
arch/x86/kernel/cpu/common_64.c [deleted file]
This page took 0.025696 seconds and 5 git commands to generate.