Al's double-blank-line removal request
This commit is contained in:
@@ -41,7 +41,6 @@
|
||||
#include "kernel.h"
|
||||
#include "proc.h"
|
||||
|
||||
|
||||
/* Scheduling and message passing functions. The functions are available to
|
||||
* other parts of the kernel through lock_...(). The lock temporarily disables
|
||||
* interrupts to prevent race conditions.
|
||||
@@ -83,7 +82,6 @@ FORWARD _PROTOTYPE( void pick_proc, (void) );
|
||||
*/
|
||||
#endif /* (CHIP == M68000) */
|
||||
|
||||
|
||||
/*===========================================================================*
|
||||
* sys_call *
|
||||
*===========================================================================*/
|
||||
@@ -194,7 +192,6 @@ message *m_ptr; /* pointer to message in the caller's space */
|
||||
return(result);
|
||||
}
|
||||
|
||||
|
||||
/*===========================================================================*
|
||||
* mini_send *
|
||||
*===========================================================================*/
|
||||
@@ -323,7 +320,6 @@ unsigned flags; /* system call flags */
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*===========================================================================*
|
||||
* mini_notify *
|
||||
*===========================================================================*/
|
||||
@@ -363,7 +359,6 @@ int dst; /* which process to notify */
|
||||
return(OK);
|
||||
}
|
||||
|
||||
|
||||
/*==========================================================================*
|
||||
* lock_notify *
|
||||
*==========================================================================*/
|
||||
@@ -393,7 +388,6 @@ int dst; /* who is to be notified */
|
||||
return(result);
|
||||
}
|
||||
|
||||
|
||||
/*===========================================================================*
|
||||
* enqueue *
|
||||
*===========================================================================*/
|
||||
@@ -489,7 +483,6 @@ register struct proc *rp; /* this process is no longer runnable */
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
/*===========================================================================*
|
||||
* sched *
|
||||
*===========================================================================*/
|
||||
@@ -531,7 +524,6 @@ int *front; /* return: front or back */
|
||||
*front = time_left;
|
||||
}
|
||||
|
||||
|
||||
/*===========================================================================*
|
||||
* pick_proc *
|
||||
*===========================================================================*/
|
||||
@@ -558,7 +550,6 @@ PRIVATE void pick_proc()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*==========================================================================*
|
||||
* lock_send *
|
||||
*==========================================================================*/
|
||||
@@ -574,7 +565,6 @@ message *m_ptr; /* pointer to message buffer */
|
||||
return(result);
|
||||
}
|
||||
|
||||
|
||||
/*==========================================================================*
|
||||
* lock_enqueue *
|
||||
*==========================================================================*/
|
||||
@@ -599,4 +589,3 @@ struct proc *rp; /* this process is no longer runnable */
|
||||
unlock(4);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user