s5j/timerisr: do not check watchdog at up_timerisr()
authorHeesub Shin <heesub.shin@samsung.com>
Tue, 21 Mar 2017 02:35:46 +0000 (11:35 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Mon, 17 Apr 2017 10:52:06 +0000 (19:52 +0900)
commitde42ccb90686fdf5d9e29fe64ad81a14e1bf83df
treea99fd651ac4904940c7cf1b203b12bb29e304504
parentc6fa488dc8c3cd72223109dcabe196e859a091d5
s5j/timerisr: do not check watchdog at up_timerisr()

up_timerisr() is not the place for checking the watchdog or kicking it.
So, doing such jobs in up_timerisr() looks very weird and wrong.

Not only that, CONFIG_S5J_WATCHDOG_RESET is not defined. Thus, removing
watchdog things from up_timerisr() does not make any functional
differences.

Change-Id: I3df540ad41f364c37ae07bc24f056f743ab56855
Signed-off-by: Heesub Shin <heesub.shin@samsung.com>
os/arch/arm/src/s5j/s5j_timerisr.c