intr_disabled() tests removed
- we don't need to test this in kernel as we always have interrupts disabled - if interrupts are enabled in kernel, it is only at very carefully chosen places. There are no such places now.
This commit is contained in:
@@ -21,10 +21,6 @@ check_runqueues_f(char *file, int line)
|
||||
int q, l = 0;
|
||||
register struct proc *xp;
|
||||
|
||||
if(!intr_disabled()) {
|
||||
minix_panic("check_runqueues called with interrupts enabled", NO_NUM);
|
||||
}
|
||||
|
||||
FIXME("check_runqueues being done");
|
||||
|
||||
#define MYPANIC(msg) { \
|
||||
|
||||
Reference in New Issue
Block a user