diff ProcrContext.h @ 137:99343ffe1918

The shutdown now uses inter master requests
author Merten Sach <msach@mailbox.tu-berlin.de>
date Mon, 19 Sep 2011 14:15:37 +0200
parents a9b72021f053
children
line diff
     1.1 --- a/ProcrContext.h	Fri Sep 16 20:13:33 2011 +0200
     1.2 +++ b/ProcrContext.h	Mon Sep 19 14:15:37 2011 +0200
     1.3 @@ -65,7 +65,9 @@
     1.4  
     1.5  void startVirtProcrFn();
     1.6  
     1.7 -void *asmTerminateCoreLoop(VirtProcr *currPr);
     1.8 +void asmTerminateCoreLoop(VirtProcr *currPr);
     1.9 +
    1.10 +void asmTerminateCoreLoopSeq(VirtProcr *currPr);
    1.11  
    1.12  #define flushRegisters() \
    1.13          asm volatile ("":::"%rbx", "%r12", "%r13","%r14","%r15");