commit | 3c2d768f8bae3308584676610a008849603baa2e | [log] [tgz] |
---|---|---|
author | Qipeng Zha <qipeng.zha@intel.com> | Fri May 05 11:28:22 2023 +0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue May 09 13:03:49 2023 +0200 |
tree | 4f13d0cd468956caeafba8cadcbb71e4240b78a4 | |
parent | da7e555a990dc3196a1192d1ce7425c534d098bf [diff] |
arch: x86: assign unique name for TSS ISR stub To avoid name conflict when register multi TSS IDT, now only double fault use task gate, and Intel ISH need to use additional TSS IDT for page fault. Signed-off-by: Qipeng Zha <qipeng.zha@intel.com>