Subversion Repositories HelenOS-historic

Rev

Rev 623 | Rev 635 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 623 Rev 631
Line 254... Line 254...
254
    spinlock_unlock(&bkpoint_lock);
254
    spinlock_unlock(&bkpoint_lock);
255
 
255
 
256
           
256
           
257
    printf("***Type 'exit' to exit kconsole.\n");
257
    printf("***Type 'exit' to exit kconsole.\n");
258
    /* Umm..we should rather set some 'debugstate' here */
258
    /* Umm..we should rather set some 'debugstate' here */
259
    haltstate = 1;
259
    atomic_set(&haltstate,1);
260
    kconsole("debug");
260
    kconsole("debug");
261
    haltstate = 0;
261
    atomic_set(&haltstate,0);
262
}
262
}