Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 81 → Rev 82

/shark/trunk/include/kernel/func.h
21,11 → 21,11
 
/**
------------
CVS : $Id: func.h,v 1.5 2003-03-13 13:36:27 pj Exp $
CVS : $Id: func.h,v 1.6 2003-03-17 09:18:55 pj Exp $
 
File: $File$
Revision: $Revision: 1.5 $
Last update: $Date: 2003-03-13 13:36:27 $
Revision: $Revision: 1.6 $
Last update: $Date: 2003-03-17 09:18:55 $
------------
 
Kernel functions:
228,7 → 228,7
- cond_timedwait
- internal_sem_wait
*/
extern __inline__ void kern_context_load(c)
extern __inline__ void kern_context_load(CONTEXT c)
{
ll_context_to(c);
kern_after_dispatch();