commit | 8a3abe30de9fffec8b44adeb78f93ecb0f09b0c5 | [log] [tgz] |
---|---|---|
author | Arvind Sankar <nivedita@alum.mit.edu> | Sun Feb 02 12:13:53 2020 -0500 |
committer | Ard Biesheuvel <ardb@kernel.org> | Sat Feb 22 23:37:37 2020 +0100 |
tree | da73671e10adac0ad36d768e1a1dd0c58a8daac2 | |
parent | b75e2b076d00751579c73cfbbc8a7eac7d2a0468 [diff] |
x86/boot: Micro-optimize GDT loading instructions Rearrange the instructions a bit to use a 32-bit displacement once instead of 2/3 times. This saves 8 bytes of machine code. Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu> Link: https://lore.kernel.org/r/20200202171353.3736319-8-nivedita@alum.mit.edu Signed-off-by: Ard Biesheuvel <ardb@kernel.org>