]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/cpu/interrupts.c
OMAP3: video: add macros to set display parameters
[u-boot] / arch / x86 / cpu / interrupts.c
index e0075110f3c7bcf960c518518ad32dfe1fe46dad..43ec3f8b081fc2bf891fb70bf1e2f0af46793f78 100644 (file)
@@ -174,7 +174,7 @@ struct desc_ptr {
        unsigned short segment;
 } __packed;
 
-struct idt_entry idt[256];
+struct idt_entry idt[256] __aligned(16);
 
 struct desc_ptr idt_ptr;