Al's double-blank-line removal request
This commit is contained in:
@@ -40,7 +40,6 @@ _PROTOTYPE( void timer_end, (int cat) );
|
||||
#define locktimeend(c)
|
||||
#endif /* DEBUG_TIME_LOCKS */
|
||||
|
||||
|
||||
/* The locking checks counts relocking situation, which are dangerous because
|
||||
* the inner lock may unlock the outer one.
|
||||
*/
|
||||
@@ -50,7 +49,6 @@ _PROTOTYPE( void timer_end, (int cat) );
|
||||
#define lockcheck
|
||||
#endif /* DEBUG_LOCK_CHECK */
|
||||
|
||||
|
||||
/* This check makes sure that the scheduling queues are in a consistent state.
|
||||
* The check is run when the queues are updated with ready() and unready().
|
||||
*/
|
||||
@@ -58,7 +56,6 @@ _PROTOTYPE( void timer_end, (int cat) );
|
||||
_PROTOTYPE( void check_runqueues, (char *when) );
|
||||
#endif /* DEBUG_SCHED_CHECK */
|
||||
|
||||
|
||||
/* The timing and checking of kernel locking requires a redefine of the lock()
|
||||
* and unlock() macros. That's done here. This redefine requires that this
|
||||
* header is included after the other kernel headers.
|
||||
@@ -70,5 +67,4 @@ _PROTOTYPE( void check_runqueues, (char *when) );
|
||||
# define unlock(c) do { locktimeend(c); intr_enable(); } while(0)
|
||||
#endif
|
||||
|
||||
|
||||
#endif /* DEBUG_H */
|
||||
|
||||
Reference in New Issue
Block a user