Added comment.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32119 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-08-05 02:31:00 +00:00
parent ee280b59e9
commit af31cb589c
+5 -3
View File
@@ -17,10 +17,12 @@
.text
/* void arch_cpu_user_TLB_invalidate(); */
/*! \fn void arch_cpu_user_TLB_invalidate()
Invalidates the TLB. Must be called with interrupts disabled.
*/
FUNCTION(arch_cpu_user_TLB_invalidate):
movl %cr3,%eax
movl %eax,%cr3
movl %cr3, %eax
movl %eax, %cr3
ret
FUNCTION_END(arch_cpu_user_TLB_invalidate)