View | Details | Raw Unified
Collapse All | Expand All

(-) linux-2.6.11/include/linux/wait.h (-1 / +3 lines)
 Lines 356-361    Link Here 
		INIT_LIST_HEAD(&(wait)->task_list);			\
		INIT_LIST_HEAD(&(wait)->task_list);			\
	} while (0)
	} while (0)
#ifndef __cplusplus
/**
/**
 * wait_on_bit - wait for a bit to be cleared
 * wait_on_bit - wait for a bit to be cleared
 * @word: the word being waited on, a kernel virtual address
 * @word: the word being waited on, a kernel virtual address
 Lines 401-405    Link Here 
		return 0;
		return 0;
	return out_of_line_wait_on_bit_lock(word, bit, action, mode);
	return out_of_line_wait_on_bit_lock(word, bit, action, mode);
}
}
	
#endif	
#endif
#endif