Re: [PATCH 2/7] cxl: Remove unused values in bare-metal environment.

2017-02-01 Thread Andrew Donnellan
On 02/02/17 04:30, Christophe Lombard wrote: The two fields pid and tid of the structure cxl_irq_info are only used in the guest environment. To avoid confusion, it's not necessary to fill the fields in the bare-metal environment. The PSL Process and Thread Identification Register is only used wh

[PATCH 2/7] cxl: Remove unused values in bare-metal environment.

2017-02-01 Thread Christophe Lombard
The two fields pid and tid of the structure cxl_irq_info are only used in the guest environment. To avoid confusion, it's not necessary to fill the fields in the bare-metal environment. The PSL Process and Thread Identification Register is only used when attaching a dedicated process for PSL8 only.