- 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:
stefan 2010-10-28 13:15:04 +00:00
parent e723234595
commit 8b725cd6d8

View file

@ -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;
}
/*