]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/include/asm/global_data.h
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[u-boot] / arch / x86 / include / asm / global_data.h
index 5ee06eb70d97da4323ed00e66a3d718f759c9631..4d9eac676ee91030221533c7a63131cd80d8ffdb 100644 (file)
@@ -68,6 +68,7 @@ struct arch_global_data {
        /* MRC training data to save for the next boot */
        char *mrc_output;
        unsigned int mrc_output_len;
+       void *gdt;                      /* Global descriptor table */
 };
 
 #endif