aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorMark Rutland <[email protected]>2021-06-07 10:46:12 +0100
committerWill Deacon <[email protected]>2021-06-07 11:35:55 +0100
commit2f2bbaa4eda027d0bf0f3f23d0c206b2b76e2180 (patch)
tree8f875b5c26d454ee290cf9d7b68eeaac53887693 /tools/perf/scripts/python/net_dropmonitor.py
parent064dbfb4169141943ec7d9dbfd02974dd008f2ce (diff)
arm64: entry: organise entry handlers consistently
In entry.S we have two comments which distinguish EL0 and EL1 exception handlers, but the code isn't actually laid out to match, and there are a few other inconsistencies that would be good to clear up. This patch organizes the entry handers consistently: * The handlers are laid out in order of the vectors, to make them easier to navigate. * The inconsistently-applied alignment is removed * The handlers are consistently marked with SYM_CODE_START_LOCAL() rather than SYM_CODE_START_LOCAL_NOALIGN(), giving them the same default alignment as other assembly code snippets. There should be no functional change as a result of this patch. Signed-off-by: Mark Rutland <[email protected]> Acked-by: Catalin Marinas <[email protected]> Acked-by: Marc Zyngier <[email protected]> Reviewed-by: Joey Gouly <[email protected]> Cc: James Morse <[email protected]> Cc: Will Deacon <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions