diff options
author | Ricardo B. Marliere <[email protected]> | 2024-03-01 14:51:47 -0300 |
---|---|---|
committer | Alex Williamson <[email protected]> | 2024-03-05 15:15:27 -0700 |
commit | 1f92d6a7c65f390617463532b408030a5a168097 (patch) | |
tree | 054519fb664fd4b7bc55d58b9e7428b086c1360c /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | fd94213e1417d28b933d4a3d41ad02eac1b29ec2 (diff) |
vfio/mdpy: make mdpy_class constant
Since commit 43a7206b0963 ("driver core: class: make class_register() take
a const *"), the driver core allows for struct class to be in read-only
memory, so move the mdpy_class structure to be declared at build time
placing it into read-only memory, instead of having to be dynamically
allocated at boot time.
Cc: Greg Kroah-Hartman <[email protected]>
Suggested-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Ricardo B. Marliere <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alex Williamson <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions