uml: move register initialization
authorJeff Dike <jdike@addtoit.com>
Tue, 5 Feb 2008 06:31:22 +0000 (22:31 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 5 Feb 2008 17:44:31 +0000 (09:44 -0800)
commit576c013df0ac9ad1f217452c14ddde246bb1a70d
tree462f11121cd5157516a094fa843480c8a44f29e0
parentb54988325c4cbf8bd92c0def53387ab6516d0920
uml: move register initialization

Calling init_registers inside the skas3 checking causes mysterious crashes if
it doesn't happen because the skas3 checking is bypassed.  This patch moves it
to os_early_checks.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/os-Linux/start_up.c