summarylogtreecommitdiffstats
path: root/ck-patch-for-4.9.135+.patch
diff options
context:
space:
mode:
authorshmilee2018-12-23 14:40:46 +0800
committershmilee2018-12-23 14:40:46 +0800
commit305379b57169f8e1326c3a176175974d52cb4717 (patch)
tree74a5b57c6209eb5a46f57b962e9196b5190ea47d /ck-patch-for-4.9.135+.patch
parentd0e0b7f7a9d62ad28ea030547c5c81c3c4308513 (diff)
downloadaur-305379b57169f8e1326c3a176175974d52cb4717.tar.gz
update to LTS/stable 4.19.12
Diffstat (limited to 'ck-patch-for-4.9.135+.patch')
-rw-r--r--ck-patch-for-4.9.135+.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/ck-patch-for-4.9.135+.patch b/ck-patch-for-4.9.135+.patch
deleted file mode 100644
index a82add31546d..000000000000
--- a/ck-patch-for-4.9.135+.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- patch-4.9-ck1 2018-11-13 10:09:22.000000000 +0800
-+++ patch-4.9.135-ck1 2018-11-13 10:23:33.000000000 +0800
-@@ -22846,8 +22846,8 @@
- +
- +#ifdef CONFIG_IRQ_TIME_ACCOUNTING
- +struct irqtime {
--+ u64 hardirq_time;
--+ u64 softirq_time;
-++ u64 total;
-++ u64 tick_delta;
- + u64 irq_start_time;
- + struct u64_stats_sync sync;
- +};
-@@ -22862,7 +22862,7 @@
- +
- + do {
- + seq = __u64_stats_fetch_begin(&irqtime->sync);
--+ total = irqtime->softirq_time + irqtime->hardirq_time;
-++ total = irqtime->total;
- + } while (__u64_stats_fetch_retry(&irqtime->sync, seq));
- +
- + return total;