summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Vihrov2015-12-07 18:02:17 +0200
committerAndrey Vihrov2015-12-07 18:02:17 +0200
commit93214b1284a0d53bbbeb8be639dfb57955e62a57 (patch)
tree4f3fb6dc47e5c1bee78166f7f7786e5d3c7c6493
parent1370f21f759f769118b787da6dfb6e7b691f9560 (diff)
downloadaur-93214b1284a0d53bbbeb8be639dfb57955e62a57.tar.gz
Add clarification to 002-rdtscl.patch
-rw-r--r--.SRCINFO4
-rw-r--r--002-rdtscl.patch4
-rw-r--r--PKGBUILD2
3 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51c3bfe36635..0f1948ab1655 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Mon Dec 7 16:00:48 UTC 2015
pkgbase = broadcom-wl-dkms
pkgdesc = Broadcom 802.11 Linux STA wireless driver
pkgver = 6.30.223.271
@@ -19,7 +21,7 @@ pkgbase = broadcom-wl-dkms
sha256sums = b97bc588420d1542f73279e71975ccb5d81d75e534e7b5717e01d6e6adf6a283
sha256sums = c59c3ccf5238fe93cc671e6fa2f6614c0bfec073dc79bfda4d14e3a5be96eac8
sha256sums = 32e505a651fdb9fd5e4870a9d6de21dd703dead768c2b3340a2ca46671a5852f
- sha256sums = 29929989d86fde903f98419ce52dbb1d862cd4a11b0b13b2432886eeb6daabea
+ sha256sums = 4ea03f102248beb8963ad00bd3e36e67519a90fa39244db065e74038c98360dd
source_i686 = https://www.broadcom.com/docs/linux_sta/hybrid-v35-nodebug-pcoem-6_30_223_271.tar.gz
sha256sums_i686 = 4f8b70b293ac8cc5c70e571ad5d1878d0f29d133a46fe7869868d9c19b5058cd
source_x86_64 = https://www.broadcom.com/docs/linux_sta/hybrid-v35_64-nodebug-pcoem-6_30_223_271.tar.gz
diff --git a/002-rdtscl.patch b/002-rdtscl.patch
index cfa16075409b..1b9862cc3d8d 100644
--- a/002-rdtscl.patch
+++ b/002-rdtscl.patch
@@ -1,3 +1,7 @@
+Since Linux 4.3, rdtscl() is no longer available and native_read_tsc()
+is renamed to rdtsc(). Move the macro contents in-line and call the
+new function. References:
+
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit?id=fe47ae6e1a5005b2e82f7eab57b5c3820453293a
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit?id=4ea1636b04dbd66536fa387bae2eea463efc705b
diff --git a/PKGBUILD b/PKGBUILD
index 521060f2df99..ad3d9d50b766 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ source_x86_64=("https://www.broadcom.com/docs/linux_sta/hybrid-v35_64-nodebug-pc
sha256sums=('b97bc588420d1542f73279e71975ccb5d81d75e534e7b5717e01d6e6adf6a283'
'c59c3ccf5238fe93cc671e6fa2f6614c0bfec073dc79bfda4d14e3a5be96eac8'
'32e505a651fdb9fd5e4870a9d6de21dd703dead768c2b3340a2ca46671a5852f'
- '29929989d86fde903f98419ce52dbb1d862cd4a11b0b13b2432886eeb6daabea')
+ '4ea03f102248beb8963ad00bd3e36e67519a90fa39244db065e74038c98360dd')
sha256sums_i686=('4f8b70b293ac8cc5c70e571ad5d1878d0f29d133a46fe7869868d9c19b5058cd')
sha256sums_x86_64=('5f79774d5beec8f7636b59c0fb07a03108eef1e3fd3245638b20858c714144be')