All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luca Falavigna <dktrkranz@gmail.com>
To: mingo@elte.hu, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [PATCH] Fixed a compile bug in 2.6.15-rt4
Date: Fri, 13 Jan 2006 10:41:47 +0100	[thread overview]
Message-ID: <ff1cadb20601130141k1ef91fcdr@mail.gmail.com> (raw)

This patch fixes a compile bug in 2.6.15-rt4, but I think it is
present in hrtimer implementation too.

Signed-off-by: Luca Falavigna <dktrkranz@gmail.com

--- patch-2.6.15-rt4.orig       2006-01-13 10:41:48.000000000 +0100
+++ patch-2.6.15-rt4    2006-01-13 10:42:17.000000000 +0100
@@ -35663,7 +35663,7 @@ Index: linux/kernel/hrtimer.c
 +# define hrtimer_hres_active          0
 +# define hres_enqueue_expired(t,b,n)  0
 +# define hrtimer_check_clocks()               do { } while (0)
-+# define kick_off_hrtimer             do { } while (0)
++# define kick_off_hrtimer(timer, base)        do { } while (0)
 +
 +#endif /* !CONFIG_HIGH_RES_TIMERS */
 +

Regards,

--
Luca

             reply	other threads:[~2006-01-13  9:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-13  9:41 Luca Falavigna [this message]
2006-01-13 13:52 ` [PATCH] Fixed a compile bug in 2.6.15-rt4 Ingo Molnar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ff1cadb20601130141k1ef91fcdr@mail.gmail.com \
    --to=dktrkranz@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.