ARM: Expand the mode checking utility functions.
authorGabe Black <gblack@eecs.umich.edu>
Thu, 26 Aug 2010 00:10:41 +0000 (19:10 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Thu, 26 Aug 2010 00:10:41 +0000 (19:10 -0500)
commitf4f6b31df1a8787a12d71108eac24543bdf541e3
tree3815c4cf0aa815075a8c4f9cf97e01f52862b221
parent75955d6c42db8508c831d1a650f452f28b4db66d
ARM: Expand the mode checking utility functions.

inUserMode now can take either a threadcontext or a CPSR value directly. If
given a thread context it just extracts the CPSR and calls the other version.
An inPrivelegedMode function was also implemented which just returns the
opposite of inUserMode.
src/arch/arm/utility.hh