Deleted Added
sdiff udiff text old ( 7390:90824865d8e6 ) new ( 7393:8330b0b08daa )
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

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

290 panic("Disabling coprocessors isn't implemented.\n");
291 }
292 newVal = newCpacr;
293 }
294 break;
295 case MISCREG_CSSELR:
296 warn("The csselr register isn't implemented.\n");
297 break;
298 case MISCREG_TLBTR:
299 case MISCREG_MVFR0:
300 case MISCREG_MVFR1:
301 case MISCREG_MPIDR:
302 return;
303 }
304 return setMiscRegNoEffect(misc_reg, newVal);
305 }
306
307 int
308 flattenIntIndex(int reg)
309 {

--- 50 unchanged lines hidden ---