X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-x86%2Fmmu.h;h=00e88679e11f780af5654ae54f2bfafc7e572369;hb=25a025863e024f6b86b48137b10b4960c50351b0;hp=efa962c388975c916e3dec785e4b09669e764d42;hpb=bde6f5f59c2b2b48a7a849c129d5b48838fe77ee;p=linux-2.6 diff --git a/include/asm-x86/mmu.h b/include/asm-x86/mmu.h index efa962c388..00e88679e1 100644 --- a/include/asm-x86/mmu.h +++ b/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;