From 10833548bd555c021bd13669f4aa70dfbf39782e Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Sun, 23 Mar 2008 01:02:44 -0700 Subject: [PATCH] --- yaml --- r: 88980 b: refs/heads/master c: 710d0e9cce8bfcfa821c5929c1d4dbf30a660ce6 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-x86/mmu.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index bc6407e861e7..05f1a154f184 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c4fe760efde84e52168a81bf125f25ba2f118b51 +refs/heads/master: 710d0e9cce8bfcfa821c5929c1d4dbf30a660ce6 diff --git a/trunk/include/asm-x86/mmu.h b/trunk/include/asm-x86/mmu.h index efa962c38897..00e88679e11f 100644 --- a/trunk/include/asm-x86/mmu.h +++ b/trunk/include/asm-x86/mmu.h @@ -10,10 +10,10 @@ * * cpu_vm_mask is used to optimize ldt flushing. */ -typedef struct { +typedef struct { void *ldt; #ifdef CONFIG_X86_64 - rwlock_t ldtlock; + rwlock_t ldtlock; #endif int size; struct mutex lock;