base-hw & arm_v7: fix CPU initialization bug

ref #601
This commit is contained in:
Martin Stein 2013-01-25 14:47:15 +01:00 committed by Norman Feske
parent 02fccf5cb2
commit 86785e70e6
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ namespace Arm_v7
static access_t init_phys_kernel()
{
return base_value() |
Arm::Cpu::Sctlr::init_virt_kernel() |
Arm::Cpu::Sctlr::init_phys_kernel() |
Sw::bits(0) |
Ha::bits(0) |
Nmfi::bits(0) |