| commit | f5017cfa3591d8eaf5c792e40ff30f18e498b68c | [log] [tgz] |
|---|---|---|
| author | Yinghai Lu <yhlu.kernel@gmail.com> | Thu Sep 04 20:09:14 2008 -0700 |
| committer | Ingo Molnar <mingo@elte.hu> | Fri Sep 05 09:40:57 2008 +0200 |
| tree | 644c59dace6207b489f3412820bfb0caadd42afd | |
| parent | 143b604a2d07ff69cc2bc02ecd9395b28e0b5292 [diff] |
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>