diff options
author | Thomas Gleixner <[email protected]> | 2017-08-28 08:47:18 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2017-08-29 11:42:21 +0200 |
commit | 05161b9cbe553c41cf775ac41bb5120d94347e5c (patch) | |
tree | 577b974abdd922779721a2b98d0c80ae82cb8722 /tools/lib/api/debug.c | |
parent | fa4ab5774dfe58fd5e99462f625253659d41df09 (diff) |
x86/irq: Get rid of the 'first_system_vector' indirection bogosity
This variable is beyond pointless. Nothing allocates a vector via
alloc_gate() below FIRST_SYSTEM_VECTOR. So nothing can change
first_system_vector.
If there is a need for a gate below FIRST_SYSTEM_VECTOR then it can be
added to the vector defines and FIRST_SYSTEM_VECTOR can be adjusted
accordingly.
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Steven Rostedt <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/lib/api/debug.c')
0 files changed, 0 insertions, 0 deletions