ARM: Implement a stub of CPACR.
authorGabe Black <gblack@eecs.umich.edu>
Wed, 2 Jun 2010 17:58:09 +0000 (12:58 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 2 Jun 2010 17:58:09 +0000 (12:58 -0500)
commitaf6b1667e947ec801cbc4568f8ca060ebc976dcd
tree1ea41f5ab79dba15c37a730ea6c60025afed0dfc
parent660270746b666774d7673ead9cdda243ac2bda3f
ARM: Implement a stub of CPACR.

This register controls access to the coprocessors. This doesn't actually
implement it, it allows writes which don't turn anything off. In other words,
it allows the simulated program to ask for what it already has.
src/arch/arm/isa.hh
src/arch/arm/miscregs.hh