forked from RehabMan/Laptop-DSDT-Patch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#Maintained by: RehabMan for: Laptop Patches | ||
#rename_DSM.txt | ||
|
||
# To remove all _DSM methods by renaming to XDSM. | ||
# | ||
# Since "Remove _DSM methods" exposes a MaciASL bug with certain files, | ||
# this one can be used instead. | ||
|
||
into_all method label _DSM set_label begin XDSM end; | ||
into_all method code_regex _DSM replaceall_matched begin XDSM end; |