Changeset 3b68542 in mainline for kernel/arch/ia64/_link.ld.in

Timestamp:
2024-01-14T17:44:54Z (10 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master
Children:
4760793
Parents:
6677acb
Message:

Eliminate an undefined behavior in scheduler debug printout

The .relink_deadline field is only normally accessed by the local CPU
and is not synchronized in any way. This is technically undefined
behavior, even if the only realistic failure mode I can think of here
is the output value being nonsense. Because the printed out value has
next to no utility to anyone using the command, simply remove it
instead of ignoring the issue or making the variable atomic.

(No files)

Note: See TracChangeset for help on using the changeset viewer.