• Mark Rutland's avatar
    arm64: sysreg: sort by encoding · 47863d41
    Mark Rutland authored
    Out sysreg definitions are largely (but not entirely) in ascending order
    of op0:op1:CRn:CRm:op2.
    
    It would be preferable to enforce this sort, as this makes it easier to
    verify the set of encodings against documentation, and provides an
    obvious location for each addition in future, minimising conflicts.
    
    This patch enforces this order, by moving the few items that break it.
    There should be no functional change.
    Signed-off-by: default avatarMark Rutland <mark.rutland@arm.com>
    Cc: Catalin Marinas <catalin.marinas@arm.com>
    Cc: Marc Zyngier <marc.zyngier@arm.com>
    Cc: Suzuki K Poulose <suzuki.poulose@arm.com>
    Cc: Will Deacon <will.deacon@arm.com>
    47863d41
sysreg.h 10.2 KB