commit | 8f15b82e22779fd44baeb78515c9c154b407eff0 | [log] [tgz] |
---|---|---|
author | Glauber de Oliveira Costa <gcosta@redhat.com> | Wed Mar 19 14:25:08 2008 -0300 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 17 17:41:00 2008 +0200 |
tree | 33db348e06c073a3ed1f175d4ef2dc3126c109bc | |
parent | 3ff8171feecfcdee46be7d6e92259debe46ac87f [diff] |
x86: move setup_secondary_clock a little bit down in the function This is done so we call setup_secondary_clock() in the same place x86_64 does. A separate patch for this is appearantly not needed. But clock initialization is such a delicate thing, that it's safer to do this way Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>