[PATCH] x86_64: Implement is_compat_task the right way
[pandora-kernel.git] / arch / x86_64 / kernel / asm-offsets.c
index 00a08d1..cfb4f9c 100644 (file)
@@ -33,6 +33,7 @@ int main(void)
        ENTRY(flags);
        ENTRY(addr_limit);
        ENTRY(preempt_count);
+       ENTRY(status);
        BLANK();
 #undef ENTRY
 #define ENTRY(entry) DEFINE(pda_ ## entry, offsetof(struct x8664_pda, entry))