From aa6f66e06781483e84aae801f6fdd91b46f7153f Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Sat, 25 Mar 2006 16:31:01 +0100 Subject: [PATCH] --- yaml --- r: 23830 b: refs/heads/master c: df92004ce60a0bb60c8315903c0765873c34a702 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-x86_64/pda.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ab44f56f6d24..aeac103e3c2c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 01d4bed417b5943577e9290fbf672ea9a449dc46 +refs/heads/master: df92004ce60a0bb60c8315903c0765873c34a702 diff --git a/trunk/include/asm-x86_64/pda.h b/trunk/include/asm-x86_64/pda.h index c7ab38a601af..b47c3df9ed1d 100644 --- a/trunk/include/asm-x86_64/pda.h +++ b/trunk/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;