Skip to content

Commit 1bfa0a7

Browse files
author
evb
committed
- Make KeFlushProcessTb work. Since no MPCore support, CPU TLB is flushed instead. Maybe should use ASIDs later.
svn path=/trunk/; revision=45534
1 parent c7fe125 commit 1bfa0a7

File tree

1 file changed

+1
-4
lines changed
  • reactos/ntoskrnl/include/internal/arm

1 file changed

+1
-4
lines changed

reactos/ntoskrnl/include/internal/arm/ke.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,7 @@ FORCEINLINE
7777
VOID
7878
KeFlushProcessTb(VOID)
7979
{
80-
//
81-
// We need to implement this!
82-
//
83-
ASSERTMSG("Need ARM flush routine\n", FALSE);
80+
KeArmFlushTlb();
8481
}
8582

8683
FORCEINLINE

0 commit comments

Comments
 (0)