045-Add-high-resolution-kernel-timer-support.patch 644 B

123456789101112131415161718192021222324
  1. From aedec75c772919fa77c33854d3389d8ca73c25bf Mon Sep 17 00:00:00 2001
  2. From: Alison Wang <[email protected]>
  3. Date: Thu, 4 Aug 2011 09:59:54 +0800
  4. Subject: [PATCH 45/52] Add high-resolution kernel timer support
  5. This patch fixed the bug that high-resolution kernel timer
  6. could not be enabled. ARCH_USES_GETTIMEOFFSET is disabled.
  7. Signed-off-by: Alison Wang <[email protected]>
  8. ---
  9. arch/m68k/Kconfig | 2 +-
  10. 1 files changed, 1 insertions(+), 1 deletions(-)
  11. --- a/arch/m68k/Kconfig
  12. +++ b/arch/m68k/Kconfig
  13. @@ -64,7 +64,7 @@ config HZ
  14. default 100
  15. config ARCH_USES_GETTIMEOFFSET
  16. - def_bool y
  17. + def_bool n
  18. source "init/Kconfig"