]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Fix GDT limit in start16.S
authorBin Meng <bmeng.cn@gmail.com>
Thu, 16 Oct 2014 14:58:35 +0000 (22:58 +0800)
committerSimon Glass <sjg@chromium.org>
Wed, 22 Oct 2014 15:03:07 +0000 (09:03 -0600)
commit35d4fed320d577a4446531d7b9350ce40065c4b0
treeb11dc89492c219926bbc07c4ef6c3b81cc86768b
parentfb00601ed6b8e9eca9d85c606de08cbd76b9d05f
x86: Fix GDT limit in start16.S

GDT limit should be one less than an integral multiple of eight.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/start16.S