X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-x86_64%2Fpda.h;h=b47c3df9ed1dd72d792ceca2e6f8f5d6338b7556;hb=913b83944b9e13c60ca4ef95cf262547ff6bf93b;hp=c7ab38a601af58273c1bb5f698d000c0ba6b1cf0;hpb=0a0fc0ddbe732779366ab6b1b879f62195e65967;p=linux-2.6 diff --git a/include/asm-x86_64/pda.h b/include/asm-x86_64/pda.h index c7ab38a601..b47c3df9ed 100644 --- a/include/asm-x86_64/pda.h +++ b/include/asm-x86_64/pda.h @@ -22,8 +22,8 @@ struct x8664_pda { int nodenumber; /* number of current node */ unsigned int __softirq_pending; unsigned int __nmi_count; /* number of NMI on this CPUs */ - struct mm_struct *active_mm; int mmu_state; + struct mm_struct *active_mm; unsigned apic_timer_irqs; } ____cacheline_aligned_in_smp;