Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159158770
D42261.id128925.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
605 B
Referenced Files
None
Subscribers
None
D42261.id128925.diff
View Options
diff --git a/sys/arm/arm/cpufunc.c b/sys/arm/arm/cpufunc.c
--- a/sys/arm/arm/cpufunc.c
+++ b/sys/arm/arm/cpufunc.c
@@ -172,7 +172,6 @@
: "=r" (csize));
arm_dcache_align = 1 <<
(CPUV7_CT_xSIZE_LEN(csize) + 4);
- arm_dcache_align_mask = arm_dcache_align - 1;
}
if (type == CACHE_ICACHE || type == CACHE_SEP_CACHE) {
sel = (i << 1) | 1;
@@ -195,10 +194,10 @@
if (dsize & CPU_CT_xSIZE_M)
arm_dcache_align = 0; /* not present */
}
-
- out:
- arm_dcache_align_mask = arm_dcache_align - 1;
}
+
+out:
+ arm_dcache_align_mask = arm_dcache_align - 1;
}
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jun 11, 6:37 PM (2 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33887432
Default Alt Text
D42261.id128925.diff (605 B)
Attached To
Mode
D42261: arm: Simplify get_cachetype_cp15()
Attached
Detach File
Event Timeline
Log In to Comment