tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

spl question



What happens if the kernel calls splx(s) twice? And what happens if it
forgets to call splx(s)? Like:

	s = splnet();

	[...] NOT RELATED TO S

	return;   NO SPLX(S)


I guess it creates some inconsistency, right?


Home | Main Index | Thread Index | Old Index