mirror of
https://github.com/deadw00d/AROS.git
synced 2026-03-19 11:39:53 +00:00
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
12 lines
290 B
ArmAsm
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
|