cacheflush.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-12-20 21:52:42 +01:00
parent 08811c1418
commit adce9485ce
1 changed files with 6 additions and 15 deletions

View File

@ -101,29 +101,20 @@ On some other architectures,
Linux provides this system call, with different arguments:
.TP
M68K:
.PP
.in +4n
.EX
.nf
.BI "int cacheflush(unsigned long " addr ", int " scope ", int " cache ,
.BI " unsigned long " len );
.EE
.in
.fi
.TP
SH:
.PP
.in +4n
.EX
.nf
.BI "int cacheflush(unsigned long " addr ", unsigned long " len ", int " op );
.EE
.in
.fi
.TP
NDS32:
.PP
.in +4n
.EX
.nf
.BI "int cacheflush(unsigned int " start ", unsigned int " end ", int " cache );
.EE
.in
.fi
.PP
On the above architectures,
glibc does not provide a wrapper for this system call; call it using