* Ingo Molnar wrote:
>
> * Peter Zijlstra wrote:
>
> > * Second step: update all but the first byte of the patched range.
> > */
> > for (do_sync = 0, i = 0; i < nr_entries; i++) {
> > - if (tp[i].len - sizeof(int3) > 0) {
> > + int len = text_opcode_size(tp
* Peter Zijlstra wrote:
>* Second step: update all but the first byte of the patched range.
>*/
> for (do_sync = 0, i = 0; i < nr_entries; i++) {
> - if (tp[i].len - sizeof(int3) > 0) {
> + int len = text_opcode_size(tp[i].opcode);
> +
> +
2 matches
Mail list logo