Skip to content

Commit

Permalink
exec: Rename target specific page-vary.c -> page-vary-target.c
Browse files Browse the repository at this point in the history
This matches the target agnostic 'page-vary-common.c' counterpart.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Anton Johansson <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
  • Loading branch information
philmd authored and rth7680 committed Oct 4, 2023
1 parent fe0007f commit 8c7907a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ F: softmmu/cpus.c
F: softmmu/watchpoint.c
F: cpu-common.c
F: cpu-target.c
F: page-vary.c
F: page-vary-target.c
F: page-vary-common.c
F: accel/tcg/
F: accel/stubs/tcg-stub.c
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3454,7 +3454,7 @@ if get_option('b_lto')
pagevary = declare_dependency(link_with: pagevary)
endif
common_ss.add(pagevary)
specific_ss.add(files('page-vary.c'))
specific_ss.add(files('page-vary-target.c'))

subdir('backends')
subdir('disas')
Expand Down
File renamed without changes.

0 comments on commit 8c7907a

Please sign in to comment.