Deleted Added
sdiff udiff text old ( 7783:9b880b40ac10 ) new ( 8058:a259ab86cabf )
full compact
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 177 unchanged lines hidden (view full) ---

186 MISCREG_DCISW,
187 MISCREG_MCCSW,
188 MISCREG_DCCMVAU,
189 MISCREG_NSACR,
190 MISCREG_VBAR,
191 MISCREG_MVBAR,
192 MISCREG_ISR,
193 MISCREG_FCEIDR,
194
195
196 MISCREG_CP15_END,
197
198 // Dummy indices
199 MISCREG_NOP = MISCREG_CP15_END,
200 MISCREG_RAZ,
201

--- 245 unchanged lines hidden ---