Re: [PATCH 00/23] TCI fixes and cleanups

2021-01-28 Thread Alex Bennée
Richard Henderson writes: > The first patch I believe is queued by Paolo, but is not yet > upstream; copied here for convenience. Then, fill in all of > the TODO blanks in TCI. > > The tci_write_reg* functions are redundant with tcg_write_reg. > Just pass in the properly truncated result to be

Re: [PATCH 00/23] TCI fixes and cleanups

2021-01-28 Thread Alex Bennée
Richard Henderson writes: > The first patch I believe is queued by Paolo, but is not yet > upstream; copied here for convenience. Then, fill in all of > the TODO blanks in TCI. > > The tci_write_reg* functions are redundant with tcg_write_reg. > Just pass in the properly truncated result to be

[PATCH 00/23] TCI fixes and cleanups

2021-01-28 Thread Richard Henderson
The first patch I believe is queued by Paolo, but is not yet upstream; copied here for convenience. Then, fill in all of the TODO blanks in TCI. The tci_write_reg* functions are redundant with tcg_write_reg. Just pass in the properly truncated result to begin. In the cases of the loads, we've au