Re: [PATCH v5 06/17] powerpc/vas: Move update_csb/dump_crb to common book3s platform

2021-06-13 Thread Nicholas Piggin
Excerpts from Haren Myneni's message of June 13, 2021 8:58 pm: > > If a coprocessor encounters an error translating an address, the > VAS will cause an interrupt in the host. The kernel processes > the fault by updating CSB. This functionality is same for both > powerNV and pseries. So this patch

[PATCH v5 06/17] powerpc/vas: Move update_csb/dump_crb to common book3s platform

2021-06-13 Thread Haren Myneni
If a coprocessor encounters an error translating an address, the VAS will cause an interrupt in the host. The kernel processes the fault by updating CSB. This functionality is same for both powerNV and pseries. So this patch moves these functions to common vas-api.c and the actual functionality