index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-05-03 17:45:27 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-05-03 17:45:27 +0200 |
commit | cd6050f2fd8a269dedf457751828102fb633845a (patch) | |
tree | 9e32173cd01a68d6b8146428e5db9a93add01960 | |
parent | ba7365a23ae3aeba9f788af22dc8150b2e231a4e (diff) |
-rw-r--r-- | extra/linux-pae/PKGBUILD | 11 | ||||
-rw-r--r-- | extra/linux-pae/acpi-c3.patch | 12 |
diff --git a/extra/linux-pae/PKGBUILD b/extra/linux-pae/PKGBUILD index 5da48508..ee0d5b6a 100644 --- a/extra/linux-pae/PKGBUILD +++ b/extra/linux-pae/PKGBUILD @@ -228,14 +228,3 @@ eval "$( /cd/ a patch -Np1 -i $srcdir/no-ultra-zstd.patch ' )" - -# https://bbs.archlinux32.org/viewtopic.php?pid=9109#p9109 -# avoid "sleepy" VIA C7 CPUs (and possibly others) -source+=('acpi-c3.patch') -sha256sums+=('fc44aaf0b68abc9502fd4e0f73345c53b756566b532005466b106bacc9f9bc9c') -eval "$( - declare -f prepare | \ - sed ' - /cd/ a patch -Np1 -i $srcdir/acpi-c3.patch - ' -)" diff --git a/extra/linux-pae/acpi-c3.patch b/extra/linux-pae/acpi-c3.patch deleted file mode 100644 index a5b79972..00000000 --- a/extra/linux-pae/acpi-c3.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -rauN a/drivers/acpi/processor_idle.c b/drivers/acpi/processor_idle.c ---- a/drivers/acpi/processor_idle.c 2022-05-02 21:01:51.302162225 +0200 -+++ b/drivers/acpi/processor_idle.c 2022-05-02 21:04:58.169438104 +0200 -@@ -796,6 +796,8 @@ - cx->type == ACPI_STATE_C3) { - state->enter_dead = acpi_idle_play_dead; - drv->safe_state_index = count; -+ if (cx->type != ACPI_STATE_C3) -+ drv->safe_state_index = count; - } - /* - * Halt-induced C1 is not good for ->enter_s2idle, because it |