- Update Xen patches to 3.3-rc5 and c/s 1157.
[linux-flexiantxendom0-3.2.10.git] / arch / x86 / kernel / asm-offsets_64.c
index 834e897..8d13cc2 100644 (file)
@@ -70,8 +70,10 @@ int main(void)
        BLANK();
 #undef ENTRY
 
+#ifndef CONFIG_X86_NO_TSS
        OFFSET(TSS_ist, tss_struct, x86_tss.ist);
        BLANK();
+#endif
 
        DEFINE(__NR_syscall_max, sizeof(syscalls_64) - 1);
        DEFINE(NR_syscalls, sizeof(syscalls_64));