Remove trailing whitespace and fix indentation

svn path=/trunk/; revision=16401
This commit is contained in:
Eric Kohl 2005-07-03 21:37:16 +00:00
parent d3bf39b1f2
commit fae2febad9
2 changed files with 80 additions and 83 deletions

View file

@ -1,4 +1,5 @@
/* i386-specific implemetation of Translation Buffer Flushing
/*
* i386-specific implemetation of Translation Buffer Flushing
* Written By: Alex Ionescu <alex@relsoft.net>
* Reference: IA-32 Intel® Architecture Software Developer's Manual, Volume 3: System Programming Guide,
* Chapter 10 - Memory Cache Control. Section 10.9 - Invalidating the Translation Lookaside Buffers
@ -19,7 +20,6 @@ _KeFlushCurrentTb@0:
movl %eax, %cr4
orl $X86_CR4_PGE, %eax
movl %eax, %cr4
ret
.L1:
@ -27,6 +27,3 @@ _KeFlushCurrentTb@0:
movl %cr3, %eax
movl %eax, %cr3
ret