手册中说“如果是内核异常,则不应获取该锁”
但是代码中exception.c注释为:acquire the big kernel lock if the exception is from kernel
irq.c中也有类似注释
lab4练习5手册和代码疑似矛盾
感谢指正,应该以手册为准。后续lab版本会修正注释。
手册中说“如果是内核异常,则不应获取该锁”
但是代码中exception.c注释为:acquire the big kernel lock if the exception is from kernel
irq.c中也有类似注释
感谢指正,应该以手册为准。后续lab版本会修正注释。