Browse Source

refresh patch

SVN-Revision: 19557
Imre Kaloz 15 years ago
parent
commit
354e72a03a

+ 3 - 6
target/linux/generic-2.6/patches-2.6.32/850-if_no_generic_time.patch

@@ -6,20 +6,17 @@ Signed-off-by: Aaro Koskinen <aaro.koskinen <at> iki.fi>
  kernel/time/clocksource.c |    5 +++++
  kernel/time/clocksource.c |    5 +++++
  1 files changed, 5 insertions(+), 0 deletions(-)
  1 files changed, 5 insertions(+), 0 deletions(-)
 
 
-diff --git a/kernel/time/clocksource.c b/kernel/time/clocksource.c
-index 5155dc3..7b3a9d0 100644
 --- a/kernel/time/clocksource.c
 --- a/kernel/time/clocksource.c
 +++ b/kernel/time/clocksource.c
 +++ b/kernel/time/clocksource.c
 @@ -502,6 +502,11 @@ static void clocksource_select(void)
 @@ -502,6 +502,11 @@ static void clocksource_select(void)
-
+ 
  #else /* CONFIG_GENERIC_TIME */
  #else /* CONFIG_GENERIC_TIME */
-
+ 
 +static inline u64 clocksource_max_deferment(struct clocksource *cs)
 +static inline u64 clocksource_max_deferment(struct clocksource *cs)
 +{
 +{
 +	return 0;
 +	return 0;
 +}
 +}
 +
 +
  static inline void clocksource_select(void) { }
  static inline void clocksource_select(void) { }
-
+ 
  #endif
  #endif
-