Page MenuHomeFreeBSD

D42261.diff
No OneTemporary

D42261.diff

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

Mime Type
text/plain
Expires
Sun, Jan 25, 3:08 PM (3 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27947634
Default Alt Text
D42261.diff (605 B)

Event Timeline