From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Sat, 12 Nov 2011 21:12:12 +1100 Subject: [U-Boot] [PATCH v2 10/12] x86: Ensure IDT and GDT remain 16-byte aligned post relocation In-Reply-To: <1320755603-8695-11-git-send-email-graeme.russ@gmail.com> References: <1320755603-8695-11-git-send-email-graeme.russ@gmail.com> Message-ID: <4EBE467C.2050204@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/11/11 23:33, Graeme Russ wrote: > Some CPUs have strict alignment requirements for these tables > > Signed-off-by: Graeme Russ > --- > Changes for v1: > - None (skipped to set single version for consolidated series) > Changes for v2: > - Consolidated patch series > > arch/x86/cpu/interrupts.c | 2 +- > arch/x86/lib/board.c | 17 ++++++++++++----- > 2 files changed, 13 insertions(+), 6 deletions(-) Applied to u-boot-x86 Thanks, Graeme