- add some NOPs in an endless loop
git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@215 315a16e6-25f9-4109-90ae-ca3045a26c18
This commit is contained in:
parent
e723234595
commit
8b725cd6d8
1 changed files with 3 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
|||
#include <metalsvm/spinlock.h>
|
||||
#include <metalsvm/time.h>
|
||||
#include <metalsvm/elf.h>
|
||||
#include <metalsvm/processor.h>
|
||||
#ifdef CONFIG_MULTIBOOT
|
||||
#include <asm/multiboot.h>
|
||||
#endif
|
||||
|
@ -109,7 +110,8 @@ int mmu_init(void)
|
|||
}
|
||||
} else {
|
||||
kputs("Unable to initialize the memory management subsystem\n");
|
||||
while(1) ;
|
||||
while(1)
|
||||
NOP8;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue