diff options
author | Chunyu Hu <[email protected]> | 2017-11-27 22:21:39 +0800 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2017-11-28 08:15:40 +0100 |
commit | 55d2d0ad2fb4325f615d1950486fbc5e6fba1769 (patch) | |
tree | 9f422bd397bd85dcde5e7b7ed332881d29f6c35a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 42b3a4cb5609de757f5445fcad18945ba9239a07 (diff) |
x86/idt: Load idt early in start_secondary
On a secondary, idt is first loaded in cpu_init() with load_current_idt(),
i.e. no exceptions can be handled before that point.
The conversion of WARN() to use UD requires the IDT being loaded earlier as
any warning between start_secondary() and load_curren_idt() in cpu_init()
will result in an unhandled @UD exception and therefore fail the bringup of
the CPU.
Install the IDT handlers right in start_secondary() before calling cpu_init().
[ tglx: Massaged changelog ]
Fixes: 9a93848fe787 ("x86/debug: Implement __WARN() using UD0")
Signed-off-by: Chunyu Hu <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions