From 8b725cd6d8cc5c25f978c0075a9e59c4bb3ed635 Mon Sep 17 00:00:00 2001 From: stefan Date: Thu, 28 Oct 2010 13:15:04 +0000 Subject: [PATCH] - 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 --- mm/memory.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mm/memory.c b/mm/memory.c index 92da2682..467430e0 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -23,6 +23,7 @@ #include #include #include +#include #ifdef CONFIG_MULTIBOOT #include #endif @@ -109,7 +110,8 @@ int mmu_init(void) } } else { kputs("Unable to initialize the memory management subsystem\n"); - while(1) ; + while(1) + NOP8; } /*