Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148057083
D11238.1785240154.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
649 B
Referenced Files
None
Subscribers
None
D11238.1785240154.diff
View Options
Index: sys/arm/arm/cpuinfo.c
===================================================================
--- sys/arm/arm/cpuinfo.c
+++ sys/arm/arm/cpuinfo.c
@@ -63,12 +63,12 @@
*/
static uint32_t cpu_quirks_actlr_mask;
SYSCTL_INT(_hw_cpu_quirks, OID_AUTO, actlr_mask,
- CTLFLAG_RDTUN | CTLFLAG_NOFETCH, &cpu_quirks_actlr_mask, 0,
+ CTLFLAG_RDTUN, &cpu_quirks_actlr_mask, 0,
"Bits to be masked in ACTLR");
static uint32_t cpu_quirks_actlr_set;
SYSCTL_INT(_hw_cpu_quirks, OID_AUTO, actlr_set,
- CTLFLAG_RDTUN | CTLFLAG_NOFETCH, &cpu_quirks_actlr_set, 0,
+ CTLFLAG_RDTUN, &cpu_quirks_actlr_set, 0,
"Bits to be set in ACTLR");
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jul 28, 12:02 PM (8 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29290613
Default Alt Text
D11238.1785240154.diff (649 B)
Attached To
Mode
D11238: Allow to fetch tunable variable introduced in r319896 from getenv()
Attached
Detach File
Event Timeline
Log In to Comment