]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Remove ISR timer
authorSimon Glass <sjg@chromium.org>
Wed, 17 Apr 2013 16:13:38 +0000 (16:13 +0000)
committerSimon Glass <sjg@chromium.org>
Mon, 13 May 2013 20:33:21 +0000 (13:33 -0700)
commitf9083bbe784cb03940b094afe4db0bf94f312f2b
tree28be41541a69615fa469629f4c49f076577bd8a8
parent29756d44470f684e785a895e1f7d680e61764b58
x86: Remove ISR timer

This is no longer used since we prefer the more accurate TSC timer, so
remove the dead code.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Graeme Russ <graeme.russ@gmail.com>
arch/x86/lib/Makefile
arch/x86/lib/timer.c [deleted file]