commit | e32640a2cd530e1259a06e34a72b0cdb73738ce2 | [log] [tgz] |
---|---|---|
author | Glauber Costa <gcosta@redhat.com> | Mon Mar 03 14:12:45 2008 -0300 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 17 17:40:55 2008 +0200 |
tree | 56cbc749b47c287c6bbb2a1f92ece7b81977f8f6 | |
parent | 3428f3d6caa3bc2adde050a2771a2821eb46f901 [diff] |
x86: create smpcommon.c This patch creates smpcommon.c with functions that are equal between architectures. The i386-only init_gdt is ifdef'd. Note that smpcommon.o figures twice in the Makefile: this is because sub-architectures like voyager that does not use the normal smp_$(BITS) files also have to access them Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>