repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[S390] kernel: Add z/VM LGR detection
[linux/fpc-iii.git]
/
arch
/
sh
/
boot
/
compressed
/
cache.c
blob
d0b77b68a4d0d95d74db19a0172b6f126a214c61
1
int
cache_control
(
unsigned int
command
)
2
{
3
volatile
unsigned int
*
p
= (
volatile
unsigned int
*)
0x80000000
;
4
int
i
;
5
6
for
(
i
=
0
;
i
< (
32
*
1024
);
i
+=
32
) {
7
(
void
)*
p
;
8
p
+= (
32
/
sizeof
(
int
));
9
}
10
11
return
0
;
12
}