Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 121 → Rev 122

/shark/trunk/kernel/init.c
18,11 → 18,11
 
/**
------------
CVS : $Id: init.c,v 1.2 2003-01-07 17:07:49 pj Exp $
CVS : $Id: init.c,v 1.3 2003-04-16 17:18:15 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.2 $
Last update: $Date: 2003-01-07 17:07:49 $
Revision: $Revision: 1.3 $
Last update: $Date: 2003-04-16 17:18:15 $
------------
 
- Kernel module registration functions
167,7 → 167,7
runlevel_list[i].arg = parm;
runlevel_list[i].no_at_abort = when & NO_AT_ABORT;
 
switch (when & 0x03) {
switch (when & RUNLEVEL_MASK) {
case RUNLEVEL_INIT:
/* the init functions are called in the order they are posted
so, we insert at the queue tail */
/shark/trunk/oslib/ll/sys/ll/event.h
30,7 → 30,7
 
BEGIN_DEF
 
#define MAX_EVENT 100
#define MAX_EVENT 250
 
struct event {
struct event *next; /* Next event in an event queue */