diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-11-17 17:52:55 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-12-10 12:15:21 -0500 |
commit | 5c51f435cbcb4fe0717733ec093bb942617dcf4f (patch) | |
tree | f5ef9d6c6becfd833defe360222039689144ebb5 /.exrc | |
parent | 697f668ad1f9e8aae6bb0666a367a1849f84f896 (diff) | |
download | qemu-5c51f435cbcb4fe0717733ec093bb942617dcf4f.zip qemu-5c51f435cbcb4fe0717733ec093bb942617dcf4f.tar.gz qemu-5c51f435cbcb4fe0717733ec093bb942617dcf4f.tar.bz2 |
kernel-doc: add support for ____cacheline_aligned attribute
Subroutine dump_struct uses type attributes to check if the struct
syntax is valid. Then, it removes all attributes before using it for
output. `____cacheline_aligned` is an attribute that is
not included in both steps. Add it, since it is used by kernel structs.
Based on previous patch to add ____cacheline_aligned_in_smp.
Motivated by patches to reorder this attribute to before the
variable name. Whilst we could do that in all cases, that would
be a massive change and it is more common in the kernel to place
this particular attribute after the variable name. A quick grep
suggests approximately 400 instances of which 341 have this
attribute just before a semicolon and hence after the variable name.
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20200910185415.653139-1-jic23@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20201117165312.118257-13-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to '.exrc')
0 files changed, 0 insertions, 0 deletions