1
0
mirror of https://github.com/deadw00d/AROS.git synced 2026-03-19 11:39:53 +00:00
Files
AROS-v0/arch/i386-pc/exec/cache.S
neil d6fbec2133 Restored the inappropriately deleted x86 implementation of
CacheClearE(). The code is unchanged, but the comments have been updated 
(removed the duplicate AutoDoc, but kept and clarified the 'Internals' 
section).

The associated Exec_Wbinvd() assembly function is also restored (by 
resurrecting part of the old corelow.S as cache.S).


git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50701 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
2015-05-17 23:07:45 +00:00

12 lines
290 B
ArmAsm

/*
Copyright © 1995-2015, The AROS Development Team. All rights reserved.
$Id$
*/
.balign 32,0x90
.globl Exec_Wbinvd
.type Exec_Wbinvd,@function
Exec_Wbinvd: wbinvd
iret