linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.5.69] suspend storing signed jiffies
@ 2003-05-09 23:05 Stephen Hemminger
  2003-05-10 16:56 ` Pavel Machek
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Hemminger @ 2003-05-09 23:05 UTC (permalink / raw)
  To: Linus Torvalds, Pavel Machek; +Cc: linux-kernel

Gets rid of warning because of using jiffies in int.

diff -Nru a/kernel/suspend.c b/kernel/suspend.c
--- a/kernel/suspend.c	Fri May  9 15:54:51 2003
+++ b/kernel/suspend.c	Fri May  9 15:54:51 2003
@@ -201,7 +201,8 @@
 /* 0 = success, else # of processes that we failed to stop */
 int freeze_processes(void)
 {
-	int todo, start_time;
+	int todo;
+	unsigned long start_time;
 	struct task_struct *g, *p;
 	
 	printk( "Stopping tasks: " );

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2.5.69] suspend storing signed jiffies
  2003-05-09 23:05 [PATCH 2.5.69] suspend storing signed jiffies Stephen Hemminger
@ 2003-05-10 16:56 ` Pavel Machek
  2003-05-11 11:13   ` Russell King
  0 siblings, 1 reply; 4+ messages in thread
From: Pavel Machek @ 2003-05-10 16:56 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: Linus Torvalds, linux-kernel

Hi!

> Gets rid of warning because of using jiffies in int.

I submitted it through the trivial patch monkey. If linus does not
apply it, it is easiest just let Russell push it...

								Pavel
-- 
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2.5.69] suspend storing signed jiffies
  2003-05-10 16:56 ` Pavel Machek
@ 2003-05-11 11:13   ` Russell King
  2003-05-11 11:37     ` Pavel Machek
  0 siblings, 1 reply; 4+ messages in thread
From: Russell King @ 2003-05-11 11:13 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Stephen Hemminger, Linus Torvalds, linux-kernel

On Sat, May 10, 2003 at 06:56:40PM +0200, Pavel Machek wrote:
> > Gets rid of warning because of using jiffies in int.
> 
> I submitted it through the trivial patch monkey. If linus does not
> apply it, it is easiest just let Russell push it...

Do you mean me?

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2.5.69] suspend storing signed jiffies
  2003-05-11 11:13   ` Russell King
@ 2003-05-11 11:37     ` Pavel Machek
  0 siblings, 0 replies; 4+ messages in thread
From: Pavel Machek @ 2003-05-11 11:37 UTC (permalink / raw)
  To: Pavel Machek, Stephen Hemminger, Linus Torvalds, linux-kernel

Hi!

> > 
> > I submitted it through the trivial patch monkey. If linus does not
> > apply it, it is easiest just let Russell push it...
> 
> Do you mean me?


No, I meant Rusty Russell< rusty@rustcorp.com.au >, sorry for
confusion.
				Pavel
> 

-- 
Horseback riding is like software...
...vgf orggre jura vgf serr.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-05-11 11:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-09 23:05 [PATCH 2.5.69] suspend storing signed jiffies Stephen Hemminger
2003-05-10 16:56 ` Pavel Machek
2003-05-11 11:13   ` Russell King
2003-05-11 11:37     ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).