forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork1
Commitc942cee
committed
genirq: Separate activation and startup
Activation of an interrupt and startup are currently a combofunctionlity. That works so far, but upcoming changes require a strictseparation because the activation can fail in future.Signed-off-by: Thomas Gleixner <tglx@linutronix.de>Tested-by: Juergen Gross <jgross@suse.com>Tested-by: Yu Chen <yu.c.chen@intel.com>Acked-by: Juergen Gross <jgross@suse.com>Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com>Cc: Tony Luck <tony.luck@intel.com>Cc: Marc Zyngier <marc.zyngier@arm.com>Cc: Alok Kataria <akataria@vmware.com>Cc: Joerg Roedel <joro@8bytes.org>Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>Cc: Steven Rostedt <rostedt@goodmis.org>Cc: Christoph Hellwig <hch@lst.de>Cc: Peter Zijlstra <peterz@infradead.org>Cc: Borislav Petkov <bp@alien8.de>Cc: Paolo Bonzini <pbonzini@redhat.com>Cc: Rui Zhang <rui.zhang@intel.com>Cc: "K. Y. Srinivasan" <kys@microsoft.com>Cc: Arjan van de Ven <arjan@linux.intel.com>Cc: Dan Williams <dan.j.williams@intel.com>Cc: Len Brown <lenb@kernel.org>Link:https://lkml.kernel.org/r/20170913213152.754334077@linutronix.de1 parent239306f commitc942cee
4 files changed
+43
-8
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
207 | 207 |
| |
208 | 208 |
| |
209 | 209 |
| |
210 |
| - | |
211 |
| - | |
| 210 | + | |
212 | 211 |
| |
213 | 212 |
| |
214 |
| - | |
| 213 | + | |
215 | 214 |
| |
216 | 215 |
| |
217 | 216 |
| |
218 | 217 |
| |
219 | 218 |
| |
220 | 219 |
| |
221 |
| - | |
222 | 220 |
| |
223 | 221 |
| |
| 222 | + | |
224 | 223 |
| |
225 | 224 |
| |
226 | 225 |
| |
| |||
236 | 235 |
| |
237 | 236 |
| |
238 | 237 |
| |
239 |
| - | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
240 | 241 |
| |
241 | 242 |
| |
242 | 243 |
| |
| |||
269 | 270 |
| |
270 | 271 |
| |
271 | 272 |
| |
| 273 | + | |
272 | 274 |
| |
273 | 275 |
| |
274 | 276 |
| |
| |||
278 | 280 |
| |
279 | 281 |
| |
280 | 282 |
| |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
281 | 299 |
| |
282 | 300 |
| |
283 | 301 |
| |
| |||
953 | 971 |
| |
954 | 972 |
| |
955 | 973 |
| |
956 |
| - | |
| 974 | + | |
957 | 975 |
| |
958 | 976 |
| |
959 | 977 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
| 77 | + | |
| 78 | + | |
77 | 79 |
| |
78 | 80 |
| |
79 | 81 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
519 | 519 |
| |
520 | 520 |
| |
521 | 521 |
| |
522 |
| - | |
| 522 | + | |
523 | 523 |
| |
524 | 524 |
| |
525 | 525 |
| |
| |||
1325 | 1325 |
| |
1326 | 1326 |
| |
1327 | 1327 |
| |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
| 1335 | + | |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
1328 | 1343 |
| |
1329 | 1344 |
| |
1330 | 1345 |
| |
|
0 commit comments
Comments
(0)