move timer #defines & remove duplicate declaration
authorAchin Gupta <achin.gupta@arm.com>
Thu, 31 Oct 2013 11:27:43 +0000 (11:27 +0000)
committerDan Handley <dan.handley@arm.com>
Thu, 5 Dec 2013 12:28:50 +0000 (12:28 +0000)
commitc2b43afc547b390d0b45aae0802af0479edaf0e5
tree1e5aa549ace08181758123f5b84750f875f7cc06
parentc8afc789196cdd568e29aa1e54cb5d24be5adf70
move timer #defines & remove duplicate declaration

This patch removes the duplicate declaration of psci_cpu_on in psci.h
and moves the constants for the system level implementation of the
generic timer from arch_helpers.h to arch.h. All other architectural
constants are defined in arch.h so there is no need to add them to
arch_helpers.h

Change-Id: Ia8ad3f91854f7e57fce31873773eede55c384ff1
include/aarch64/arch.h
include/aarch64/arch_helpers.h
include/psci.h