All of lore.kernel.org
 help / color / mirror / Atom feed
From: "K.R. Foley" <kr@cybsft.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: [RT] 2.6.16-rt12 hrtimer compile error
Date: Tue, 04 Apr 2006 09:01:44 -0500	[thread overview]
Message-ID: <44327C48.80200@cybsft.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 103 bytes --]

The attached patch is necessary to build 2.6.16-rt12 with
CONFIG_HIGH_RES_TIMERS disabled.

-- 
   kr


[-- Attachment #2: hrtdef.patch --]
[-- Type: text/x-patch, Size: 452 bytes --]

--- linux-2.6.16/kernel/hrtimer.h.orig	2006-04-04 08:50:14.000000000 -0500
+++ linux-2.6.16/kernel/hrtimer.h	2006-04-04 08:50:18.000000000 -0500
@@ -207,6 +207,7 @@
 # define hrtimer_init_hres(c)		do { } while (0)
 # define hrtimer_init_timer_hres(t)	do { } while (0)
 # define hrtimer_update_timer_prio(t)	do { } while (0)
+# define hrtimer_adjust_softirq_prio(b)	do { } while (0)
 
 static inline void hrtimer_init_base(struct hrtimer_base *base)
 {

                 reply	other threads:[~2006-04-04 14:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=44327C48.80200@cybsft.com \
    --to=kr@cybsft.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.