We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35bf313 commit f500950Copy full SHA for f500950
ee/kernel/src/cache.c
@@ -52,15 +52,7 @@ void sceSifWriteBackDCache(void *ptr, int size)
52
#ifdef F_SyncDCache
53
void SyncDCache(void *start, void *end)
54
{
55
- int oldintr;
56
-
57
- oldintr = DIntr();
58
59
_SyncDCache((u32)start & LINE_MASK, (u32)end & LINE_MASK);
60
61
- if (oldintr) {
62
- EIntr();
63
- }
64
}
65
#endif
66
@@ -74,15 +66,7 @@ void iSyncDCache(void *start, void *end)
74
#ifdef F_InvalidDCache
75
67
void InvalidDCache(void *start, void *end)
76
68
77
78
79
80
81
69
_InvalidDCache((u32)start & LINE_MASK, (u32)end & LINE_MASK);
82
83
84
85
86
70
87
71
88
72
0 commit comments