forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork1
Commit0f27cff
ACPI: sysfs: Make ACPI GPE mask kernel parameter cover all GPEs
The acpi_mask_gpe= kernel parameter documentation states that the rangeof mask is 128 GPEs (0x00 to 0x7F). The acpi_masked_gpes mask is a u64 soonly 64 GPEs (0x00 to 0x3F) can really be masked.Use a bitmap of size 0xFF instead of a u64 for the GPE mask so 256GPEs can be masked.Fixes:9c4aa1e (ACPI / sysfs: Provide quirk mechanism to prevent GPE flooding)Signed-off-by: Prarit Bharava <prarit@redhat.com>Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>1 parent50c4c4e commit0f27cff
File tree
2 files changed
+8
-19
lines changed- Documentation/admin-guide
- drivers/acpi
2 files changed
+8
-19
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
117 |
| - | |
118 | 117 |
| |
119 | 118 |
| |
120 | 119 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
816 | 816 |
| |
817 | 817 |
| |
818 | 818 |
| |
819 |
| - | |
820 |
| - | |
821 |
| - | |
822 |
| - | |
823 |
| - | |
824 |
| - | |
825 |
| - | |
826 |
| - | |
| 819 | + | |
| 820 | + | |
827 | 821 |
| |
828 | 822 |
| |
829 | 823 |
| |
830 | 824 |
| |
831 | 825 |
| |
832 | 826 |
| |
833 | 827 |
| |
834 |
| - | |
| 828 | + | |
835 | 829 |
| |
836 | 830 |
| |
837 | 831 |
| |
| |||
843 | 837 |
| |
844 | 838 |
| |
845 | 839 |
| |
846 |
| - | |
847 |
| - | |
848 |
| - | |
849 |
| - | |
850 |
| - | |
851 |
| - | |
852 |
| - | |
853 |
| - | |
854 |
| - | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
855 | 845 |
| |
856 | 846 |
| |
857 | 847 |
| |
|
0 commit comments
Comments
(0)