linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] um: fix compilation error
@ 2012-08-31 13:11 Marco Stornelli
  2012-08-31 13:26 ` richard -rw- weinberger
  0 siblings, 1 reply; 2+ messages in thread
From: Marco Stornelli @ 2012-08-31 13:11 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Richard Weinberger, user-mode-linux-devel, linux-kernel

Fix a compilation error due to a regression of commit
d3c1cfcdb43e023ab1b1c7a555cd9e929026500a
"um: pass siginfo to guest process".

Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
---
  arch/um/os-Linux/time.c |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/um/os-Linux/time.c b/arch/um/os-Linux/time.c
index f602385..0748fe0 100644
--- a/arch/um/os-Linux/time.c
+++ b/arch/um/os-Linux/time.c
@@ -114,7 +114,7 @@ static void deliver_alarm(void)
  	skew += this_tick - last_tick;

  	while (skew >= one_tick) {
-		alarm_handler(SIGVTALRM, NULL);
+		alarm_handler(SIGVTALRM, NULL, NULL);
  		skew -= one_tick;
  	}

-- 
1.7.3.4

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

* Re: [PATCH] um: fix compilation error
  2012-08-31 13:11 [PATCH] um: fix compilation error Marco Stornelli
@ 2012-08-31 13:26 ` richard -rw- weinberger
  0 siblings, 0 replies; 2+ messages in thread
From: richard -rw- weinberger @ 2012-08-31 13:26 UTC (permalink / raw)
  To: Marco Stornelli
  Cc: Linus Torvalds, Richard Weinberger, user-mode-linux-devel, linux-kernel

On Fri, Aug 31, 2012 at 3:11 PM, Marco Stornelli
<marco.stornelli@gmail.com> wrote:
> Fix a compilation error due to a regression of commit
> d3c1cfcdb43e023ab1b1c7a555cd9e929026500a
> "um: pass siginfo to guest process".
>
> Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>

Thanks, patch will be submitted to Linus ASAP with other UML fixes.

-- 
Thanks,
//richard

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

end of thread, other threads:[~2012-08-31 13:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-31 13:11 [PATCH] um: fix compilation error Marco Stornelli
2012-08-31 13:26 ` richard -rw- weinberger

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).