I was looking at GDT updates in the Linux kernel and noticed some redundant code in initialization of the per-CPU GDT. This code is no longer necessary or commented, so I removed it for simplicity (and it saves 20 bytes of code space). Version: patched against 2.6.7 Testing: compile and boot a Linux 2.6.7 kernel with my patch.