if(current->lock_depth++ >= 0) spin_lock(&kernel_flag);
if(--current->lock_depth <= 0) spin_unlock(&kernel_flag);
if(current->lock_depth >= 0) spin_unlock(&kernel_flag);
if(current->lock_depth >= 0) spin_lock(&kernel_flag);
(NIS)HirokazuTakahashi
2000年12月09日 (土) 23時55分06秒 JST1