Skip to content

Commit

Permalink
set default to disable
Browse files Browse the repository at this point in the history
Signed-off-by: SergeySlice <[email protected]>
  • Loading branch information
SergeySlice committed Oct 30, 2021
1 parent dc620f7 commit f092684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/Acidanthera/Library/OcConfigurationLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
/// KernelSpace quirks.
///
#define OC_KERNEL_QUIRKS_FIELDS(_, __) \
_(INT64 , SetApfsTrimTimeout , , -1 , ()) \
_(INT64 , SetApfsTrimTimeout , , 999 , ()) \
_(BOOLEAN , AppleCpuPmCfgLock , , FALSE , ()) \
_(BOOLEAN , AppleXcpmCfgLock , , FALSE , ()) \
_(BOOLEAN , AppleXcpmExtraMsrs , , FALSE , ()) \
Expand Down

0 comments on commit f092684

Please sign in to comment.