summaryrefslogtreecommitdiffstats
path: root/kernel/arch/arm/include/asm/irq.h
diff options
context:
space:
mode:
authorYunhong Jiang <yunhong.jiang@linux.intel.com>2015-10-27 00:54:35 -0400
committerJiang, Yunhong <yunhong.jiang@intel.com>2015-11-20 21:25:14 +0000
commit6d8b23062207c761e4606d1eae0e43cf36141a44 (patch)
treec2c06ce9b94ad950ecade75cda07c5b295ce9923 /kernel/arch/arm/include/asm/irq.h
parent6744cd0d1d2faad4e7b345563b91888d32db221e (diff)
Force tick interrupt and get rid of softirq magic
This is a backporting from upstream linux, please refer to http://marc.info/?t=142904577100001&r=1&w=2 for more information, the corresponding kernel commit is 0ff53d09642204c64842 (tick: sched: Force tick interrupt and get rid of softirq magic). The purpose of this patch is, if a tick_sched interrupt is missed, don't try to raise softirq, instead, we can simply trigger the timer interrupt. The reason is, softirq requires context switch and has much higher overhead than interrupt. Upstream status: backport 0ff53d09642204c64842 Change-Id: I70131fb85189d15972fcaa1a2a2fa190270787f9 Back-port-by: Yunhong Jiang <yunhong.jiang@linux.intel.com>
Diffstat (limited to 'kernel/arch/arm/include/asm/irq.h')
0 files changed, 0 insertions, 0 deletions
href='#n178'>178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264