Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1643 → Rev 1642

/kernel/trunk/generic/src/console/klog.c
41,12 → 41,9
 
SPINLOCK_INITIALIZE(klog_lock);
 
/** Initialize kernel logging facility
/** Initialize kernel loggin facility
*
* Allocate pages that are to be shared with uspace for console data.
* The shared area is a circular buffer. Userspace application may
* be notified on new data with indication of position and size
* of the data within the circular buffer.
* Allocate pages that are to be shared if uspace for console data
*/
void klog_init(void)
{
/kernel/trunk/generic/include/ipc/ipc.h
34,11 → 34,7
#define IPC_CALL_LEN 4
 
/** Maximum active async calls per thread */
#ifdef CONFIG_DEBUG
# define IPC_MAX_ASYNC_CALLS 4
#else
# define IPC_MAX_ASYNC_CALLS 4000
#endif
#define IPC_MAX_ASYNC_CALLS 4
 
/* Flags for calls */
#define IPC_CALL_ANSWERED (1<<0) /**< This is answer to a call */