Skip to content
Snippets Groups Projects
Commit cf53dfa1 authored by Joel Beeren's avatar Joel Beeren
Browse files

removed setCurrentASID

parent e8ef76fe
No related branches found
No related tags found
No related merge requests found
......@@ -833,8 +833,7 @@ When cleaning the cache by user virtual address on ARM11, the active address spa
> capPDMappedASID = Just _,
> capPDBasePtr = cur_pd }) | cur_pd == pd -> return False
> _ -> do
> doMachineOp $ setCurrentPD $ addrFromPPtr pd
> setCurrentASID asid
> armv_contextSwitch pd asid
> return True
\subsection{Helper Functions}
......@@ -966,11 +965,6 @@ round-robin.
> storeHWASID asid new_hw_asid
> return new_hw_asid
> setCurrentASID :: ASID -> Kernel ()
> setCurrentASID asid = do
> hw_asid <- getHWASID asid
> doMachineOp $ setHardwareASID hw_asid
\subsection {ARM Cache and TLB consistency}
> doFlush :: FlushType -> VPtr -> VPtr -> PAddr -> MachineMonad ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment