Fix clean all script for renamed armv7 arch
[tpg/acess2.git] / Kernel / arch / armv7 / mm_virt.c
index 1090b0e..b6d022d 100644 (file)
@@ -479,7 +479,8 @@ tVAddr MM_NewKStack(int bShared)
        // 1 guard page
        for( ofs = PAGE_SIZE; ofs < MM_KSTACK_SIZE; ofs += PAGE_SIZE )
        {
-               if( MM_Allocate(addr + ofs) == 0 ) {
+               if( MM_Allocate(addr + ofs) == 0 )
+               {
                        while(ofs)
                        {
                                ofs -= PAGE_SIZE;

UCC git Repository :: git.ucc.asn.au