pass-hal: tm2: Remove tm2-specific define statements for cpu 88/137888/2 accepted/tizen/4.0/unified/20170816.010833 accepted/tizen/4.0/unified/20170816.014458 accepted/tizen/unified/20170804.025540 submit/tizen/20170802.103729 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0_unified/20170814.115522
authorWook Song <wook16.song@samsung.com>
Mon, 10 Jul 2017 07:24:43 +0000 (16:24 +0900)
committerWook Song <wook16.song@samsung.com>
Mon, 10 Jul 2017 07:48:57 +0000 (16:48 +0900)
commit9e123cadb5b6d8ad1163ef0cb63a34f1e26b1fce
tree5a9c47721191659001a56b0f3b6e5c1e38e02113
parent50aa80dddec50a79232f916d088c9d55ebd3f201
pass-hal: tm2: Remove tm2-specific define statements for cpu

This patch removes the tm2-specific define statements such as
TM2_CPU_MIN_NUM and TM2_CPU_MAX_NUM, which were used to check CPU
indexes out of range. The reasons why we need to remove this
board-specific code are that 1) such CPU indexes out of range would
never occur and 2) it is required to standardize the HAL function
implementation.

Change-Id: I10c96c36975bbe5b33e6102742fac917682616f1
Signed-off-by: Wook Song <wook16.song@samsung.com>
src/cpu/cpu.c