Re: [PATCH v2] x86, traps: separate set_intr_gate() and cleanup early_trap_init().

2015-03-02 Thread Andy Lutomirski
On Thu, Feb 26, 2015 at 8:19 PM, Wang Nan wrote: > As early_trap_init() doesn't use IST, replace set_intr_gate_ist() and > set_system_intr_gate_ist() with their standard counterparts. > > set_intr_gate() requires a trace_debug symbol which we don't have and > won't use. This patch seprates set_int

Re: [PATCH v2] x86, traps: separate set_intr_gate() and cleanup early_trap_init().

2015-03-02 Thread Wang Nan
Hi Andy Lutomirski, Do you have any comment on this patch? Thank you. On 2015/2/27 12:19, Wang Nan wrote: > As early_trap_init() doesn't use IST, replace set_intr_gate_ist() and > set_system_intr_gate_ist() with their standard counterparts. > > set_intr_gate() requires a trace_debug symbol whic

[PATCH v2] x86, traps: separate set_intr_gate() and cleanup early_trap_init().

2015-02-26 Thread Wang Nan
As early_trap_init() doesn't use IST, replace set_intr_gate_ist() and set_system_intr_gate_ist() with their standard counterparts. set_intr_gate() requires a trace_debug symbol which we don't have and won't use. This patch seprates set_intr_gate() into 2 parts, and uses base version in early_trap_