| ▲ | tux3 9 hours ago | |
The problem is the spinlock being interrupted by a minor fault (you're touching a page of memory for the first time, and the kernel needs to set it up the first time it's actually used) If your pages are 1GB instead of 4kB, this happens much less often. | ||