mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
Remove trailing whitespace and fix indentation
svn path=/trunk/; revision=16401
This commit is contained in:
parent
d3bf39b1f2
commit
fae2febad9
2 changed files with 80 additions and 83 deletions
|
@ -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>
|
* Written By: Alex Ionescu <alex@relsoft.net>
|
||||||
* Reference: IA-32 Intel® Architecture Software Developer's Manual, Volume 3: System Programming Guide,
|
* 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
|
* Chapter 10 - Memory Cache Control. Section 10.9 - Invalidating the Translation Lookaside Buffers
|
||||||
|
@ -19,7 +20,6 @@ _KeFlushCurrentTb@0:
|
||||||
movl %eax, %cr4
|
movl %eax, %cr4
|
||||||
orl $X86_CR4_PGE, %eax
|
orl $X86_CR4_PGE, %eax
|
||||||
movl %eax, %cr4
|
movl %eax, %cr4
|
||||||
|
|
||||||
ret
|
ret
|
||||||
|
|
||||||
.L1:
|
.L1:
|
||||||
|
@ -27,6 +27,3 @@ _KeFlushCurrentTb@0:
|
||||||
movl %cr3, %eax
|
movl %cr3, %eax
|
||||||
movl %eax, %cr3
|
movl %eax, %cr3
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue