diff options
author | Andrew Banman <[email protected]> | 2017-03-09 10:42:11 -0600 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2017-03-13 14:26:28 +0100 |
commit | 8e3b21b6dbf0318d5b3a598572acc23f07189c40 (patch) | |
tree | 8e99b003495c5d50877ab17006a7fee1d4e423b9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | e9be36443cecda1be20b2cc3b891676ff2af9dff (diff) |
x86/platform/uv/BAU: Cleanup bau_operations declaration and instances
Move the bau_operations declaration after bau struct declarations so the
bau structs can be referenced when adding new functions to
bau_operations. That way we avoid forward declarations of the bau
structs.
Likewise, move uv*_bau_ops structs down to avoid forward declarations of
new functions defined in the same file. Declare these structs __initconst
since they are only used during initialization. Similarly, declare the
bau_operations ops instance __ro_after_init as it is read-only after
initialization.
This is a preparatory patch for adding wait_completion to bau_operations.
Signed-off-by: Andrew Banman <[email protected]>
Acked-by: Ingo Molnar <[email protected]>
Acked-by: Mike Travis <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions