mirror of
https://github.com/dynup/kpatch
synced 2025-01-02 10:42:01 +00:00
create-diff-object: cleanup special section array
Clean up the special section array a bit, to make it a little more readable. Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
This commit is contained in:
parent
64fd6a0491
commit
d8a44076f8
@ -1882,16 +1882,6 @@ static struct special_section special_sections[] = {
|
||||
.name = "__bug_table",
|
||||
.group_size = bug_table_group_size,
|
||||
},
|
||||
#ifdef __x86_64__
|
||||
{
|
||||
.name = ".smp_locks",
|
||||
.group_size = smp_locks_group_size,
|
||||
},
|
||||
{
|
||||
.name = ".parainstructions",
|
||||
.group_size = parainstructions_group_size,
|
||||
},
|
||||
#endif
|
||||
{
|
||||
.name = ".fixup",
|
||||
.group_size = fixup_group_size,
|
||||
@ -1901,6 +1891,14 @@ static struct special_section special_sections[] = {
|
||||
.group_size = ex_table_group_size,
|
||||
},
|
||||
#ifdef __x86_64__
|
||||
{
|
||||
.name = ".smp_locks",
|
||||
.group_size = smp_locks_group_size,
|
||||
},
|
||||
{
|
||||
.name = ".parainstructions",
|
||||
.group_size = parainstructions_group_size,
|
||||
},
|
||||
{
|
||||
.name = ".altinstructions",
|
||||
.group_size = altinstructions_group_size,
|
||||
|
Loading…
Reference in New Issue
Block a user