]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/x86/kernel/asm-offsets_64.c
x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.
[mv-sheeva.git] / arch / x86 / kernel / asm-offsets_64.c
index cae6697c0991014fbac280dd891f25ff7ec5ad19..4f7a210e1e58c915d6a05a46f3629b62b0919c77 100644 (file)
@@ -51,7 +51,6 @@ int main(void)
 #define ENTRY(entry) DEFINE(pda_ ## entry, offsetof(struct x8664_pda, entry))
        ENTRY(kernelstack); 
        ENTRY(oldrsp); 
-       ENTRY(pcurrent); 
        ENTRY(irqcount);
        DEFINE(pda_size, sizeof(struct x8664_pda));
        BLANK();