Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350167
b: refs/heads/master
c: 6f16eeb
h: refs/heads/master
i:
  350165: 7678443
  350163: 585ca72
  350159: 85f24f6
v: v3
  • Loading branch information
John Stultz committed Jan 29, 2013
1 parent 6409e38 commit 65040f5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e90c83f757fffdacec8b3c5eee5617dcc038338f
refs/heads/master: 6f16eebe1ff82176339a0439c98ebec9768b0ee2
2 changes: 1 addition & 1 deletion trunk/arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ config X86
select GENERIC_STRNLEN_USER
select HAVE_RCU_USER_QS if X86_64
select HAVE_IRQ_TIME_ACCOUNTING
select HAS_PERSISTENT_CLOCK
select ALWAYS_USE_PERSISTENT_CLOCK
select GENERIC_KERNEL_THREAD
select GENERIC_KERNEL_EXECVE
select MODULES_USE_ELF_REL if X86_32
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/rtc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if RTC_CLASS
config RTC_HCTOSYS
bool "Set system time from RTC on startup and resume"
default y
depends on !HAS_PERSISTENT_CLOCK
depends on !ALWAYS_USE_PERSISTENT_CLOCK
help
If you say yes here, the system time (wall clock) will be set using
the value read from a specified RTC device. This is useful to avoid
Expand All @@ -29,7 +29,7 @@ config RTC_HCTOSYS
config RTC_SYSTOHC
bool "Set the RTC time based on NTP synchronization"
default y
depends on !HAS_PERSISTENT_CLOCK
depends on !ALWAYS_USE_PERSISTENT_CLOCK
help
If you say yes here, the system time (wall clock) will be stored
in the RTC specified by RTC_HCTOSYS_DEVICE approximately every 11
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/time.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ static inline bool timespec_valid_strict(const struct timespec *ts)

extern bool persistent_clock_exist;

#ifdef CONFIG_HAS_PERSISTENT_CLOCK
#ifdef ALWAYS_USE_PERSISTENT_CLOCK
#define has_persistent_clock() true
#else
static inline bool has_persistent_clock(void)
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/time/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ config ARCH_CLOCKSOURCE_DATA
bool

# Platforms has a persistent clock
config HAS_PERSISTENT_CLOCK
config ALWAYS_USE_PERSISTENT_CLOCK
bool
default n

Expand Down

0 comments on commit 65040f5

Please sign in to comment.