From: Jacob Pan on 17 May 2010 15:40 These two patches are the updates of the v2 series. Changes include 1. comblined two patches below per tglx suggestion 0003-x86-mrst-add-more-timer-options-to-include-Medfield.patch 0004-x86-apbt-support-more-timer-configurations-on-mrst.patch Fixes based on review comments: a) removed duplicated '(' in mrst_setup_secondary_clock() b) changed clock selection logic, trying to make it more readable mrst_setup_secondary_clock() 2. export mrst_identify_cpu(), removed cache copy. *** BLURB HERE *** Jacob Pan (2): x86/mrst: add cpu type detection x86/mrst: add more timer config options arch/x86/include/asm/apb_timer.h | 2 +- arch/x86/include/asm/mrst.h | 20 +++++++++ arch/x86/kernel/apb_timer.c | 18 ++++---- arch/x86/kernel/mrst.c | 86 ++++++++++++++++++++++++++++++++++---- 4 files changed, 108 insertions(+), 18 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: perf: fix Makefile check for libdward Next: [PATCH 1/2] x86/mrst: add cpu type detection |